Build difference between KDS2.0 and KDS3.0

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

Build difference between KDS2.0 and KDS3.0

Jump to solution
563 Views
yarannan
Contributor III

Hi,

I have an issue about building my project on KDS 3.0. Below is what happened:

1. I installed KDS3.0 to a new computer due to some work reason.

2. I check out the code from git.

3. Start build the project as i do usually but it throw error that says make*** [project.elf] Error 1

4. I ran different project and same thing happened. I decided to switch back to kds2.0

5. I uninstalled KDS3.0 and install KDS2.0. Import the project and build it. It succeed.

Therefore, here is what I wondered, is there any configuration that i have to do in order to run kds2.0 project

on KDS3.0?

 

Thanks,

 

Yaran

Labels (1)
Tags (2)
0 Kudos
1 Solution
390 Views
BlackNight
NXP Employee
NXP Employee

Hi Yaran,

What error have you received (Console view)?

Because KDS v3.0.0 is using the GNU ARM Embedded (launchpad) tools, you will need to migrate/change a linker setting. See Kinetis Design Studio: Migrating KDS V2.0.0 Projects to GNU Tools for ARM Embedded (Launchpad, KDS V...  for details.

I hope this helps,

Erich

View solution in original post

0 Kudos
1 Reply
391 Views
BlackNight
NXP Employee
NXP Employee

Hi Yaran,

What error have you received (Console view)?

Because KDS v3.0.0 is using the GNU ARM Embedded (launchpad) tools, you will need to migrate/change a linker setting. See Kinetis Design Studio: Migrating KDS V2.0.0 Projects to GNU Tools for ARM Embedded (Launchpad, KDS V...  for details.

I hope this helps,

Erich

0 Kudos