about kds installation in windows xp

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

about kds installation in windows xp

765 次查看
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?

标签 (1)
0 项奖励
回复
1 回复

640 次查看
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 项奖励
回复