KDS project build

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

KDS project build

510 次查看
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

标签 (1)
标记 (1)
0 项奖励
1 回复

374 次查看
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 项奖励