CLEAN SUCCESSFUL (total time: 423ms)
make -f nbproject/Makefile-default.mk SUBPROJECTS= .build-conf
make[1]: Entering directory 'C:/Users/USER/MPLABXProjects/blink32.X'
make -f nbproject/Makefile-default.mk dist/default/production/blink32.X.production.hex
make[2]: Entering directory 'C:/Users/USER/MPLABXProjects/blink32.X'
In file included from main.c:4:0:
c:\program files\microchip\xc32\v1.43\pic32mx\include\lega-c\plib.h:41:30: fatal error: peripheral/adc10.h: No such file or directory
#include <peripheral/adc10.h>
^
compilation terminated.
"C:\Program Files\Microchip\xc32\v1.43\bin\xc32-gcc.exe" -g -x c -c -mprocessor=32MX250F128B -MMD -MF build/default/production/main.o.d -o build/default/production/main.o main.c -DXPRJ_default=default -legacy-libc
nbproject/Makefile-default.mk:111: recipe for target 'build/default/production/main.o' failed
make[2]: Leaving directory 'C:/Users/USER/MPLABXProjects/blink32.X'
nbproject/Makefile-default.mk:84: recipe for target '.build-conf' failed
make[1]: Leaving directory 'C:/Users/USER/MPLABXProjects/blink32.X'
nbproject/Makefile-impl.mk:39: recipe for target '.build-impl' failed
make[2]: *** [build/default/production/main.o] Error 1
make[1]: *** [.build-conf] Error 2
make: *** [.build-impl] Error 2
BUILD FAILED (exit value 2, total time: 1s)