From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6377 invoked by alias); 10 May 2006 10:41:36 -0000 Received: (qmail 6364 invoked by uid 22791); 10 May 2006 10:41:35 -0000 X-Spam-Check-By: sourceware.org Received: from gemmini.netco.de (HELO gemmini.netco.de) (82.100.245.3) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 10 May 2006 10:41:32 +0000 Received: from taurus (unknown [82.100.245.2]) by gemmini.netco.de (Mailserver NetCo GmbH) with ESMTP id 83CF021417C; Wed, 10 May 2006 12:26:50 +0200 (CEST) From: "Ram Sudhir Tadavarthi" To: Cc: Date: Wed, 10 May 2006 10:41:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook, Build 11.0.6353 In-Reply-To: <4461C098.1020400@webdyn.com> Message-Id: <20060510102650.83CF021417C@gemmini.netco.de> 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 Subject: AW: [ECOS] printf X-SW-Source: 2006-05/txt/msg00071.txt.bz2 Hi, Send the make files/ compiling /linker options you are using to understand whats the problem. I hope you have linked with "-LINSTALL_DIR/lib -Ttarget.ld -nostdlib" where INSTALL_DIR is the path for your install directory. If you still have problems post it here. Regards, ram=20=20 -----Urspr=FCngliche Nachricht----- Von: ecos-discuss-owner@ecos.sourceware.org [mailto:ecos-discuss-owner@ecos.sourceware.org] Im Auftrag von Emmanuel Viollet Gesendet: Mittwoch, 10. Mai 2006 12:30 An: ecos-discuss@ecos.sourceware.org Betreff: [ECOS] printf Hi (again... ;) ) I know I must be becoming a bit of a pain, but eCOS is really new to me,=20 and I'm sometimes quite lost... I'm having trouble compiling the following program : /* this is a simple hello world program */ #include int main(void) { printf("Hello, eCos world!\n"); return 0; } Compilation works fine. But the linker complains that printf() is missing. How are the different parts of the C library defined? I suppose that=20 it's possible to implement a subset of the ANSI specifications, but I=20 can't find how this is done in the configuration tool. Any links? In advance, thanks. --=20 Emmanuel Viollet Software engineer Webdyn e-mail : Emmanuel.Viollet@webdyn.com Tel : +33 (0)1 39 04 29 55 --=20 Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss