Hi,<br><br><br>my u boot version is 1.1.4....<br><br>i use a fedora 6 machine<br><br>gcc version=gcc version 4.1.1 20061011 (Red Hat 4.1.1-30)<br>make version=GNU Make 3.81<br>arm-linux-gcc=gcc version 3.4.4<br><br>i untarred the u-boot
<br><br>i run <br>1)make omap2420h4_config<br>2)make<br><br>i am getting the error below<br>###############################################################################<br>[root@localhost u-boot]# make omap2420h4_config
<br>Configuring for omap2420h4 board...<br>[root@localhost u-boot]# make<br>make[1]: Entering directory `/root/omap_test_building/bootloader/downloads/u-boot/tools'<br>make[1]: `.depend' is up to date.<br>make[1]: Leaving directory `/root/omap_test_building/bootloader/downloads/u-boot/tools'
<br>make[1]: Entering directory `/root/omap_test_building/bootloader/downloads/u-boot/examples'<br>make[1]: `.depend' is up to date.<br>make[1]: Leaving directory `/root/omap_test_building/bootloader/downloads/u-boot/examples'
<br>make[1]: Entering directory `/root/omap_test_building/bootloader/downloads/u-boot/post'<br>make[1]: `.depend' is up to date.<br>make[1]: Leaving directory `/root/omap_test_building/bootloader/downloads/u-boot/post'
<br>make[1]: Entering directory `/root/omap_test_building/bootloader/downloads/u-boot/post/cpu'<br>make[1]: `.depend' is up to date.<br>make[1]: Leaving directory `/root/omap_test_building/bootloader/downloads/u-boot/post/cpu'
<br>make -C tools all<br>make[1]: Entering directory `/root/omap_test_building/bootloader/downloads/u-boot/tools'<br>gcc -Wall -pedantic -idirafter ../include -DTEXT_BASE=0x80e80000 -DUSE_HOSTCC -O -c -o img2srec.o img2srec.c
<br>gcc -Wall -pedantic -idirafter ../include -DTEXT_BASE=0x80e80000 -DUSE_HOSTCC -O -o img2srec img2srec.o<br>strip img2srec<br>gcc -g -Wall -pedantic -idirafter ../include -DTEXT_BASE=0x80e80000 -DUSE_HOSTCC -O -c mkimage.c
<br>gcc -g -Wall -pedantic -idirafter ../include -DTEXT_BASE=0x80e80000 -DUSE_HOSTCC -O -c crc32.c<br>gcc -Wall -pedantic -idirafter ../include -DTEXT_BASE=0x80e80000 -DUSE_HOSTCC -O -o mkimage mkimage.o crc32.o<br>strip mkimage
<br>gcc -g -Wall -pedantic -idirafter ../include -DTEXT_BASE=0x80e80000 -DUSE_HOSTCC -O -c envcrc.c<br>gcc -g -idirafter ../include -DTEXT_BASE=0x80e80000 -DUSE_HOSTCC -c environment.c<br>gcc -Wall -pedantic -idirafter ../include -DTEXT_BASE=0x80e80000 -DUSE_HOSTCC -O -o envcrc
envcrc.o crc32.o environment.o<br>gcc -g -Wall -pedantic -idirafter ../include -DTEXT_BASE=0x80e80000 -DUSE_HOSTCC -O -c gen_eth_addr.c<br>gcc -Wall -pedantic -idirafter ../include -DTEXT_BASE=0x80e80000 -DUSE_HOSTCC -O -o gen_eth_addr gen_eth_addr.o
<br>strip gen_eth_addr<br>gcc -Wall -pedantic -idirafter ../include -DTEXT_BASE=0x80e80000 -DUSE_HOSTCC -O -c -o bmp_logo.o bmp_logo.c<br>gcc -Wall -pedantic -idirafter ../include -DTEXT_BASE=0x80e80000 -DUSE_HOSTCC -O -o bmp_logo bmp_logo.o
<br>strip bmp_logo<br>./bmp_logo logos/denx.bmp >/root/omap_test_building/bootloader/downloads/u-boot/include/bmp_logo.h<br>make[1]: Leaving directory `/root/omap_test_building/bootloader/downloads/u-boot/tools'<br>
make -C examples all<br>make[1]: Entering directory `/root/omap_test_building/bootloader/downloads/u-boot/examples'<br>arm-linux-gcc -g -Os -fno-strict-aliasing -fno-common -ffixed-r8 -msoft-float -malignment-traps -D__KERNEL__ -DTEXT_BASE=0x80e80000 -I/root/omap_test_building/bootloader/downloads/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/omap2430/tools/gcc-
3.4.4-glibc-2.3.5/lib/gcc/arm-linux/3.4.4/include -pipe -DCONFIG_ARM -D__ARM__ -march=armv5 -mapcs-32 -Wall -Wstrict-prototypes -c -o hello_world.o hello_world.c<br>arm-linux-gcc -g -Os -fno-strict-aliasing -fno-common -ffixed-r8 -msoft-float -malignment-traps -D__KERNEL__ -DTEXT_BASE=0x80e80000 -I/root/omap_test_building/bootloader/downloads/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/omap2430/tools/gcc-
3.4.4-glibc-2.3.5/lib/gcc/arm-linux/3.4.4/include -pipe -DCONFIG_ARM -D__ARM__ -march=armv5 -mapcs-32 -Wall -Wstrict-prototypes -c -o stubs.o stubs.c<br>arm-linux-ar crv libstubs.a stubs.o<br>a - stubs.o<br>make[1]: *** No rule to make target `hello_world.srec', needed by `all'. Stop.
<br>make[1]: Leaving directory `/root/omap_test_building/bootloader/downloads/u-boot/examples'<br>make: *** [examples] Error 2<br>[root@localhost u-boot]# <br>##################################################################################
<br><br><br>please help me....<br><br><br>arun<br><br><br><br><br>