[U-Boot] Kirkwood / Sheevaplug build failure

Prafulla Wadaskar prafulla at marvell.com
Tue Aug 25 08:20:55 CEST 2009


 

> -----Original Message-----
> From: u-boot-bounces at lists.denx.de 
> [mailto:u-boot-bounces at lists.denx.de] On Behalf Of rektide
> Sent: Monday, August 24, 2009 7:00 PM
> To: u-boot at lists.denx.de
> Subject: [U-Boot] Kirkwood / Sheevaplug build failure
> 
> Hello everyone;
> 
> I'm new to U-Boot, but I hope you can help.  I'm trying to build the
> Sheevaplug board / Kirkwood mach-- an ARM system-- and getting a
> greviously long list of "undefined reference" errors towards what
> looks like the end of the build cycle.
> 
> I'm attempting to use Emdebian's cross compiler arm-linux-gnueabi-gcc,
> which is presently version 4.3.2.  To do this, I am doing: export
> CROSS_COMPILE=arm-linux-gnueabi
Hi
I hope you are referring latest u-boot
If it is not typo, then I feel there is small mistake in exporting CROSS_COMPILE ie. arm-linux-gnueabi- (last hyphen was missing)
Secondly you need to define following before make
	$ USE_PRIVATE_LIBGCC=yes
	$ export USE_PRIVATE_LIBGCC

Regards..
Prafulla . .


More information about the U-Boot mailing list