[U-Boot-Users] u-boot compilation problem

Marc Leeman marc.leeman at gmail.com
Fri Nov 26 08:18:49 CET 2004


> 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




More information about the U-Boot mailing list