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
已解决! 转到解答。
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
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