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]

HELP building ecosconfig with Cygwin and Win2k


I have downloaded the lastest build files (binutil 2.12, gcc 3.0.4, insight 5.1.1) and successfully build them
on my machine. I appear to have successfullly run configure in the host directory, to build ecosconfig.

When I run the Makefile, the compile fails at the link with the following messages:

ecosconfig.o(.text+0x22):ecosconfig.cxx: undefined reference to `__gxx_personality_sj0'
ecosconfig.o(.text+0x682):ecosconfig.cxx: undefined reference to `__gxx_personality_sj0'
ecosconfig.o(.text+0x305c):ecosconfig.cxx: undefined reference to `__gxx_personality_sj0'
ecosconfig.o(.text$_ZNSsD1Ev+0xc):ecosconfig.cxx: undefined reference to `__gxx_personality_sj0'
ecosconfig.o(.text$_ZNSsC1Ev+0xc):ecosconfig.cxx: undefined reference to `__gxx_personality_sj0'
ecosconfig.o(.text$_ZNSsC1ERKSs+0xf):ecosconfig.cxx: more undefined references to `__gxx_personality_sj0' follow
ecosconfig.o(.text$_ZNSs4_Rep10_M_refcopyEv+0x95):ecosconfig.cxx: undefined reference to `__cxa_call_unexpected'
ecosconfig.o(.text$_ZNSs6assignERKSs+0xf):ecosconfig.cxx: undefined reference to `__gxx_personality_sj0'
ecosconfig.o(.text$_ZNSs6resizeEjc+0x28):ecosconfig.cxx: undefined reference to `std::__throw_length_error(char const*)'
ecosconfig.o(.text$_ZNSt6vectorISsSaISsEE13_M_insert_auxESt17__normal_iteratorIPSsS1_ERKSs+0xf):ecosconfig.cxx: undefined reference to `__gxx_personality_sj0'
ecosconfig.o(.text$_ZNSt6vectorISsSaISsEE13_M_insert_auxESt17__normal_iteratorIPSsS1_ERKSs+0x28a):ecosconfig.cxx: undefined reference to `__cxa_begin_catch'
ecosconfig.o(.text$_ZNSt6vectorISsSaISsEE13_M_insert_auxESt17__normal_iteratorIPSsS1_ERKSs+0x2cf):ecosconfig.cxx: undefined reference to `__cxa_rethrow'
ecosconfig.o(.text$_ZNSt6vectorISsSaISsEE13_M_insert_auxESt17__normal_iteratorIPSsS1_ERKSs+0x31b):ecosconfig.cxx: undefined reference to `__cxa_end_catch'

Does anybody recognize the labels that are being linked in, and can they steer me in the right
direction to resolve them?

Thanks!!

George Najarian
minds@work
Systems Engineer



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


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