make -f nbproject/Makefile-default.mk SUBPROJECTS= .build-conf
make[1]: Entering directory `F:/17071_ClassMaterial/PIC32 Labs/P32_Lab1/Lab1_PIC32.X'
make -f nbproject/Makefile-default.mk dist/default/production/Lab1_PIC32.X.production.hex
make[2]: Entering directory `F:/17071_ClassMaterial/PIC32 Labs/P32_Lab1/Lab1_PIC32.X'
../../../Board Support Package/TouchScreen.c: In function 'TouchInit':
../../../Board Support Package/TouchScreen.c:129:20: error: 'ADDRESS_RESISTIVE_TOUCH_VERSION' undeclared (first use in this function)
../../../Board Support Package/TouchScreen.c:129:20: note: each undeclared identifier is reported only once for each function it appears in
"C:\Program Files\Microchip\xc32\v1.22\bin\xc32-gcc.exe" -g -x c -c -mprocessor=32MX795F512L -I.. -I../../../Graphics/Common "-I../../../Board Support Package" -I../../../Microchip/Include -I../../../Microchip/Include/Graphics -MMD -MF build/default/production/_ext/1687970324/TouchScreen.o.d -o build/default/production/_ext/1687970324/TouchScreen.o "../../../Board Support Package/TouchScreen.c"
make[2]: *** [build/default/production/_ext/1687970324/TouchScreen.o] Error 1
make[1]: *** [.build-conf] Error 2
make: *** [.build-impl] Error 2
make[2]: Leaving directory `F:/17071_ClassMaterial/PIC32 Labs/P32_Lab1/Lab1_PIC32.X'
make[1]: Leaving directory `F:/17071_ClassMaterial/PIC32 Labs/P32_Lab1/Lab1_PIC32.X'
BUILD FAILED (exit value 2, total time: 6s)