How may I create a Makefile project for existing .mcp (classic IDE) project ?

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

How may I create a Makefile project for existing .mcp (classic IDE) project ?

跳至解决方案
2,968 次查看
gilfine
Contributor II

Hi everyone

I have an existing project for micro-controller MCF52233 (Coldfire V2) which was created in a Classic-IDE.

I am using CodeWarrior 10.4 (Evaluation version).

I would like to know if there is away to create Makefile project (which I would like to manage manually) for existing classic IDE project file (.mcp)

In File->Import I can't see import classic-IDE project option:

4469_4469.jpgImportCodewarrior.jpg

Thanks in advance,

Gil Fine

标签 (1)
标记 (2)
0 项奖励
1 解答
813 次查看
Carlos_Musich
NXP Employee
NXP Employee

Hi Gil,

the classic project importer is no longer available in CW10.3 and 10.4. To move to CW10 you have 2 options.

1) Use CW10.2 which still has classic project importer. Then you can open the generated project with CW10.4.

2) Migrate your project manually. This means to create a new bareboard project in CW10.4 and copy/add all the source files from your classic project to the new CW10.4 project. This is the cleanes way to migrate a project. In this case you may verify to include all the paths required by your project in menu project > Properties > C/C++ build > Settings > Compiler > Input.

Hope this helps!

Carlos

在原帖中查看解决方案

3 回复数
814 次查看
Carlos_Musich
NXP Employee
NXP Employee

Hi Gil,

the classic project importer is no longer available in CW10.3 and 10.4. To move to CW10 you have 2 options.

1) Use CW10.2 which still has classic project importer. Then you can open the generated project with CW10.4.

2) Migrate your project manually. This means to create a new bareboard project in CW10.4 and copy/add all the source files from your classic project to the new CW10.4 project. This is the cleanes way to migrate a project. In this case you may verify to include all the paths required by your project in menu project > Properties > C/C++ build > Settings > Compiler > Input.

Hope this helps!

Carlos

813 次查看
gilfine
Contributor II

Thanks a lot.

Were may i find version CW10.2 ?

I didn't find it in Freescale website...

Thanks,

Gil Fine

0 项奖励
813 次查看
BlackNight
NXP Employee
NXP Employee

Got to www.freescale.com/cwmcu10.

It is in the download tab (CodeWarrior for MCUs (Eclipse IDE) - ColdFire, 56800/E DSC, Kinetis, Qorivva 56xx, RS08/S08, S12Z Pr...

There expand the Software and Development tools part:4872_4872.png

0 项奖励