make: *** No rule to make target ***

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

make: *** No rule to make target ***

1,788 Views
saad_saeed
Contributor III

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.

0 Kudos
8 Replies

1,279 Views
danielchen
NXP TechSupport
NXP TechSupport

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

1,279 Views
saad_saeed
Contributor III

Can I use this example in Kinetis Design Studio?

What is the procedure of using it.

0 Kudos

1,279 Views
danielchen
NXP TechSupport
NXP TechSupport

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

1,279 Views
saad_saeed
Contributor III

Can i download old version of SDK.

0 Kudos

1,279 Views
danielchen
NXP TechSupport
NXP TechSupport

No. NXP only provides download link for the latest SDK version.

Regards

Daniel

1,279 Views
saad_saeed
Contributor III

Thanks, the problem has been solved :smileyhappy:

0 Kudos

1,279 Views
BlackNight
NXP Employee
NXP Employee

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

1,279 Views
saad_saeed
Contributor III

Thanks.

0 Kudos