This is the mail archive of the ecos-discuss@sourceware.org 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]

gcc 4.0.2 breaks synth again....


gcc 4.0.2 has broken the synth cxxsupp test again. Other things seem
OK.

gcc -L/home/lunn/eCos/work/install/lib -Ttarget.ld -o /home/lunn/eCos/work/install/tests/infra/current/tests/cxxsupp tests/cxxsupp.o -g -nostdlib -Wl,-static -Wl,--fatal-warnings
/usr/lib/gcc/i486-linux-gnu/4.0.2/libsupc++.a(vterminate.o): In function `__gnu_cxx::__verbose_terminate_handler()':
: undefined reference to `stderr'
/usr/lib/gcc/i486-linux-gnu/4.0.2/libsupc++.a(vterminate.o): In function `__gnu_cxx::__verbose_terminate_handler()':
: undefined reference to `fwrite'
/usr/lib/gcc/i486-linux-gnu/4.0.2/libsupc++.a(vterminate.o): In function `__gnu_cxx::__verbose_terminate_handler()':
: undefined reference to `fputs'
/usr/lib/gcc/i486-linux-gnu/4.0.2/libsupc++.a(vterminate.o): In function `__gnu_cxx::__verbose_terminate_handler()':
: undefined reference to `stderr'
/usr/lib/gcc/i486-linux-gnu/4.0.2/libsupc++.a(vterminate.o): In function `__gnu_cxx::__verbose_terminate_handler()':
: undefined reference to `fwrite'
/usr/lib/gcc/i486-linux-gnu/4.0.2/libsupc++.a(vterminate.o): In function `__gnu_cxx::__verbose_terminate_handler()':
: undefined reference to `fputs'
/usr/lib/gcc/i486-linux-gnu/4.0.2/libsupc++.a(vterminate.o): In function `__gnu_cxx::__verbose_terminate_handler()':
: undefined reference to `stderr'
/usr/lib/gcc/i486-linux-gnu/4.0.2/libsupc++.a(vterminate.o): In function `__gnu_cxx::__verbose_terminate_handler()':
: undefined reference to `fwrite'
/usr/lib/gcc/i486-linux-gnu/4.0.2/libsupc++.a(vterminate.o): In function `__gnu_cxx::__verbose_terminate_handler()':
: undefined reference to `stderr'
/usr/lib/gcc/i486-linux-gnu/4.0.2/libsupc++.a(vterminate.o): In function `__gnu_cxx::__verbose_terminate_handler()':
: undefined reference to `fwrite'
/usr/lib/gcc/i486-linux-gnu/4.0.2/libsupc++.a(vterminate.o): In function `__gnu_cxx::__verbose_terminate_handler()':
: undefined reference to `stderr'
/usr/lib/gcc/i486-linux-gnu/4.0.2/libsupc++.a(vterminate.o): In function `__gnu_cxx::__verbose_terminate_handler()':
: undefined reference to `fwrite'
/usr/lib/gcc/i486-linux-gnu/4.0.2/libsupc++.a(vterminate.o): In function `__gnu_cxx::__verbose_terminate_handler()':
: undefined reference to `stderr'
/usr/lib/gcc/i486-linux-gnu/4.0.2/libsupc++.a(vterminate.o): In function `__gnu_cxx::__verbose_terminate_handler()':
: undefined reference to `fwrite'
/usr/lib/gcc/i486-linux-gnu/4.0.2/libsupc++.a(vterminate.o): In function `__gnu_cxx::__verbose_terminate_handler()':
: undefined reference to `fputs'
/usr/lib/gcc/i486-linux-gnu/4.0.2/libsupc++.a(vterminate.o): In function `__gnu_cxx::__verbose_terminate_handler()':
: undefined reference to `fputc'

        Andrew

-- 
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]