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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

Jump to solution
579 Views
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

 

 

 

Labels (1)
0 Kudos
Reply
1 Solution
450 Views
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

View solution in original post

0 Kudos
Reply
2 Replies
451 Views
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 Kudos
Reply
450 Views
karthick1987
Contributor II

Thanks Erich

0 Kudos
Reply