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

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

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

Jump to solution
800 Views
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

Labels (1)
Tags (3)
0 Kudos
Reply
1 Solution
640 Views
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

View solution in original post

0 Kudos
Reply
2 Replies
641 Views
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 Kudos
Reply
640 Views
wangbaode
Contributor IV

OK,I see.

Thank you.

0 Kudos
Reply