This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

undefined reference when build the graphic configure tool


I got the recent snapshot on ecoscentric.com and followed the steps on http://www.ecoscentric.com/devzone/configtool.shtml to build the graphic configure tool under RH9 linux,

when did the "Build and install the eCos Configuration Tool" step , it 
complained :/tmp/build/mainwin.o(.text+0x109c1): In function `ecMainFrame::
OnUserToolsPath(wxCommandEvent&)':
: undefined reference to `ecFileName::Normalize()'
/tmp/build/mainwin.o(.text+0x10a4c): In function `ecMainFrame::
OnUserToolsPath(wxCommandEvent&)':
: undefined reference to `ecFileName::operator+=(char const*)'
/tmp/build/mainwin.o(.text+0x10a79): In function `ecMainFrame::
OnUserToolsPath(wxCommandEvent&)':
: undefined reference to `ecFileName::Exists() const'
/tmp/build/mainwin.o(.text+0x10c10): In function `ecMainFrame::
OnUserToolsPath(wxCommandEvent&)':
: undefined reference to `ecFileName::Normalize()'
collect2: ld returned 1 exit status
make: *** [/tmp/build/configtool] Error 1

What's wrong? Thanks



-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]