Hi Andre,

[EMAIL PROTECTED] wrote on :
> Wolfgang Denk schrieb:
> > In message <[EMAIL PROTECTED]> you wrote:
> > 
> > > thanks for your verification. Trying to do it your way gives :
> > > 
> > > nova u-boot-clean # CROSS_COMPILE=ppc_6xx- sh MAKEALL TQM5200
> > > MPC8349ITX Configuring for TQM5200 board...
> > > In file included from environment.c:30:
> > > /home/u-boot-clean/include/environment.h:107: error:
> > > 'CFG_ENV_SIZE' undeclared here (not in a function)

I'm also able to build (top of) U-Boot for the TQM5200 with 
ELDK4.1:

[EMAIL PROTECTED]:~/git/u-boot_denx> echo $CROSS_COMPILE
ppc_82xx-
[EMAIL PROTECTED]:~/git/u-boot_denx> ./MAKEALL TQM5200
Configuring for TQM5200 board...
md5.c: In function `MD5Update':
md5.c:95: warning: implicit declaration of function `memmove'
md5.c: In function `MD5Final':
md5.c:143: warning: implicit declaration of function `memset'
sha1.c: In function `sha1_update':
sha1.c:249: warning: implicit declaration of function `memcpy'
sha1.c: In function `sha1_hmac':
sha1.c:360: warning: implicit declaration of function `memset'
   text    data     bss     dec     hex filename
 326532   32456  315024  674012   a48dc ./u-boot
[EMAIL PROTECTED]:~/git/u-boot_denx> 

I don't know, why I get the warnings (they appeared first several
weeks ago, and I get it for every build, since then). But since the
resulting U-Boot runs fine, there was no pressure (and no time) 
to dig for the reason of the warnings ...

Best Regards,
Martin Krause

--
TQ-Systems GmbH
Muehlstrasse 2, Gut Delling, D-82229 Seefeld
Amtsgericht Muenchen, HRB 105 018, UST-IdNr. DE 811 607 913
Geschaeftsfuehrer: Dipl.-Ing. (FH) Detlef Schneider, Dipl.-Ing. (FH) Ruediger 
Stahl
http://www.tq-group.com

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to