[U-Boot] Build breaks on some OMAP3 configs

Dirk Behme dirk.behme at googlemail.com
Fri Oct 30 17:47:12 CET 2009


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


More information about the U-Boot mailing list