All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] help : MPC8349EMDS
@ 2010-03-05 16:44 Hubin
  2010-03-06  1:16 ` Kim Phillips
  0 siblings, 1 reply; 2+ messages in thread
From: Hubin @ 2010-03-05 16:44 UTC (permalink / raw)
  To: u-boot

My u-boot is u-boot-2009.11.1  My toolchain is freescale-4.4-79-powerpc-eabi (CodeSourcery:freescale-4.4-79-powerpc-eabi).
I use the default configure of MPC8349EMDS, but when I build u-boot , I meet a error .
-------------------------------------------------------------------------------------------------------------------------
     $ tar xvjf u-boot-2009.11.1.tar.bz2
     $ cd u-boot-2009.11.1
     $ make distclean
     $ make MPC8349EMDS_config
     $ make CROSS_COMPILE=powerpc-eabi-
     Generating include/autoconf.mk
     Generating include/autoconf.mk.dep
     for dir in tools examples/standalone examples/api ; do make -C $dir _depend ; done
     make[1]: Entering directory `/home/Test/StudioNow/u-boot-2009.11.1/tools'
     make[1]: Leaving directory `/home/Test/StudioNow/u-boot-2009.11.1/tools'
     .................................................................
     .................................................................
     powerpc-eabi-ld: /home/Test/Softwares/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/powerpc-eabi/4.4.1/nof/libgcc.a(_udivdi3.o): compiled normally and linked with modules compiled with -mrelocatable
     powerpc-eabi-ld: failed to merge target specific data of file /home/Test/Softwares/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/powerpc-eabi/4.4.1/nof/libgcc.a(_udivdi3.o)
     make: *** [u-boot] error? 1
-------------------------------------------------------------------------------------------------------------------------
I try to build MPC8349ITX_config using the same toolchain and same source code(u-boot-2009.11.1), the building succeed.
Whether is there a error on MPC8349EMDS_config of u-boot-2009.11.1? Or Toolchain is error.
Thank!
 

__________ Information from ESET Smart Security, version of virus signature database 4918 (20100305) __________

The message was checked by ESET Smart Security.

http://www.eset.com
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [U-Boot] help : MPC8349EMDS
  2010-03-05 16:44 [U-Boot] help : MPC8349EMDS Hubin
@ 2010-03-06  1:16 ` Kim Phillips
  0 siblings, 0 replies; 2+ messages in thread
From: Kim Phillips @ 2010-03-06  1:16 UTC (permalink / raw)
  To: u-boot

On Sat, 6 Mar 2010 00:44:01 +0800
Hubin <szjaguar@163.com> wrote:

>      powerpc-eabi-ld: /home/Test/Softwares/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/powerpc-eabi/4.4.1/nof/libgcc.a(_udivdi3.o): compiled normally and linked with modules compiled with -mrelocatable
>      powerpc-eabi-ld: failed to merge target specific data of file /home/Test/Softwares/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/powerpc-eabi/4.4.1/nof/libgcc.a(_udivdi3.o)
>      make: *** [u-boot] error 1
> -------------------------------------------------------------------------------------------------------------------------
> I try to build MPC8349ITX_config using the same toolchain and same source code(u-boot-2009.11.1), the building succeed.
> Whether is there a error on MPC8349EMDS_config of u-boot-2009.11.1? Or Toolchain is error.

the MDS uses spd_sdram, which needs the divide operation - the ITX does
not.

try a different toolchain - denx' ppc_6xx- works for me.

Kim

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-03-06  1:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-05 16:44 [U-Boot] help : MPC8349EMDS Hubin
2010-03-06  1:16 ` Kim Phillips

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.