Re: [U-Boot-Users] problem with building u-boot

Hi,
its not possible For me to change the version... while greping through the mailinglist i found that its a GNU make 3.80+problem.....
is it possible to make some changes to 1.1.4 version of U-boot make fies and compile it successfully with 3.81 GNU make??
On 6/14/07, Ganesh Ramachandran pganeshramachandran@gmail.com wrote:
Hi,
Use 'make distclean; make omap2420h4_config; make all'
This error occurs when invalid command passed on the makefile argument.
~ Ganesh.
On 6/14/07, arun c arun.edarath@gmail.com wrote:
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
This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ U-Boot-Users mailing list U-Boot-Users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/u-boot-users

On Thursday 14 June 2007, arun c wrote:
its not possible For me to change the version...
Sad for you.
while greping through the mailinglist i found that its a GNU make 3.80+problem.....
is it possible to make some changes to 1.1.4 version of U-boot make fies and compile it successfully with 3.81 GNU make??
Yes. When you already found something in the mailing list archieve, then it should be explained there. Sorry, you have to search yourself.
Best regards, Stefan
===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office@denx.de =====================================================================
participants (2)
-
arun c
-
Stefan Roese