HCS12 development from Mac OS X and/or Linux (don't care about a specific IDE)

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

HCS12 development from Mac OS X and/or Linux (don't care about a specific IDE)

3,083件の閲覧回数
schroedinbug
Contributor I
I'm taking a course that uses the book Software and Hardware Engineering by Fredrick M. Cady.  Unfortunately it appears that all of the development tools on the included disc are Windows-only.  After searching around for a while I was still without a solution that would let me use Mac OS X or Linux to do my development.  I do not care about if an IDE is available for either operating system, but I would like to find the other development tools necessary to avoid Windows.

Has anyone has success using Mac OS X or Linux to develop for the HCS12?  I'm interested in solutions that avoid Windows as much as possible (completely being preferred).  The book in question uses both C and assembly, so I'd need to be able to do both.
ラベル(1)
0 件の賞賛
返信
1 返信

818件の閲覧回数
andy_sinclair
Contributor I
Gcc is available for the hcs12 from here:
  http://www.gnu-m68hc11.org/m68hc11_download.php

You can use it in conjunction with your favourite IDE or editor on any platform.

Note that gcc will not compile code for the XGATE, however a cross platform assembler for XGATE is available here:
  http://sourceforge.net/projects/hsw12asm/
0 件の賞賛
返信