[U-Boot] Build breaks on some OMAP3 configs

Hi,
I was trying to build u-boot for omap3_3430sdp and omap3_zoom2, and the build fails with the error below.
I'm on commit f2b4bc0 from the master branch. I'm using CodeSourcery's 2008q3 toolchain. The commands I ran were:
make CROSS_COMPILE=arm-none-linux-gnueabi- omap3_3430sdp_config; make CROSS_COMPILE=arm-none-linux-gnueabi-
Any ideas what I'm doing wrong?
Thanks in advance, Anand
make -C examples/standalone all make[1]: Entering directory `/data/git/denx-uboot/u-boot/examples/standalone' arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DTEXT_BASE=0x80e80000 -I/data/git/denx-uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /data/arm-2008q3/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DTEXT_BASE=0x80e80000 -I/data/git/denx-uboot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /data/arm-2008q3/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -I.. -Bstatic -T u-boot.lds -Ttext 0x80e80000 -o .c arm-none-linux-gnueabi-gcc: no input files make[1]: *** [.c] Error 1 make[1]: Leaving directory `/data/git/denx-uboot/u-boot/examples/standalone' make: *** [examples/standalone] Error 2

Gadiyar, Anand wrote:
Hi,
I was trying to build u-boot for omap3_3430sdp and omap3_zoom2, and the build fails with the error below.
I'm on commit f2b4bc0 from the master branch. I'm using CodeSourcery's 2008q3 toolchain. The commands I ran were:
make CROSS_COMPILE=arm-none-linux-gnueabi- omap3_3430sdp_config; make CROSS_COMPILE=arm-none-linux-gnueabi-
Any ideas what I'm doing wrong?
Not really. Maybe tool chain version? But most probably not...
I get:
./MAKEALL ARM_CORTEX_A8
Configuring for devkit8000 board...
text data bss dec hex filename
192728 8604 214608 415940 658c4 ./u-boot
Configuring for omap3_beagle board...
text data bss dec hex filename
170592 8104 201484 380180 5cd14 ./u-boot
Configuring for omap3_overo board...
text data bss dec hex filename
174025 8164 210568 392757 5fe35 ./u-boot
Configuring for omap3_evm board...
text data bss dec hex filename
162050 5436 216804 384290 5dd22 ./u-boot
Configuring for omap3_pandora board...
text data bss dec hex filename
158199 7732 200672 366603 5980b ./u-boot Configuring for omap3_sdp3430 board... eth.c:497:2: warning: #warning Ethernet driver is deprecated. Please update to use CONFIG_NET_MULTI text data bss dec hex filename 156478 4732 214932 376142 5bd4e ./u-boot Configuring for omap3_zoom1 board... text data bss dec hex filename 158979 7812 200672 367463 59b67 ./u-boot Configuring for omap3_zoom2 board... text data bss dec hex filename 130871 6676 199456 337003 5246b ./u-boot Configuring for smdkc100 board... text data bss dec hex filename 125532 6460 209660 341652 53694 ./u-boot
--------------------- SUMMARY ---------------------------- Boards compiled: 9 Boards with warnings or errors: 1 ( omap3_sdp3430 ) ----------------------------------------------------------
arm-none-linux-gnueabi-gcc -v
.... gcc version 4.3.3 (Sourcery G++ Lite 2009q1-203)
git log -n 1
commit f2b4bc04d6aed6be712d236dab48ac4c4da22cbf
Cheers
Dirk

On Fri, Oct 30, 2009 at 6:47 PM, Dirk Behme dirk.behme@googlemail.com wrote:
Gadiyar, Anand wrote:
Hi,
I was trying to build u-boot for omap3_3430sdp and omap3_zoom2, and the build fails with the error below.
I'm on commit f2b4bc0 from the master branch. I'm using CodeSourcery's 2008q3 toolchain. The commands I ran were:
make CROSS_COMPILE=arm-none-linux-gnueabi- omap3_3430sdp_config; make CROSS_COMPILE=arm-none-linux-gnueabi-
Any ideas what I'm doing wrong?
Not really. Maybe tool chain version? But most probably not...
[...] could you point which tree you are working on? Regards, Nishanth Menon

Nishant Menon wrote:
On Fri, Oct 30, 2009 at 6:47 PM, Dirk Behme dirk.behme@googlemail.com wrote:
Gadiyar, Anand wrote:
Hi,
I was trying to build u-boot for omap3_3430sdp and omap3_zoom2, and the build fails with the error below.
I'm on commit f2b4bc0 from the master branch. I'm using CodeSourcery's 2008q3 toolchain. The commands I ran were:
make CROSS_COMPILE=arm-none-linux-gnueabi- omap3_3430sdp_config; make CROSS_COMPILE=arm-none-linux-gnueabi-
Any ideas what I'm doing wrong?
Not really. Maybe tool chain version? But most probably not...
[...] could you point which tree you are working on? Regards, Nishanth Menon
This one: git://git.denx.de/u-boot.git
participants (3)
-
Dirk Behme
-
Gadiyar, Anand
-
Nishanth Menon