Hello,
I am just trying to build a demo example from KSDK 1.2 in KDS 3.0. As a prerequisite I have build ksdk_platform_lib_k64F12. But when I build the project I am getting the following error.
make: *** No rule to make target 'C:/Freescale/KSDK_1.2.0/examples/frdmk64f/demo_apps/lwip/lwip_tcpecho_demo/tcpecho_rtos/tcpecho_freertos/kds/../../../../../../../../lib/ksdk_freertos_lib/kds/K64F12/debug/libksdk_platform_freertos.a', needed by 'lwip_tcpecho_demo_freertos_frdmk64f.elf'.
Please, tell me what is wrong here.
Thanking you in advance.
Hi Saad:
Just an information that KSDK1.2 is a very old package, I would suggest you use the latest MCUXpresso SDK 2.5. You can download SDK from below link.
Welcome | MCUXpresso SDK Builder
The tcpecho demo is under folder
SDK_2.5.0_FRDM-K64F\boards\frdmk66f\lwip_examples\lwip_tcpecho\freertos
Regards
Daniel
Can I use this example in Kinetis Design Studio?
What is the procedure of using it.
unfortunately, KDS is not supported since SDK_2.4.
You can use MCUXpresso IDE (free).
You can download it from
MCUXpresso IDE|Eclipse-based Integrated Development Environment (IDE)|NXP
Latest version is 10.3
Regards
Daniel
Can i download old version of SDK.
No. NXP only provides download link for the latest SDK version.
Regards
Daniel
Thanks, the problem has been solved :smileyhappy:
Does that file
/lwip/lwip_tcpecho_demo/tcpecho_rtos/tcpecho_freertos/kds/../../../../../../../../lib/ksdk_freertos_lib/kds/K64F12/debug/libksdk_platform_freertos.a
exists in that location?
this is where the file has to be.
I hope this helps,
Erich
Thanks.