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]

Re: libsupc++.a


On Sun, May 07, 2006 at 01:54:34AM +0200, Marcin Chrusciel wrote:
> Hello again,
>  
> Thank you for prev answer. Idd after downloding new ver of configtool everything looks better. I could build ecos for Olimex board but running tests just fails with: 
>  
> 
> /tools/H-i686-pc-cygwin/lib/gcc/arm-elf/4.1.1/../../../../arm-elf/bin/ld: cannot find libsupc++.a
> 
> make: Leaving directory `/ecos-c/a/olimex2_build'
> 
> collect2: ld returned 1 exit status
> 
> make[1]: *** [/ecos-c/a/olimex2_install/tests/hal/common/current/tests/context] Error 1
> 
> make: *** [tests] Error 2
> 
>  
> 
> What is wrong here?? Thank you in advance...

This seems like a gcc 4.1.1 issue. Normally there is a libsupc++.a in
the toolchain directory....

~:/opt/ecos/gnutools/i386-elf$ find . -name "libsupc++.a"
./i386-elf/lib/libsupc++.a

See if you have this?

    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]