From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22677 invoked by alias); 23 Jun 2005 05:05:51 -0000 Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Received: (qmail 22664 invoked by uid 22791); 23 Jun 2005 05:05:42 -0000 Received: from wproxy.gmail.com (HELO wproxy.gmail.com) (64.233.184.201) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Thu, 23 Jun 2005 05:05:42 +0000 Received: by wproxy.gmail.com with SMTP id 69so294322wri for ; Wed, 22 Jun 2005 22:05:40 -0700 (PDT) Received: by 10.54.49.67 with SMTP id w67mr12439wrw; Wed, 22 Jun 2005 22:05:40 -0700 (PDT) Received: by 10.54.2.32 with HTTP; Wed, 22 Jun 2005 22:05:40 -0700 (PDT) Message-ID: <122f850005062222055d991087@mail.gmail.com> Date: Thu, 23 Jun 2005 05:05:00 -0000 From: Balasaravanan P Reply-To: Balasaravanan P To: Balasaravanan P , ecos-discuss@sources.redhat.com In-Reply-To: <20050622185522.GA26538@lunn.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <122f8500050622022761fef63a@mail.gmail.com> <20050622101441.GB12265@lunn.ch> <122f85000506220334767c913@mail.gmail.com> <20050622105717.GD12265@lunn.ch> <122f850005062206136936e9f7@mail.gmail.com> <20050622185522.GA26538@lunn.ch> Subject: Re: [ECOS] Linker errors while linking ecos application with libc.a X-SW-Source: 2005-06/txt/msg00215.txt.bz2 I am able to build the application now. Actually the sting.h file was not included in the strptime.cxx in my version of the file. After including it, this works fine. Thank you. Bala. On 6/23/05, Andrew Lunn wrote: > On Wed, Jun 22, 2005 at 06:43:54PM +0530, Balasaravanan P wrote: > > Thanks Andrew, > > I changed the template from kernel to default which provides most of > > these functions. > > > > But still one error persists for the call "localtime" in which it says > > "localtime_r" undefined. >=20 > lunn@londo:~/eCos/work$ ecosconfig tree lunn@londo:~/eCos/work$ make -s > headers finished > build finished > lunn@londo:~/eCos/work$ ( cd language/c/libc/time/current/ ; make -s test= s) > lunn@londo:~/eCos/work$ ./install/tests/language/c/libc/time/current/test= s/localtime > INFO: > PASS: > PASS: > PASS: > PASS: > EXIT: >=20 > With the current anoncvs it should just work. There is no need to > change any configuration options. >=20 > 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