All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marc Leeman <marc.leeman@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] u-boot compilation problem
Date: Fri, 26 Nov 2004 08:18:49 +0100	[thread overview]
Message-ID: <1f729c4804112523186588196f@mail.gmail.com> (raw)
In-Reply-To: <20041126060937.99611.qmail@web8502.mail.in.yahoo.com>

> Any clue what this problem can Be? 

An undefined reference to printf?
Sometimes compiler errors _do_ give useful messages.

It looks to me you are not linking with the file where 'printf' is
implemented in.

quick-n-dirty:
put the following in your file >:)
#define printf(args...)  do { } while(0)
-- 
ash nazg durbatul?k, ash nazg gimbatul,
ash nazg thrakatul?k agh burzum-ishi krimpatul

  reply	other threads:[~2004-11-26  7:18 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-26  6:09 [U-Boot-Users] u-boot compilation problem Pradip Singh
2004-11-26  7:18 ` Marc Leeman [this message]
2004-11-26  7:31 ` Wolfgang Denk
2004-11-26  8:53   ` Pradip Singh
2004-11-26 10:02     ` Wolfgang Denk
  -- strict thread matches above, loose matches on Subject: below --
2004-11-26  8:33 Vandendriessche, Dirk

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=1f729c4804112523186588196f@mail.gmail.com \
    --to=marc.leeman@gmail.com \
    --cc=u-boot@lists.denx.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.