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

João Cadamuro Junior cadamuro@lit.cpdtt.cefetpr.br
Sun Apr 1 00:00:00 GMT 2001


> 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



More information about the crossgcc mailing list