This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: How can I build a cross-compile environment that supports Motorola 8260 CPU?


> Hello,
>
>     How can I build a cross-compile environment that supports Motorola 8260 CPU ?

Configure you cross tools using the option "--target=powerpc-eabi". The core of the MPC8260 is a 603e
processor, so you can use "-mcpu=603" (or "-mcpu=603e", I'm not sure...) in the compiler/assembler
command line.


>
> And where can download those .tar.gz files that is needed when building cross-compile environment?

You'll need binutils-2.10.1, newlib-1.9.0 or glibc (depending on your system requirements), gcc-2.95.2
(the latest official GNU release of gcc - it works fine with PowerPC CPU's) and the latest snapshot of
gdb (insight). You can get the tar.gz files navigating on:

http://sources.redhat.com/projects.html



>
> thanks very much.
>
> dony

Joćo Cadamuro Junior
LIT / CPDTT / CEFET-PR
http://www.lit.cpdtt.cefetpr.br



------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]