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