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

跳至解决方案
538 次查看
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 解答
409 次查看
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 回复数
410 次查看
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 项奖励
409 次查看
karthick1987
Contributor II

Thanks Erich

0 项奖励