Hi,


my u boot version is 1.1.4....

i use a fedora 6 machine

gcc version=gcc version 4.1.1 20061011 (Red Hat 4.1.1-30)
make version=GNU Make 3.81
arm-linux-gcc=gcc version 3.4.4

i untarred the u-boot

i run
1)make omap2420h4_config
2)make

i am getting the error below
###############################################################################
[root@localhost u-boot]# make omap2420h4_config
Configuring for omap2420h4 board...
[root@localhost u-boot]# make
make[1]: Entering directory `/root/omap_test_building/bootloader/downloads/u-boot/tools'
make[1]: `.depend' is up to date.
make[1]: Leaving directory `/root/omap_test_building/bootloader/downloads/u-boot/tools'
make[1]: Entering directory `/root/omap_test_building/bootloader/downloads/u-boot/examples'
make[1]: `.depend' is up to date.
make[1]: Leaving directory `/root/omap_test_building/bootloader/downloads/u-boot/examples'
make[1]: Entering directory `/root/omap_test_building/bootloader/downloads/u-boot/post'
make[1]: `.depend' is up to date.
make[1]: Leaving directory `/root/omap_test_building/bootloader/downloads/u-boot/post'
make[1]: Entering directory `/root/omap_test_building/bootloader/downloads/u-boot/post/cpu'
make[1]: `.depend' is up to date.
make[1]: Leaving directory `/root/omap_test_building/bootloader/downloads/u-boot/post/cpu'
make -C tools all
make[1]: Entering directory `/root/omap_test_building/bootloader/downloads/u-boot/tools'
gcc -Wall -pedantic -idirafter ../include -DTEXT_BASE=0x80e80000 -DUSE_HOSTCC -O -c -o img2srec.o img2srec.c
gcc -Wall -pedantic -idirafter ../include -DTEXT_BASE=0x80e80000 -DUSE_HOSTCC -O  -o img2srec img2srec.o
strip img2srec
gcc -g -Wall -pedantic -idirafter ../include -DTEXT_BASE=0x80e80000 -DUSE_HOSTCC -O -c mkimage.c
gcc -g -Wall -pedantic -idirafter ../include -DTEXT_BASE=0x80e80000 -DUSE_HOSTCC -O -c crc32.c
gcc -Wall -pedantic -idirafter ../include -DTEXT_BASE=0x80e80000 -DUSE_HOSTCC -O  -o mkimage mkimage.o crc32.o
strip mkimage
gcc -g -Wall -pedantic -idirafter ../include -DTEXT_BASE=0x80e80000 -DUSE_HOSTCC -O -c envcrc.c
gcc -g  -idirafter ../include -DTEXT_BASE=0x80e80000 -DUSE_HOSTCC -c environment.c
gcc -Wall -pedantic -idirafter ../include -DTEXT_BASE=0x80e80000 -DUSE_HOSTCC -O -o envcrc envcrc.o crc32.o environment.o
gcc -g -Wall -pedantic -idirafter ../include -DTEXT_BASE=0x80e80000 -DUSE_HOSTCC -O -c gen_eth_addr.c
gcc -Wall -pedantic -idirafter ../include -DTEXT_BASE=0x80e80000 -DUSE_HOSTCC -O  -o gen_eth_addr gen_eth_addr.o
strip gen_eth_addr
gcc -Wall -pedantic -idirafter ../include -DTEXT_BASE=0x80e80000 -DUSE_HOSTCC -O -c -o bmp_logo.o bmp_logo.c
gcc -Wall -pedantic -idirafter ../include -DTEXT_BASE=0x80e80000 -DUSE_HOSTCC -O  -o bmp_logo bmp_logo.o
strip bmp_logo
./bmp_logo logos/denx.bmp >/root/omap_test_building/bootloader/downloads/u-boot/include/bmp_logo.h
make[1]: Leaving directory `/root/omap_test_building/bootloader/downloads/u-boot/tools'
make -C examples all
make[1]: Entering directory `/root/omap_test_building/bootloader/downloads/u-boot/examples'
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
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
arm-linux-ar crv libstubs.a  stubs.o
a - stubs.o
make[1]: *** No rule to make target `hello_world.srec', needed by `all'.  Stop.
make[1]: Leaving directory `/root/omap_test_building/bootloader/downloads/u-boot/examples'
make: *** [examples] Error 2
[root@localhost u-boot]#
##################################################################################


please help me....


arun