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