Welcome! Log In Create A New Profile

Advanced

howto cross compile

Posted by rray 
howto cross compile
July 16, 2012 08:36AM
I am running Ubuntu 10.04 and trying to compile a new uboot for nsa320. Compiling a kernel works great but the same proceedure for uboot gives no errors but does not produce a usable u-boot.kwb. For kernel install build-essential & gcc-arm-linux-gnueabi- and to build
ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- make uImage
works but
ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- make u-boot.kwb
does not. What am I missing?
Re: howto cross compile
July 22, 2012 08:06AM
What toolchain are you using? Is it the Ubuntu one or something else? I don't use Ubuntu. So I've never used their toolchain. But I have used CodeSourcery to cross-compile u-boot and it worked fine. AFAIK Ubuntu uses the Linaro optimizations in their toolchain. Those may be causing the problem. If you get no compiler errors then you may want to try changing the compiler flags to something more compatible like armv5.

You might also consider compiling u-boot natively. That's how I always do it because it is so small and takes little time to compile.
Re: howto cross compile
July 23, 2012 08:35AM
Yes Ubuntu uses the Linaro and I tried that first. Then I tried CodeSourcery to cross-compile u-boot and that also failed. Then I tried ELDK and that worked. I have no doubt that I am doing something wrong because I can cross-compile a kernel with Linaro and it works great. Just not for u-boot.
Author:

Your Email:


Subject:


Spam prevention:
Please, enter the code that you see below in the input field. This is for blocking bots that try to post this form automatically. If the code is hard to read, then just try to guess it right. If you enter the wrong code, a new image is created and you get another chance to enter it right.
Message: