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]

h8300 compiling problem



Hi all,

I have a problem compiling a simple c application for the
h8300 target.

I created the toolchain for that architecture by following the
instructions found in the ecos web site.
Then I cross-compiled the ecos library without any errors.
When I try to compile the simple C application I get this error 
message:

h8300-elf-gcc -c -o prova.o 
-I/opt/martin/ecos/work-h8300/default-h8300_install/include -Wall 
-Wpointer-arith -Wstrict-prototypes -Winline -Wundef 
-Woverloaded-virtual -g -O2 -mh -mint32 -fsigned-char -fdata-sections 
-fno-rtti -fno-exceptions -fvtable-gc -finit-priority prova.c
h8300-elf-gcc -nostartfiles 
-L/opt/martin/ecos/work-h8300/default-h8300_install/lib -Ttarget.ld 
-g -nostdlib -Wl,--gc-sections -Wl,-static -mh -o prova prova.o
/tmp/gnutools/lib/gcc-lib/h8300-elf/3.2.1/../../../../h8300-elf/bin/ld: 
cannot find libsupc++.a
collect2: ld returned 1 exit status
make: *** [prova] Error 1

What is the problem?
Regards

Giovanni Perbellini

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