make -f nbproject/Makefile-default.mk SUBPROJECTS= .build-conf
make[1]: Entering directory 'C:/Users/Muhammad/MPLABXProjects/AYPIK TEST.X'
make  -f nbproject/Makefile-default.mk dist/default/production/AYPIK_TEST.X.production.hex
make[2]: Entering directory 'C:/Users/Muhammad/MPLABXProjects/AYPIK TEST.X'
"C:\Program Files\Microchip\xc8\v2.32\bin\xc8-cc.exe"  -mcpu=16F722A -c   -mdfp="C:/Program Files/Microchip/MPLABX/v5.45/packs/Microchip/PIC16Fxxx_DFP/1.2.33/xc8"  -fno-short-double -fno-short-float -O0 -fasmfile -maddrqual=ignore -xassembler-with-cpp -mwarn=-3 -Wa,-a -DXPRJ_default=default  -msummary=-psect,-class,+mem,-hex,-file  -ginhx032 -Wl,--data-init -mno-keep-startup -mno-osccal -mno-resetbits -mno-save-resetbits -mno-download -mno-stackcall   -std=c99 -gdwarf-3 -mstack=compiled:auto:auto     -o build/default/production/_ext/966832709/Aypik-Mini-V0.1.p1 ../../Documents/Project/Aypik/Mini-Code/V0.1/PIC16F722A/Aypik-Mini-V0.1.c 
::: advisory: (2049) C99 compliant libraries are currently not available for baseline or mid-range devices, or for enhanced mid-range devices using a reentrant stack; using C90 libraries
In file included from ../../Documents/Project/Aypik/Mini-Code/V0.1/PIC16F722A/Aypik-Mini-V0.1.c:38:
In file included from C:\ProgramData\MatrixTSL\FlowcodeV9\CAL\internals.c:188:
In file included from C:\ProgramData\MatrixTSL\FlowcodeV9\CAL/PIC\PIC_CAL_IO.c:45:
C:\ProgramData\MatrixTSL\FlowcodeV9\CAL/PIC/PIC_CAL_IO.h:133:2: error: '#' is not followed by a macro parameter
#if defined(_LAT##Port##Pin) || defined(_LAT##Port##_LAT##Port##Pin##_POSITION) \
 ^
../../Documents/Project/Aypik/Mini-Code/V0.1/PIC16F722A/Aypik-Mini-V0.1.c:253:12: error: pasting formed '(B', an invalid preprocessing token
                if (1 != GET_PORT_PIN(B, 3))
                         ^
C:\ProgramData\MatrixTSL\FlowcodeV9\CAL/PIC/PIC_CAL_IO.h:53:31: note: expanded from macro 'GET_PORT_PIN'
#define GET_PORT_PIN(p,b)                               FCP_GET(B,p,(1<<b),b)
                                                        ^
C:\ProgramData\MatrixTSL\FlowcodeV9\CAL/PIC/PIC_CAL_IO.h:66:57: note: expanded from macro 'FCP_GET'
#define FCP_GET(Type, Port, Mask, Shift) FCP_GET_##Type(##Port, Mask, Shift)
                                                        ^
../../Documents/Project/Aypik/Mini-Code/V0.1/PIC16F722A/Aypik-Mini-V0.1.c:278:14: error: pasting formed '(B', an invalid preprocessing token
                                if (1 != GET_PORT_PIN(B, 3))
                                         ^
C:\ProgramData\MatrixTSL\FlowcodeV9\CAL/PIC/PIC_CAL_IO.h:53:31: note: expanded from macro 'GET_PORT_PIN'
#define GET_PORT_PIN(p,b)                               FCP_GET(B,p,(1<<b),b)
                                                        ^
C:\ProgramData\MatrixTSL\FlowcodeV9\CAL/PIC/PIC_CAL_IO.h:66:57: note: expanded from macro 'FCP_GET'
#define FCP_GET(Type, Port, Mask, Shift) FCP_GET_##Type(##Port, Mask, Shift)
                                                        ^
../../Documents/Project/Aypik/Mini-Code/V0.1/PIC16F722A/Aypik-Mini-V0.1.c:343:20: error: pasting formed '(B', an invalid preprocessing token
                        FCL_SWITCHVAL = GET_PORT_PIN(B, 3);
                                        ^
C:\ProgramData\MatrixTSL\FlowcodeV9\CAL/PIC/PIC_CAL_IO.h:53:31: note: expanded from macro 'GET_PORT_PIN'
#define GET_PORT_PIN(p,b)                               FCP_GET(B,p,(1<<b),b)
                                                        ^
C:\ProgramData\MatrixTSL\FlowcodeV9\CAL/PIC/PIC_CAL_IO.h:66:57: note: expanded from macro 'FCP_GET'
#define FCP_GET(Type, Port, Mask, Shift) FCP_GET_##Type(##Port, Mask, Shift)
                                                        ^
../../Documents/Project/Aypik/Mini-Code/V0.1/PIC16F722A/Aypik-Mini-V0.1.c:368:22: error: pasting formed '(B', an invalid preprocessing token
                                        FCL_SWITCHVAL = GET_PORT_PIN(B, 3);
                                                        ^
C:\ProgramData\MatrixTSL\FlowcodeV9\CAL/PIC/PIC_CAL_IO.h:53:31: note: expanded from macro 'GET_PORT_PIN'
#define GET_PORT_PIN(p,b)                               FCP_GET(B,p,(1<<b),b)
                                                        ^
C:\ProgramData\MatrixTSL\FlowcodeV9\CAL/PIC/PIC_CAL_IO.h:66:57: note: expanded from macro 'FCP_GET'
#define FCP_GET(Type, Port, Mask, Shift) FCP_GET_##Type(##Port, Mask, Shift)
                                                        ^
../../Documents/Project/Aypik/Mini-Code/V0.1/PIC16F722A/Aypik-Mini-V0.1.c:434:20: error: pasting formed '(B', an invalid preprocessing token
                        FCL_SWITCHVAL = GET_PORT_PIN(B, 3);
                                        ^
C:\ProgramData\MatrixTSL\FlowcodeV9\CAL/PIC/PIC_CAL_IO.h:53:31: note: expanded from macro 'GET_PORT_PIN'
#define GET_PORT_PIN(p,b)                               FCP_GET(B,p,(1<<b),b)
                                                        ^
C:\ProgramData\MatrixTSL\FlowcodeV9\CAL/PIC/PIC_CAL_IO.h:66:57: note: expanded from macro 'FCP_GET'
#define FCP_GET(Type, Port, Mask, Shift) FCP_GET_##Type(##Port, Mask, Shift)
                                                        ^
../../Documents/Project/Aypik/Mini-Code/V0.1/PIC16F722A/Aypik-Mini-V0.1.c:459:22: error: pasting formed '(B', an invalid preprocessing token
                                        FCL_SWITCHVAL = GET_PORT_PIN(B, 3);
                                                        ^
C:\ProgramData\MatrixTSL\FlowcodeV9\CAL/PIC/PIC_CAL_IO.h:53:31: note: expanded from macro 'GET_PORT_PIN'
#define GET_PORT_PIN(p,b)                               FCP_GET(B,p,(1<<b),b)
                                                        ^
C:\ProgramData\MatrixTSL\FlowcodeV9\CAL/PIC/PIC_CAL_IO.h:66:57: note: expanded from macro 'FCP_GET'
#define FCP_GET(Type, Port, Mask, Shift) FCP_GET_##Type(##Port, Mask, Shift)
                                                        ^
../../Documents/Project/Aypik/Mini-Code/V0.1/PIC16F722A/Aypik-Mini-V0.1.c:524:3: error: pasting formed '(A', an invalid preprocessing token
                SET_PORT_PIN(A, 4, 1);
                ^
C:\ProgramData\MatrixTSL\FlowcodeV9\CAL/PIC/PIC_CAL_IO.h:59:32: note: expanded from macro 'SET_PORT_PIN'
#define SET_PORT_PIN(p,b,v)                     FCP_SET(B,p,(1<<b),b,v)
                                                ^
C:\ProgramData\MatrixTSL\FlowcodeV9\CAL/PIC/PIC_CAL_IO.h:67:65: note: expanded from macro 'FCP_SET'
#define FCP_SET(Type, Port, Mask, Shift, Source) FCP_SET_##Type(##Port, Mask, Shift, Source)
                                                                ^
../../Documents/Project/Aypik/Mini-Code/V0.1/PIC16F722A/Aypik-Mini-V0.1.c:546:3: error: pasting formed '(A', an invalid preprocessing token
                SET_PORT_PIN(A, 4, 1 - 1);
                ^
C:\ProgramData\MatrixTSL\FlowcodeV9\CAL/PIC/PIC_CAL_IO.h:59:32: note: expanded from macro 'SET_PORT_PIN'
#define SET_PORT_PIN(p,b,v)                     FCP_SET(B,p,(1<<b),b,v)
                                                ^
C:\ProgramData\MatrixTSL\FlowcodeV9\CAL/PIC/PIC_CAL_IO.h:67:65: note: expanded from macro 'FCP_SET'
#define FCP_SET(Type, Port, Mask, Shift, Source) FCP_SET_##Type(##Port, Mask, Shift, Source)
                                                                ^
../../Documents/Project/Aypik/Mini-Code/V0.1/PIC16F722A/Aypik-Mini-V0.1.c:573:3: error: pasting formed '(C', an invalid preprocessing token
                SET_PORT_PIN(C, 2, 1);
                ^
C:\ProgramData\MatrixTSL\FlowcodeV9\CAL/PIC/PIC_CAL_IO.h:59:32: note: expanded from macro 'SET_PORT_PIN'
#define SET_PORT_PIN(p,b,v)                     FCP_SET(B,p,(1<<b),b,v)
                                                ^
C:\ProgramData\MatrixTSL\FlowcodeV9\CAL/PIC/PIC_CAL_IO.h:67:65: note: expanded from macro 'FCP_SET'
#define FCP_SET(Type, Port, Mask, Shift, Source) FCP_SET_##Type(##Port, Mask, Shift, Source)
                                                                ^
../../Documents/Project/Aypik/Mini-Code/V0.1/PIC16F722A/Aypik-Mini-V0.1.c:595:3: error: pasting formed '(C', an invalid preprocessing token
                SET_PORT_PIN(C, 2, 1 - 1);
                ^
C:\ProgramData\MatrixTSL\FlowcodeV9\CAL/PIC/PIC_CAL_IO.h:59:32: note: expanded from macro 'SET_PORT_PIN'
#define SET_PORT_PIN(p,b,v)                     FCP_SET(B,p,(1<<b),b,v)
                                                ^
C:\ProgramData\MatrixTSL\FlowcodeV9\CAL/PIC/PIC_CAL_IO.h:67:65: note: expanded from macro 'FCP_SET'
#define FCP_SET(Type, Port, Mask, Shift, Source) FCP_SET_##Type(##Port, Mask, Shift, Source)
                                                                ^
../../Documents/Project/Aypik/Mini-Code/V0.1/PIC16F722A/Aypik-Mini-V0.1.c:622:3: error: pasting formed '(C', an invalid preprocessing token
                SET_PORT_PIN(C, 0, 1);
                ^
C:\ProgramData\MatrixTSL\FlowcodeV9\CAL/PIC/PIC_CAL_IO.h:59:32: note: expanded from macro 'SET_PORT_PIN'
#define SET_PORT_PIN(p,b,v)                     FCP_SET(B,p,(1<<b),b,v)
                                                ^
C:\ProgramData\MatrixTSL\FlowcodeV9\CAL/PIC/PIC_CAL_IO.h:67:65: note: expanded from macro 'FCP_SET'
#define FCP_SET(Type, Port, Mask, Shift, Source) FCP_SET_##Type(##Port, Mask, Shift, Source)
                                                                ^
../../Documents/Project/Aypik/Mini-Code/V0.1/PIC16F722A/Aypik-Mini-V0.1.c:644:3: error: pasting formed '(C', an invalid preprocessing token
                SET_PORT_PIN(C, 0, 1 - 1);
                ^
C:\ProgramData\MatrixTSL\FlowcodeV9\CAL/PIC/PIC_CAL_IO.h:59:32: note: expanded from macro 'SET_PORT_PIN'
#define SET_PORT_PIN(p,b,v)                     FCP_SET(B,p,(1<<b),b,v)
                                                ^
C:\ProgramData\MatrixTSL\FlowcodeV9\CAL/PIC/PIC_CAL_IO.h:67:65: note: expanded from macro 'FCP_SET'
#define FCP_SET(Type, Port, Mask, Shift, Source) FCP_SET_##Type(##Port, Mask, Shift, Source)
                                                                ^
../../Documents/Project/Aypik/Mini-Code/V0.1/PIC16F722A/Aypik-Mini-V0.1.c:671:3: error: pasting formed '(A', an invalid preprocessing token
                SET_PORT_PIN(A, 1, 1);
                ^
C:\ProgramData\MatrixTSL\FlowcodeV9\CAL/PIC/PIC_CAL_IO.h:59:32: note: expanded from macro 'SET_PORT_PIN'
#define SET_PORT_PIN(p,b,v)                     FCP_SET(B,p,(1<<b),b,v)
                                                ^
C:\ProgramData\MatrixTSL\FlowcodeV9\CAL/PIC/PIC_CAL_IO.h:67:65: note: expanded from macro 'FCP_SET'
#define FCP_SET(Type, Port, Mask, Shift, Source) FCP_SET_##Type(##Port, Mask, Shift, Source)
                                                                ^
../../Documents/Project/Aypik/Mini-Code/V0.1/PIC16F722A/Aypik-Mini-V0.1.c:693:3: error: pasting formed '(A', an invalid preprocessing token
                SET_PORT_PIN(A, 1, 1 - 1);
                ^
C:\ProgramData\MatrixTSL\FlowcodeV9\CAL/PIC/PIC_CAL_IO.h:59:32: note: expanded from macro 'SET_PORT_PIN'
#define SET_PORT_PIN(p,b,v)                     FCP_SET(B,p,(1<<b),b,v)
                                                ^
C:\ProgramData\MatrixTSL\FlowcodeV9\CAL/PIC/PIC_CAL_IO.h:67:65: note: expanded from macro 'FCP_SET'
#define FCP_SET(Type, Port, Mask, Shift, Source) FCP_SET_##Type(##Port, Mask, Shift, Source)
                                                                ^
../../Documents/Project/Aypik/Mini-Code/V0.1/PIC16F722A/Aypik-Mini-V0.1.c:1034:3: error: pasting formed '(B', an invalid preprocessing token
                SET_PORT_PIN(B, 1, 1);
                ^
C:\ProgramData\MatrixTSL\FlowcodeV9\CAL/PIC/PIC_CAL_IO.h:59:32: note: expanded from macro 'SET_PORT_PIN'
#define SET_PORT_PIN(p,b,v)                     FCP_SET(B,p,(1<<b),b,v)
                                                ^
C:\ProgramData\MatrixTSL\FlowcodeV9\CAL/PIC/PIC_CAL_IO.h:67:65: note: expanded from macro 'FCP_SET'
#define FCP_SET(Type, Port, Mask, Shift, Source) FCP_SET_##Type(##Port, Mask, Shift, Source)
                                                                ^
../../Documents/Project/Aypik/Mini-Code/V0.1/PIC16F722A/Aypik-Mini-V0.1.c:1056:3: error: pasting formed '(B', an invalid preprocessing token
                SET_PORT_PIN(B, 1, 1 - 1);
                ^
C:\ProgramData\MatrixTSL\FlowcodeV9\CAL/PIC/PIC_CAL_IO.h:59:32: note: expanded from macro 'SET_PORT_PIN'
#define SET_PORT_PIN(p,b,v)                     FCP_SET(B,p,(1<<b),b,v)
                                                ^
C:\ProgramData\MatrixTSL\FlowcodeV9\CAL/PIC/PIC_CAL_IO.h:67:65: note: expanded from macro 'FCP_SET'
#define FCP_SET(Type, Port, Mask, Shift, Source) FCP_SET_##Type(##Port, Mask, Shift, Source)
                                                                ^
../../Documents/Project/Aypik/Mini-Code/V0.1/PIC16F722A/Aypik-Mini-V0.1.c:1083:3: error: pasting formed '(B', an invalid preprocessing token
                SET_PORT_PIN(B, 4, 1);
                ^
C:\ProgramData\MatrixTSL\FlowcodeV9\CAL/PIC/PIC_CAL_IO.h:59:32: note: expanded from macro 'SET_PORT_PIN'
#define SET_PORT_PIN(p,b,v)                     FCP_SET(B,p,(1<<b),b,v)
                                                ^
C:\ProgramData\MatrixTSL\FlowcodeV9\CAL/PIC/PIC_CAL_IO.h:67:65: note: expanded from macro 'FCP_SET'
#define FCP_SET(Type, Port, Mask, Shift, Source) FCP_SET_##Type(##Port, Mask, Shift, Source)
                                                                ^
../../Documents/Project/Aypik/Mini-Code/V0.1/PIC16F722A/Aypik-Mini-V0.1.c:1105:3: error: pasting formed '(B', an invalid preprocessing token
                SET_PORT_PIN(B, 4, 1 - 1);
                ^
C:\ProgramData\MatrixTSL\FlowcodeV9\CAL/PIC/PIC_CAL_IO.h:59:32: note: expanded from macro 'SET_PORT_PIN'
#define SET_PORT_PIN(p,b,v)                     FCP_SET(B,p,(1<<b),b,v)
                                                ^
C:\ProgramData\MatrixTSL\FlowcodeV9\CAL/PIC/PIC_CAL_IO.h:67:65: note: expanded from macro 'FCP_SET'
#define FCP_SET(Type, Port, Mask, Shift, Source) FCP_SET_##Type(##Port, Mask, Shift, Source)
                                                                ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
(908) exit status = 1
nbproject/Makefile-default.mk:107: recipe for target 'build/default/production/_ext/966832709/Aypik-Mini-V0.1.p1' failed
make[2]: Leaving directory 'C:/Users/Muhammad/MPLABXProjects/AYPIK TEST.X'
nbproject/Makefile-default.mk:91: recipe for target '.build-conf' failed
make[1]: Leaving directory 'C:/Users/Muhammad/MPLABXProjects/AYPIK TEST.X'
nbproject/Makefile-impl.mk:39: recipe for target '.build-impl' failed
make[2]: *** [build/default/production/_ext/966832709/Aypik-Mini-V0.1.p1] Error 1
make[1]: *** [.build-conf] Error 2
make: *** [.build-impl] Error 2

BUILD FAILED (exit value 2, total time: 2s)
