my project that is created by cw10.6 can't be builded in KDS1.1.0

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

my project that is created by cw10.6 can't be builded in KDS1.1.0

跳至解决方案
803 次查看
wangbaode
Contributor IV

Dear All,

I have a Project been created by cw10.6. Now,I want to use KDS1.1.0 to open and build it. but I'm failed.when I build my project,an error is comes out.

 

How to build my project in KDS1.1.0?

my project is in attachment.

 

bye

Original Attachment has been moved to: kl05_test.rar

标签 (1)
标记 (3)
0 项奖励
回复
1 解答
643 次查看
BlackNight
NXP Employee
NXP Employee

CodeWarrior and Kinetis Design studio are different tool chains (gcc) and different tool chain integration (the compiler/linker panels, etc).

So you cannot use CodeWarrior projects directly in Kinetis Design Studio and vice versa.

Have a look in C:\Freescale\KDS_2.0.0\doc\pdf\kds_porting_guide.pdf how to import and port a project.

That PDF is available on the Freescale KDS (http://www.freescale.com/kds) documentation page too:

http://cache.freescale.com/files/microcontrollers/doc/user_guide/KDS200PUG.pdf?fasp=1

But in general the best way is to create a new project in Kinetis Design Studio,then copy over all the sources.

If using Processor Expert project, then this article could be helpful for you: Export and Import Processor Expert Component Settings | MCU on Eclipse

I hope this helps,

Erich

在原帖中查看解决方案

0 项奖励
回复
2 回复数
644 次查看
BlackNight
NXP Employee
NXP Employee

CodeWarrior and Kinetis Design studio are different tool chains (gcc) and different tool chain integration (the compiler/linker panels, etc).

So you cannot use CodeWarrior projects directly in Kinetis Design Studio and vice versa.

Have a look in C:\Freescale\KDS_2.0.0\doc\pdf\kds_porting_guide.pdf how to import and port a project.

That PDF is available on the Freescale KDS (http://www.freescale.com/kds) documentation page too:

http://cache.freescale.com/files/microcontrollers/doc/user_guide/KDS200PUG.pdf?fasp=1

But in general the best way is to create a new project in Kinetis Design Studio,then copy over all the sources.

If using Processor Expert project, then this article could be helpful for you: Export and Import Processor Expert Component Settings | MCU on Eclipse

I hope this helps,

Erich

0 项奖励
回复
643 次查看
wangbaode
Contributor IV

OK,I see.

Thank you.

0 项奖励
回复