* [U-Boot-Users] problem with building u-boot
@ 2007-06-14 8:43 arun c
2007-06-14 8:46 ` Stefan Roese
[not found] ` <21c86c970706140147i1f988336p7aa997ca52853b50@mail.gmail.com>
0 siblings, 2 replies; 4+ messages in thread
From: arun c @ 2007-06-14 8:43 UTC (permalink / raw)
To: u-boot
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 at localhost u-boot]# make omap2420h4_config
Configuring for omap2420h4 board...
[root at 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 at localhost u-boot]#
##################################################################################
please help me....
arun
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.denx.de/pipermail/u-boot/attachments/20070614/2b751260/attachment.htm
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot-Users] problem with building u-boot
2007-06-14 8:43 [U-Boot-Users] problem with building u-boot arun c
@ 2007-06-14 8:46 ` Stefan Roese
[not found] ` <21c86c970706140147i1f988336p7aa997ca52853b50@mail.gmail.com>
1 sibling, 0 replies; 4+ messages in thread
From: Stefan Roese @ 2007-06-14 8:46 UTC (permalink / raw)
To: u-boot
On Thursday 14 June 2007, arun c wrote:
> my u boot version is 1.1.4....
The problems shown below with hello_world.c is fixed in the current version.
Please use the top of git repository version.
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 at denx.de
=====================================================================
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot-Users] problem with building u-boot
[not found] ` <21c86c970706140147i1f988336p7aa997ca52853b50@mail.gmail.com>
@ 2007-06-14 9:58 ` arun c
2007-06-14 10:09 ` Stefan Roese
0 siblings, 1 reply; 4+ messages in thread
From: arun c @ 2007-06-14 9:58 UTC (permalink / raw)
To: 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 at localhost u-boot]# make omap2420h4_config
> > Configuring for omap2420h4 board...
> > [root at 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 at 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 at lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/u-boot-users
> >
> >
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.denx.de/pipermail/u-boot/attachments/20070614/c8e2cd06/attachment.htm
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot-Users] problem with building u-boot
2007-06-14 9:58 ` arun c
@ 2007-06-14 10:09 ` Stefan Roese
0 siblings, 0 replies; 4+ messages in thread
From: Stefan Roese @ 2007-06-14 10:09 UTC (permalink / raw)
To: u-boot
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 at denx.de
=====================================================================
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-06-14 10:09 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-14 8:43 [U-Boot-Users] problem with building u-boot arun c
2007-06-14 8:46 ` Stefan Roese
[not found] ` <21c86c970706140147i1f988336p7aa997ca52853b50@mail.gmail.com>
2007-06-14 9:58 ` arun c
2007-06-14 10:09 ` Stefan Roese
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox