| 
 
| 初学mplab x 开始,看不懂下面的调试结果的错误,在哪里,请各位大侠帮帮忙。 
 make -f nbproject/Makefile-default.mk SUBPROJECTS= .build-conf
 make[1]: Entering directory 'D:/ECE591/PIC33projects/dspic33.X'
 make  -f nbproject/Makefile-default.mk dist/default/production/dspic33.X.production.hex
 make[2]: Entering directory 'D:/ECE591/PIC33projects/dspic33.X'
 "D:\MPLAB XC16\bin\xc16-gcc.exe"   lcd.c  -o build/default/production/lcd.o  -c -mcpu=33FJ256GP710A  -MMD -MF "build/default/production/lcd.o.d"        -g -omf=elf -O0 -msmart-io=1 -Wall -msfr-warn=off
 lcd.c:24:17: fatal error: lcd.h: No such file or directory
 compilation terminated.
 make[2]: *** [build/default/production/lcd.o] Error 255
 make[1]: *** [.build-conf] Error 2
 nbproject/Makefile-default.mk:94: recipe for target 'build/default/production/lcd.o' failed
 make[2]: Leaving directory 'D:/ECE591/PIC33projects/dspic33.X'
 nbproject/Makefile-default.mk:78: recipe for target '.build-conf' failed
 make[1]: Leaving directory 'D:/ECE591/PIC33projects/dspic33.X'
 nbproject/Makefile-impl.mk:39: recipe for target '.build-impl' failed
 make: *** [.build-impl] Error 2
 
 BUILD FAILED (exit value 2, total time: 2s)
 | 
 |