
11 May
2007
11 May
'07
10:57 a.m.
Hello XWolf,
i want to compile bootloader for my board(adm5120). i use buildroot to build a cross-toolchain. (some tools is: binutils-2.16.91.0.2.tar.bz2 gcc-3.4.4.tar.bz2
uClibc-0.9.27.tar.bz2...), and
i can use the cross-toolchain to compile my kernel, and is ok! so, i use it to compile the u-boot(the patch for adm5120 [http://www.nerdclub.nl/u-boot/adm5120-support.txt] is ok), but i got
some
error:
snip<
make: *** [u-boot] error 139
anybody can tell me , where is wrong?
I have made that patch you're using. Always use the ELDK tool set for building U-Boot, especially for the MIPS platform because there's some trickery in makefiles to determine the endianity of the compiler by it's name.
Good luck!
Robert.