document for porting project from codewarrior v6.3 to codewarrior 10.4

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

document for porting project from codewarrior v6.3 to codewarrior 10.4

ソリューションへジャンプ
1,249件の閲覧回数
hotashu
Contributor III

hi guys,

we have a project made under Codewarrior 6.3 before. now we want port it to 10.4. does Freescale have document for how to do it step by step?

ラベル(1)
0 件の賞賛
返信
1 解決策
883件の閲覧回数
BlackNight
NXP Employee
NXP Employee

Hello,

such a document would heavily depend on your 6.3 document I think. Basically what I did is the following:

- create a new project with File > New > Bareboard project

- verify that it works with my board

- then add the sources from the 6.3 project, preferably step by step

There is a 'getting started' in 10.4 which describes the steps to create a project and then debug it, so this could be a starting point for you.

In MCU10.2 there was an 'importer' which imported 6.x projects. But such an importer only can work for very simply cases and projects, so you are faster and better with the steps above.

Some points to consider:

- compiler options: unless you need special things, go with the defaults in the first step, and then change them later on.

  You find the compiler options under (select the project) the menu Project > Properties > C/C++ Build > Settings

- include folders: depending on how you have organized your sources, you need to add the paths to the compiler search paths. The paths are set up in the compiler panels/settings under the menu in previous point.

Hope this helps.

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
883件の閲覧回数
Monica
Senior Contributor III

Hello Hotas!

Did that help? Please keep us posted, we'd like to know :smileywink:

Best regards,

Monica.

0 件の賞賛
返信
884件の閲覧回数
BlackNight
NXP Employee
NXP Employee

Hello,

such a document would heavily depend on your 6.3 document I think. Basically what I did is the following:

- create a new project with File > New > Bareboard project

- verify that it works with my board

- then add the sources from the 6.3 project, preferably step by step

There is a 'getting started' in 10.4 which describes the steps to create a project and then debug it, so this could be a starting point for you.

In MCU10.2 there was an 'importer' which imported 6.x projects. But such an importer only can work for very simply cases and projects, so you are faster and better with the steps above.

Some points to consider:

- compiler options: unless you need special things, go with the defaults in the first step, and then change them later on.

  You find the compiler options under (select the project) the menu Project > Properties > C/C++ Build > Settings

- include folders: depending on how you have organized your sources, you need to add the paths to the compiler search paths. The paths are set up in the compiler panels/settings under the menu in previous point.

Hope this helps.

0 件の賞賛
返信