public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: "Ram Sudhir Tadavarthi" <ram.tadavarthi@netco.de>
To: <Emmanuel.Viollet@webdyn.com>
Cc: <ecos-discuss@ecos.sourceware.org>
Subject: AW: [ECOS] printf
Date: Wed, 10 May 2006 10:41:00 -0000	[thread overview]
Message-ID: <20060510102650.83CF021417C@gemmini.netco.de> (raw)
In-Reply-To: <4461C098.1020400@webdyn.com>

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  

-----Ursprüngliche 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, 
and I'm sometimes quite lost...

I'm having trouble compiling the following program :
/* this is a simple hello world program */
#include <stdio.h>

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 
it's possible to implement a subset of the ANSI specifications, but I 
can't find how this is done in the configuration tool.
Any links?

In advance, thanks.

-- 
Emmanuel Viollet
Software engineer
Webdyn
e-mail : Emmanuel.Viollet@webdyn.com
Tel    : +33 (0)1 39 04 29 55


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

  reply	other threads:[~2006-05-10 10:41 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-10 10:30 Emmanuel Viollet
2006-05-10 10:41 ` Ram Sudhir Tadavarthi [this message]
2006-05-10 10:54 ` Andrew Lunn

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060510102650.83CF021417C@gemmini.netco.de \
    --to=ram.tadavarthi@netco.de \
    --cc=Emmanuel.Viollet@webdyn.com \
    --cc=ecos-discuss@ecos.sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).