about kds installation in windows xp

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

about kds installation in windows xp

811件の閲覧回数
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 返信

686件の閲覧回数
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 件の賞賛
返信