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: Problem while building the ecos Application with newer version gcc tool set.


It is very strange I don't have this library installed. Is it installed
while confinguring? I just got "libgcc.a". how can I solve this problem?
Thanks a lot!


-----Original Message-----
From: Andrew Lunn [mailto:andrew.lunn@ascom.ch]
Sent: 11 June 2002 15:29
To: jameshq
Cc: Ecos-Discuss
Subject: Re: [ECOS] Problem while building the ecos Application with newer
version gcc tool set.


> I got the following error message:
>
>
/tools/H-I686~1/bin/../lib/gcc-lib/arm-elf/3.0.4/../../../../arm-elf/bin/ld:
> can
> not find libsupc++.a
> collect2: ld returned 1 exit status

The library should be in your gcc install directory:

$ find . -name libsupc++.a
./arm-elf/lib/thumb/libsupc++.a
./arm-elf/lib/libsupc++.a

Is it there?

pass -v to gcc so you see exactly what ld is doing. Does it have the
paths correct?

      Andrew


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