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]

Re: libsupc++.a error


I ran into this same problem on a different platform. For your case, go to packages/hal/mips/tx39/current/src/mips_tx39.ld. You will find the following line of code:

GROUP(libtarget.a libgcc.a libsupc++.a)

Delete the libsupc++.a reference and you should build OK.

Bill.

Evandro Newuald wrote:

Hello to all . I am a new member to this list. I would like to perform
an application on mips platform. I loaded Template TX39 minimal simulator.
When I performed the GNU make utility, I get the folowing error:


bash-2.05b$ make mips-tx39-elf-gcc -c -o basic.o -g -Wall -I/work/mips_install/include -ffunction -sections -fdata-sections basic.c basic.c: In function `main': basic.c:5: warning: implicit declaration of function `printf' mips-tx39-elf-gcc -nostartfiles -L/work/mips_install/lib -Wl,--gc-sections -Wl,- -Map -Wl,basic.map -o basic basic.o -Ttarget.ld -nostdlib /tools/H-i686-pc-cygwin/bin/../lib/gcc/mips-tx39-elf/3.4.2/../../../../mips-tx39 -elf/bin/ld: cannot find libsupc++.a collect2: ld returned 1 exit status make: *** [basic] Error 1


Can anybody tell me how to solve this problem?


Best regards
Evandro





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