68360
Scott Howard
scott@objsw.com
Tue Feb 16 16:44:00 GMT 1999
m68k-coff has full support for the 68360.
After you build your compiler, the proper option to use for CPU32
targets would be '-m68332' for gcc-2.8.1; unfortunately this is not
documented in the gcc manual, so it's easy to miss it! So your compiler
command line would look like
gcc -m68332 file.c ...
>From the compiler's point of view, the 68360 and the 68332 are
identical, because they both implement the same instruction set; so
you're not losing any functionality by not having a '-m68360' command
line option.
On the EGCS series of compilers this option was changed to '-mcpu32',
which makes more sense because there are many 68k derivatives besides
the 68332 which are based upon the cpu32 processor core.
Hope this helps...
Vaughan Hillman wrote:
>
> Hi, Im trying to build gcc 2.8.1 for the 68360. What is the
> appropriate --target="?" for the configure
> script. Looking into m68k-*-coff it looks like
> it supports everything else but the 360. I have seen several messages
> that say to build the m68k and then do
>
> gcc -m68020 -cpu32
>
> and supposedly this works too. With this last way Im afraid that Im
> losing some functionality. What is the best way to go about getting
> gcc compiled for the 360?
>
> Vaughan
>
>
> _________________________________________________________
> DO YOU YAHOO!?
> Get your free @yahoo.com address at http://mail.yahoo.com
>
> _______________________________________________
> New CrossGCC FAQ: http://www.objsw.com/CrossGCC
> _______________________________________________
> To remove yourself from the crossgcc list, send
> mail to crossgcc-request@cygnus.com with the
> text 'unsubscribe' (without the quotes) in the
> body of the message.
_______________________________________________
New CrossGCC FAQ: http://www.objsw.com/CrossGCC
_______________________________________________
To remove yourself from the crossgcc list, send
mail to crossgcc-request@cygnus.com with the
text 'unsubscribe' (without the quotes) in the
body of the message.
More information about the crossgcc
mailing list