codewarrior and eclipse

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

codewarrior and eclipse

1,589 次查看
Krazzyonskates
Contributor I

Does anyone know how to create a project with 10.5 for a hc12 processor other than s08 or what is available.

 

 

 

Or does anyone have a project already made for an hc12?

 

 

 

Or does someone know how to take an existing project and change it to accommodate any hc12?

 

 

Thanks

标签 (1)
标记 (1)
0 项奖励
1 回复

1,118 次查看
BlackNight
NXP Employee
NXP Employee

I did that a while back:

http://mcuoneclipse.com/2012/02/13/make-my-make-with-eclipse-and-mcu10/

It works the same way (with make files) for S12/HC12, as the build tools (compiler, linker) are command line tools. Actually the command line commands are pretty much the same as for S08, so can be used the same way.

I hope this gives an idea?

If there is enough interest (and I find time), I could set up someting for S12 similar to what is describe in this series (but using S12 instead of ARM):

DIY Free Toolchain for Kinetis: Part 1 – GNU ARM Build Tools | MCU on Eclipse

Of course the compiler would not be free ;-)

0 项奖励