There are 5 messages in this thread.
You are currently looking at messages 0 to 5.
Hi, I'm trying to create a cross compilation tool chain for MPC8641/MPC8641D.Which is the --target option for this processor? In the below link which target type shall i choose http://gcc.gnu.org/install/specific.html Please help Regards, Navya
On Aug 4, 8:55=A0am, "navyas" <na...@coreel.com> wrote: > I'm trying to create a cross compilation tool chain for > MPC8641/MPC8641D.Which is the --target option for this processor? In the > below link which target type shall i choosehttp://gcc.gnu.org/install/spe= cific.html for a powerpc cross compilation toolchain, may i suggest eldk <http:// www.denx.de/wiki/DULG/ELDK> in any case, this page has more info on powerpc cross-compiling.
Hi, I downloaded the .iso for ELDK and installed it selecting the target architecture 'ppc_74xx' for MPC8641D, as given in the link http://www.denx.de/wiki/DULG/ELDKSupportedTargetArchitectures. With this setup when i try to compile u-boot for sbc8641d config the build is not complete. Am i doing the right arch selection here? Should i select ppc_8xx? Regards, Navya >On Aug 4, 8:55=A0am, "navyas" <na...@coreel.com> wrote: >> I'm trying to create a cross compilation tool chain for >> MPC8641/MPC8641D.Which is the --target option for this processor? In the >> below link which target type shall i choosehttp://gcc.gnu.org/install/spe= >cific.html > >for a powerpc cross compilation toolchain, may i suggest eldk <http:// >www.denx.de/wiki/DULG/ELDK> >in any case, this page has more info on powerpc cross-compiling. >
On Tue, 4 Aug 2009 10:54:55 -0700 (PDT), "a...@nishioka.com" <a...@nishioka.com> wrote: >On Aug 4, 8:55 am, "navyas" <na...@coreel.com> wrote: >> I'm trying to create a cross compilation tool chain for >> MPC8641/MPC8641D.Which is the --target option for this processor? In the >> below link which target type shall i choosehttp://gcc.gnu.org/install/specific.html > >for a powerpc cross compilation toolchain, may i suggest eldk <http:// >www.denx.de/wiki/DULG/ELDK> >in any case, this page has more info on powerpc cross-compiling. http://www.codesourcery.com/ is also a good place to get a powerpc cross compilation toolchain. Regards Anton Erasmus
>On Tue, 4 Aug 2009 10:54:55 -0700 (PDT), "a...@nishioka.com" ><a...@nishioka.com> wrote: > >>On Aug 4, 8:55�am, "navyas" <na...@coreel.com> wrote: >>> I'm trying to create a cross compilation tool chain for >>> MPC8641/MPC8641D.Which is the --target option for this processor? In the >>> below link which target type shall i choosehttp://gcc.gnu.org/install/specific.html >> >>for a powerpc cross compilation toolchain, may i suggest eldk <http:// >>www.denx.de/wiki/DULG/ELDK> >>in any case, this page has more info on powerpc cross-compiling. > >http://www.codesourcery.com/ is also a good place to get a powerpc >cross compilation toolchain. > >Regards > Anton Erasmus > You can try Dan Kegel's crosstool: www.kegel.com/crosstool/crosstool-0.43/doc/crosstool-howto.html