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


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

Re: Cross-Compiler FOR mc68360?


mzlai@263.net wrote:

> Hi :
>
>       I want to use the MC68360 in my embedded system,but I don't know whether it is sopported by the egcs-1.1.2 or gcc-2.8.1.
>
> Thanks!

Yep.  Both gcc-2.8.1 and egcs support the m68k family including the MC68360.  Use the -mcpu32 command line switch.  This is from
the gcc(egcs-1.1.2) info files.

`-mcpu32'
     Generate output for a CPU32. This is the default when the compiler
     is configured for CPU32-based systems.

     Use this option for microcontrollers with a CPU32 or CPU32+ core,
     including the 68330, 68331, 68332, 68333, 68334, 68336, 68340,
     68341, 68349 and 68360.

egcs is based on gcc-2.8.1.  Cygnus is now the official maintainer of gcc.  The next release of gcc (gcc-2.9.5) will be based on
the latest egcs code.

I believe you would be much better off using egcs.  It has better optimizations and the C++ compiler/linraries are more inline
with the ANSI/ISO standard.

Brendan Simon.



>
>
> _____________________________________________
> 首都在线--先进中国人的网上家园 http://www.263.net
> 免费邮箱 邮件杂志 签名邮件 邮件加密 邮件追身呼
> 搜索引擎 个人站点 在线游戏 网上聊天 网上挂号
> 金融王国 在线杀毒 跳蚤市场 软件下载 休闲娱乐
>
> _______________________________________________
> 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.

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