about kds installation in windows xp

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

about kds installation in windows xp

399 Views
vadrevujyothi
Contributor I

I have installed KDS in windows XP .And i have updated new version of KSDK into KDS IDE .But if i will import any demo project while building the project i am getting below error

 

make: *** No rule to make target `C:/Freescale/KDSK/examples/frdmk64f/demo_apps/hello_world/kds/../../../../../lib/ksdk_platform_lib/kds/K64F12/debug/libksdk_platform.a', needed by `hello_world_frdmk64f.elf'

Can you please give answer why I am getting these errors?

Labels (1)
0 Kudos
1 Reply

274 Views
ivadorazinova
NXP Employee
NXP Employee

Hello vadrevu,

this error means that you should compile the library first to create the .elf file.

Always is needed to compile the libraries first and then the project.

You can import your project with all needed libraries by this way:

  • File -> Import
  • Import Existing project sets under Project of Projects

import_1.jpg

  • select browse, for example C:\Freescale\KSDK_1.2.0\examples\frdmk64f\demo_apps\hello_world\kds and select the .wsd file

import_2.jpg

After this, debug the library first and then the project

import_3.jpg

The .elf file will be created under debug configurations

import_4.jpg

I hope this solved your issue.

Best Regards,

Iva

0 Kudos