added files with the "link to" option and deleted it to lose the link

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

added files with the "link to" option and deleted it to lose the link

ソリューションへジャンプ
581件の閲覧回数
karthick1987
Contributor II

Hi Guys,

 

I added files into my project header folder and linked it instead of copy file and when I deleted it I got this error

 

 

C:\Freescale\CW MCU v10.2\gnu\bin\mingw32-make -j6 all

mingw32-make: *** No rule to make target `C:/Micro_new/DZ128_test/Project_Headers/LCD.h', needed by `Sources/LCD_c.obj'.  Stop.

 

I can understand that the link has been lost. How can I redirect the link? or where can I find it? What do i do about it?


Cheers

K

 

 

 

ラベル(1)
タグ(2)
0 件の賞賛
返信
1 解決策
452件の閲覧回数
BlackNight
NXP Employee
NXP Employee

Hello,

your (generated) make file still uses that lcd.h (references it as a dependency).

You need to perform a 'clean' on the make file.

See No rule to make target | MCU on Eclipse

Hope this helps,

Erich

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
453件の閲覧回数
BlackNight
NXP Employee
NXP Employee

Hello,

your (generated) make file still uses that lcd.h (references it as a dependency).

You need to perform a 'clean' on the make file.

See No rule to make target | MCU on Eclipse

Hope this helps,

Erich

0 件の賞賛
返信
452件の閲覧回数
karthick1987
Contributor II

Thanks Erich

0 件の賞賛
返信