10:35:24 **** Incremental Build of configuration Debug_FLASH for project External_CAN_And_FlexCAN_Ip_Example_S32K344 ****
make -j6 all
Building file: ../src/main.c
Building file: ../RTD/src/Clock_Ip_ExtOsc.c
Invoking: Standard S32DS C Compiler
Invoking: Standard S32DS C Compiler
arm-none-eabi-gcc "@src/main.args" -MMD -MP -MF"src/main.d" -MT"src/main.o" -o "src/main.o" "../src/main.c"
Building file: ../RTD/src/Clock_Ip_FracDiv.c
arm-none-eabi-gcc "@RTD/src/Clock_Ip.args" -MMD -MP -MF"RTD/src/Clock_Ip_ExtOsc.d" -MT"RTD/src/Clock_Ip_ExtOsc.o" -o "RTD/src/Clock_Ip_ExtOsc.o" "../RTD/src/Clock_Ip_ExtOsc.c"
Invoking: Standard S32DS C Compiler
arm-none-eabi-gcc "@RTD/src/Clock_Ip.args" -MMD -MP -MF"RTD/src/Clock_Ip_FracDiv.d" -MT"RTD/src/Clock_Ip_FracDiv.o" -o "RTD/src/Clock_Ip_FracDiv.o" "../RTD/src/Clock_Ip_FracDiv.c"
Building file: ../RTD/src/Clock_Ip_Frequency.c
Building file: ../RTD/src/Clock_Ip_Gate.c
Invoking: Standard S32DS C Compiler
arm-none-eabi-gcc "@RTD/src/Clock_Ip.args" -MMD -MP -MF"RTD/src/Clock_Ip_Frequency.d" -MT"RTD/src/Clock_Ip_Frequency.o" -o "RTD/src/Clock_Ip_Frequency.o" "../RTD/src/Clock_Ip_Frequency.c"
Building file: ../RTD/src/Clock_Ip_IntOsc.c
Invoking: Standard S32DS C Compiler
arm-none-eabi-gcc "@RTD/src/Clock_Ip.args" -MMD -MP -MF"RTD/src/Clock_Ip_Gate.d" -MT"RTD/src/Clock_Ip_Gate.o" -o "RTD/src/Clock_Ip_Gate.o" "../RTD/src/Clock_Ip_Gate.c"
Invoking: Standard S32DS C Compiler
arm-none-eabi-gcc "@RTD/src/Clock_Ip.args" -MMD -MP -MF"RTD/src/Clock_Ip_IntOsc.d" -MT"RTD/src/Clock_Ip_IntOsc.o" -o "RTD/src/Clock_Ip_IntOsc.o" "../RTD/src/Clock_Ip_IntOsc.c"
../src/main.c: In function 'main':
../src/main.c:275:21: error: 'NUM_OF_CONFIGURED_PINS0' undeclared (first use in this function)
275 | Siul2_Port_Ip_Init(NUM_OF_CONFIGURED_PINS0, g_pin_mux_InitConfigArr0);
| ^~~~~~~~~~~~~~~~~~~~~~~
../src/main.c:275:21: note: each undeclared identifier is reported only once for each function it appears in
Finished building: ../RTD/src/Clock_Ip_ExtOsc.c
Finished building: ../RTD/src/Clock_Ip_IntOsc.c
Finished building: ../RTD/src/Clock_Ip_FracDiv.c
../src/main.c:275:46: error: 'g_pin_mux_InitConfigArr0' undeclared (first use in this function)
275 | Siul2_Port_Ip_Init(NUM_OF_CONFIGURED_PINS0, g_pin_mux_InitConfigArr0);
| ^~~~~~~~~~~~~~~~~~~~~~~~
Finished building: ../RTD/src/Clock_Ip_Frequency.c
Finished building: ../RTD/src/Clock_Ip_Gate.c
make: *** [src/subdir.mk:20: src/main.o] Error 1
Building file: ../RTD/src/Clock_Ip_Irq.c
make: *** Waiting for unfinished jobs....
Invoking: Standard S32DS C Compiler
arm-none-eabi-gcc "@RTD/src/Clock_Ip.args" -MMD -MP -MF"RTD/src/Clock_Ip_Irq.d" -MT"RTD/src/Clock_Ip_Irq.o" -o "RTD/src/Clock_Ip_Irq.o" "../RTD/src/Clock_Ip_Irq.c"
Finished building: ../RTD/src/Clock_Ip_Irq.c
"make -j6 all" terminated with exit code 2. Build might be incomplete.
10:35:27 Build Failed. 4 errors, 0 warnings. (took 2s.696ms)