Import legacy CodeWarrior 6.3 project in CodeWarrior Development Studio 11

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

Import legacy CodeWarrior 6.3 project in CodeWarrior Development Studio 11

1,627 Views
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!

Labels (1)
0 Kudos
4 Replies

1,309 Views
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 Kudos

1,309 Views
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 Kudos

1,309 Views
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 Kudos

1,309 Views
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 Kudos