convert *.mcp to makefile

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

convert *.mcp to makefile

689 Views
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

Labels (1)
0 Kudos
1 Reply

367 Views
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 Kudos