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

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

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

Jump to solution
799 Views
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 Solution
681 Views
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

View solution in original post

4 Replies
682 Views
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

682 Views
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 Kudos
682 Views
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!
-----------------------------------------------------------------------------------------------------------------------

682 Views
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