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: Linker errors while linking ecos application with libc.a


On Wed, Jun 22, 2005 at 04:04:13PM +0530, Balasaravanan P wrote:
> Basically I am using sprintf, strcmp, strcpy ...
> 
> If I am not linking libc.a I am receving lot of undefined errors for
> all these functions.

If eCos is configured to build these functions they will be in
libtarget.a.

Which template are you using. The minimal template does not have these
but the default template does.

        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]