In message: <[EMAIL PROTECTED]>
            Wolfgang Denk <[EMAIL PROTECTED]> writes:
: In message <[EMAIL PROTECTED]> you wrote:
: > There are two missing files from the distribution that prevents uboot
: > from compiling.
: 
: What sort of toolchain are you using?

binutils 2.15 and gcc 4.2.1.  The problem turned out to be the
combination: gcc 4.2.1 produced code that binutils couldn't assemble
properly.  That was what was causing the relocation error.

: > stddef.h is included by a few different things, but can be a blank
: > file.
: > 
: > stdarg.h is included by a couple of things, and can be a trivial
: > implementation (attached).
: > 
: > These are both host includes, and likely shouldn't be included at all
: > in the boot loader code proper.
: > 
: > This is when building the MPC8548CDS config.
: > 
: > I also get link errors on this out of the box:
: 
: It seems you have a toolchain issue. This is not a problem with U-Boot
: code.

The two include files aren't a toolchain issue.  They can't be because
uboot's makefile has said not to include anything from the standard
include files.  These files aren't included with u-boot.

Warner

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
U-Boot-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to