Hi I tried to compile u-boot-1.1.6 that got with board by following the manual in DVD [root@localhost u-boot-1.1.6]# make open24x0_config Configuring for open24x0 board... [root@localhost u-boot-1.1.6]# make for dir in tools examples post post/cpu ; do make -C $dir _depend ; done make[1]: Entering directory `/opt/FriendlyARM/mini2440/u-boot-1.1.6/tools' make[1]: Nothing to be done for `_depend'. make[1]: Leaving directory `/opt/FriendlyARM/mini2440/u-boot-1.1.6/tools' make[1]: Entering directory `/opt/FriendlyARM/mini2440/u-boot-1.1.6/examples' make[1]: Nothing to be done for `_depend'. make[1]: Leaving directory `/opt/FriendlyARM/mini2440/u-boot-1.1.6/examples' make[1]: Entering directory `/opt/FriendlyARM/mini2440/u-boot-1.1.6/post' make[1]: Nothing to be done for `_depend'. make[1]: Leaving directory `/opt/FriendlyARM/mini2440/u-boot-1.1.6/post' make[1]: Entering directory `/opt/FriendlyARM/mini2440/u-boot-1.1.6/post/cpu' make[1]: Nothing to be done for `_depend'. make[1]: Leaving directory `/opt/FriendlyARM/mini2440/u-boot-1.1.6/post/cpu' make -C tools all make[1]: Entering directory `/opt/FriendlyARM/mini2440/u-boot-1.1.6/tools' make[1]: *** No rule to make target `/usr/lib/gcc/i386-redhat-linux/4.3.0/include/stddef.h', needed by `img2srec.o'. Stop. make[1]: Leaving directory `/opt/FriendlyARM/mini2440/u-boot-1.1.6/tools' make: *** [tools] Error 2 and before i could compile it there was already a u-boot.bin when untared u-boot-1.1.6.tg and flash it dint work. Need help Thank you.
u-boot make: *** [tools] Error 2
You can try to use this one : http://repo.or.cz/w/u-boot-openmoko/mini2440.git Should have latest changes. Just type make mini2440_config and make and you will have fully working binary.