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>##############################<div id="mb_0">#################################################<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&#39;<br>make[1]: `.depend&#39; is up to date.<br>make[1]: Leaving directory `/root/omap_test_building/bootloader/downloads/u-boot/tools&#39;
<br>make[1]: Entering directory `/root/omap_test_building/bootloader/downloads/u-boot/examples&#39;<br>make[1]: `.depend&#39; is up to date.<br>make[1]: Leaving directory `/root/omap_test_building/bootloader/downloads/u-boot/examples&#39;
<br>make[1]: Entering directory `/root/omap_test_building/bootloader/downloads/u-boot/post&#39;<br>make[1]: `.depend&#39; is up to date.<br>make[1]: Leaving directory `/root/omap_test_building/bootloader/downloads/u-boot/post&#39;
<br>make[1]: Entering directory `/root/omap_test_building/bootloader/downloads/u-boot/post/cpu&#39;<br>make[1]: `.depend&#39; is up to date.<br>make[1]: Leaving directory `/root/omap_test_building/bootloader/downloads/u-boot/post/cpu&#39;
<br>make -C tools all<br>make[1]: Entering directory `/root/omap_test_building/bootloader/downloads/u-boot/tools&#39;<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&nbsp; -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&nbsp; -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&nbsp; -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&nbsp; -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&nbsp; -o bmp_logo bmp_logo.o
<br>strip bmp_logo<br>./bmp_logo logos/denx.bmp &gt;/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&#39;<br>

make -C examples all<br>make[1]: Entering directory `/root/omap_test_building/bootloader/downloads/u-boot/examples&#39;<br>arm-linux-gcc
-g&nbsp; -Os&nbsp;&nbsp; -fno-strict-aliasing&nbsp; -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&nbsp; -DCONFIG_ARM -D__ARM__ -march=armv5 -mapcs-32 -Wall -Wstrict-prototypes -c -o hello_world.o hello_world.c<br>arm-linux-gcc
-g&nbsp; -Os&nbsp;&nbsp; -fno-strict-aliasing&nbsp; -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&nbsp; -DCONFIG_ARM -D__ARM__ -march=armv5 -mapcs-32 -Wall -Wstrict-prototypes -c -o stubs.o stubs.c<br>arm-linux-ar crv libstubs.a&nbsp; stubs.o<br>a - stubs.o<br>make[1]: *** No rule to make target `hello_world.srec&#39;, needed by `all&#39;.&nbsp; Stop.
<br>make[1]: Leaving directory `/root/omap_test_building/bootloader/downloads/u-boot/examples&#39;<br>make: *** [examples] Error 2<br>[root@localhost u-boot]# <br>##################################################################################
<br><br><br>please help me....<br><span class="sg"><br><br>arun<br></span></div>