KDS project build

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

KDS project build

499 Views
kooroshhajiani
Contributor III

Hi,

I have a KDS project with FreeRtos  that is running on a  Twr-k64f120 .I  needed to implement a CLI or shell  for this project. Freertos provides two files for this purpose FreeRtos_CLI.c and FreeRtos_CLI.h that I have added to the subdirectory called FreeRTOS  in the project . the path has been added  in the includes field of the C/C++ General under Path and Symbols in project properties.

Now I can't build the project without having to clean project first. Seems something wrong with the dependencies.

If I build without clean I get "no rules to make the target for the FreeRtos_CLI.h".

 

Any Ideas?

Thanks,

Koorosh Hajiani

Labels (1)
Tags (1)
0 Kudos
1 Reply

363 Views
davidjurajda
NXP Employee
NXP Employee

Hi Koorosh,

It is hard to recognize root cause from general description. Can you share your project?

According to last sentence it can be related in file name case sensitivity.

You are reporting  "no rules to make the target for the FreeRtos_CLI.h".

But original file is named FreeRTOS_CLI.h (Upper case "TOS").

Regards,

David

0 Kudos