Hi all!!
I am a beginner of FRDM-K64. I followed all the procedure from Freedom Development Platform for Kinetis K|Freescale But When I was in "begin and run" section and tried to build the hello world project demo I was told
Please help me out and I will really appreciate it.!!1
thanks!!
Hello,
I'm a user here also.
I have tried to run code and had the same when there are build errors.
Did you locate what is causing the error? ie C-code error....
Just a thought.
Good luck
Hi Lee,
the error message mentioned above means, that you have a problem with .elf file (i.g. is not created),
if you import demo code, .wsd file it is always needed to build library first and then the project.
After that, correctly set debugger.
Please, have you followed all mentioned steps?
Please take a look at importing demo projects, describing here i can import ,sample codes of ksdk for mk22f in kds3.0,it shows Program "make" not found in PATH er...
and let me know.
If your issue still persists, please let us know.
Thank you.
Have a nice day.
Iva
Hi Simon,
it looks you have not compiled libraries.
I recommend you Getting Started with KSDK 1.3
Please, have you tried import .wsd file? I described it here
Let me know, if it helps you.
Best Regards,
Iva
Did you watch the video in section 3 Build, Run and went through the steps?
(i.e. updating Eclipse, building platform library)
Hi Joerg. Yes I did :smileysad:
Hi Simon,
please, also, take a look at videos series
I hope this helps as well.
Best Regards,
Iva
Ok, there is a trap in the documentation.
The step "Build, Download and Run" is not well explained.
You have to use a different firmware for your board, i.e. Segger J-Link or PE-Micro.
The default firmware will not work.
Try the combination Segger J-Link (it's free) and KDS.
In this case you have to download the bootloader on your board first.
Take a look at:
https://community.freescale.com/docs/DOC-105199
and
Skip the sections IAR, Keil, TrueStudio and ARM GCC.
When you've updated the firmware on the board,
you'll use the Debug, not Run. It will also flash.
Described on page 29 of the doc in the 2nd link.
Good luck,
Joerg