Someone could help me with this? Error in my first programming code (still watching the tutorial).

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

Someone could help me with this? Error in my first programming code (still watching the tutorial).

跳至解决方案
879 次查看
tiagobmarinho
Contributor II

I'm new with this board platform (FRDM-KL27Z) and i was just follwing the tutorial, but when i was biulding appear those both errors and i tried to change the code, search other blink led, but nothing different happened, the same error is there yet.  

Description Resource Path Location Type
make: *** No rule to make taerror.pngrget '../../../../../../lib/ksdk_platform_lib/kds/KL27Z644/release/libksdk_platform.a', needed by 'myProject_MKL27Z64VLH4.elf'. myProject_MKL27Z64VLH4 C/C++ Problem

Description Resource Path Location Type
make: Target 'all' not remade because of errors. myProject_MKL27Z64VLH4 C/C++ Problem

1 解答
761 次查看
mjbcswitzerland
Specialist V

Hi

As I wrote, you probably need to first do the same thing with the library (the part that supplies the drivers and such for the KL27) before you can build the application. KSDK is old now and probably being phased out - it seems uses this technique as far as I remember - you may find it easier to use the newer builder technique (SDK 2.2), which doesn't need libraries.

If you continue to have problems, try the uTasker project since it is simple - see video link below.

Regards

Mark

https://www.youtube.com/watch?v=K8ScSgpgQ6M&index=9&list=PLWKlVb_MqDQFZAulrUywU30v869JBYi9Q

在原帖中查看解决方案

4 回复数
762 次查看
mjbcswitzerland
Specialist V

Hi

I expect that you first need to import the platform library project into KDS and build it. Then the application will be able to find the library object that looks to be missing.

Regards

Mark

http://www.utasker.com/kinetis/FRDM-KL27Z.html
http://www.utasker.com/kinetis/Capuccino-KL27.html

http://www.utasker.com/kinetis.html

762 次查看
tiagobmarinho
Contributor II

Hi, 

Thank you for your time.
I tried this before like the tutorial video explain (File > Import > General > Existing Projects into Workspace > Browse > C:\Freescale\KSDK_1.3.0\examples\frdmkl27z\demo_apps\hello_world\kds > Finish. After this, I select the project and click on the "hammer" to biuld the project, but, unfortunately appear those erros that I wrote before. I unistall the software and change PC, but it's still happening. 

I'm waiting because i'm locked up in the beginning. 

0 项奖励
回复
762 次查看
Alice_Yang
NXP TechSupport
NXP TechSupport

Hi Tiago ,

- Please  refer to "Getting Started with Kinetis SDK (KSDK) v.1.3.pdf" (I attached it for you) to run KSDKv1.3 demo :

pastedImage_1.png

I think you missing the step of “Build the platform libray” .

- Now the latest version of KSDK is v2.2 , it is more simple to used,  I strongly recommend you use the latest versoin:

Software Development Kit for Kinetis MCUs|NXP 

Hope it helps


Have a great day,
TIC

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

762 次查看
mjbcswitzerland
Specialist V

Hi

As I wrote, you probably need to first do the same thing with the library (the part that supplies the drivers and such for the KL27) before you can build the application. KSDK is old now and probably being phased out - it seems uses this technique as far as I remember - you may find it easier to use the newer builder technique (SDK 2.2), which doesn't need libraries.

If you continue to have problems, try the uTasker project since it is simple - see video link below.

Regards

Mark

https://www.youtube.com/watch?v=K8ScSgpgQ6M&index=9&list=PLWKlVb_MqDQFZAulrUywU30v869JBYi9Q