Import legacy CodeWarrior 6.3 project in CodeWarrior Development Studio 11

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

Import legacy CodeWarrior 6.3 project in CodeWarrior Development Studio 11

1,918件の閲覧回数
godlyblade
Contributor II

I'm using CodeWarrior Development Studio 11.0.1 Build Id: 180609

MCU: MC9S08QE4

I try to import an old CW 6.3 project file (.mcp) to the new eclipse based CW 11 project. I was very happy to see, that CW 11 supports an import functionallity for legacy CW projects. But I get an error (This toolchain is not supported for this target) and I don't know what to do next.

Thanks in advance!

ラベル(1)
0 件の賞賛
返信
4 返答(返信)

1,600件の閲覧回数
vicentegomez
NXP TechSupport
NXP TechSupport

On the help of code warrior please check the 

Porting Classic DSC Project to Eclipse Project

Porting Classic DSC Project to Eclipse Project

This is not using the command line, but you can port the project 

Hopes this will help you

0 件の賞賛
返信

1,600件の閲覧回数
godlyblade
Contributor II

Thanks for your reply!

I followed these instructions, but the error is the same:

error.PNG

Could you tell me what specific toolchain settings I have to setup in my legacy CW project target?

Thanks!

0 件の賞賛
返信

1,600件の閲覧回数
Carlos_Mendoza
NXP Employee
NXP Employee

Hello Pascal,

The project importer is not compatible with S08 MCUS, it is for DSC processors only.

If you want to migrate your classic project to CodeWarrior 11 I would recommend you follow these steps:

  • Create a new project in CodeWarrior 11 selecting the corresponding target and configurations.
  • Copy the source files from your classic project to the new eclipse project, just the application specific drivers, you should not migrate the startup, header or linker files.
  • Modify the project properties to match the properties from the classic project.
     

You can use the following document as reference:

http://cache.freescale.com/files/soft_dev_tools/doc/app_note/AN4727.pdf

Hope this helps, let us know if you have any question.

Regards,

Carlos Mendoza

0 件の賞賛
返信

1,600件の閲覧回数
AndersJ
Contributor IV

Browsing AN4727 I don’t see Processor Expert mentioned.

How are legacy project PE beans moved into the new CW11 project?

0 件の賞賛
返信