KDS project build

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

KDS project build

995件の閲覧回数
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 返信

859件の閲覧回数
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 件の賞賛
返信