convert *.mcp to makefile

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

convert *.mcp to makefile

1,262 次查看
MaPf
Contributor I

Hi, I'm using CW IDE version 5.9.0 with Windows for MPC5534.

 

For use with git I would like to use makefiles instead of the non text based *.mcp files.

Is there any conversion tool which can help here?

 

I also saw that there is an IDE based on Eclipse. Is it possible to switch to this too?

 

Thanks Markus

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

940 次查看
J2MEJediMaster
Specialist I

You can move your source files to the Eclipse-based CodeWarrior IDE. I say source, because that's how I do the migration. In Eclipse, I create a project with the New Project wizard and then copy my source files into the Sources folder of the new project folder, and delete the placeholder main.c file.

 

There is a CodeWarrior project importer for importing Classic (non-Eclipse) CodeWarrior projects into the Eclipse IDE, but for any complex project its results are mixed. Your mileage may vary.

 

---Tom

0 项奖励
回复