
-----Original Message----- From: u-boot-bounces@lists.denx.de [mailto:u-boot-bounces@lists.denx.de] On Behalf Of rektide Sent: Monday, August 24, 2009 7:00 PM To: u-boot@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 . .