**** Build of configuration Debug_RAM for project IPCF_FreeRTOS_S32G399A_M7_0 ****
make -j8 all
Building file: ../Project_Settings/Startup_Code/nvic.c
Building file: ../Project_Settings/Startup_Code/startup.c
Building file: ../Project_Settings/Startup_Code/Vector_Table.s
Building file: ../src/main.c
Building file: ../Project_Settings/Startup_Code/startup_cm7.s
Building file: ../src/sample.c
Building file: ../Project_Settings/Startup_Code/system.c
Building file: ../Project_Settings/Startup_Code/exceptions.c
Invoking: Standard S32DS C Compiler
Invoking: Standard S32DS C Compiler
Invoking: Standard S32DS Assembler
Invoking: Standard S32DS C Compiler
arm-none-eabi-gcc "@Project_Settings/Startup_Code/exceptions.args" -MMD -MP -MF"Project_Settings/Startup_Code/nvic.d" -MT"Project_Settings/Startup_Code/nvic.o" -o "Project_Settings/Startup_Code/nvic.o" "../Project_Settings/Startup_Code/nvic.c"
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"
Invoking: Standard S32DS C Compiler
arm-none-eabi-gcc "@Project_Settings/Startup_Code/Vector_Table.args" -o "Project_Settings/Startup_Code/Vector_Table.o" "../Project_Settings/Startup_Code/Vector_Table.s"
arm-none-eabi-gcc "@src/main.args" -MMD -MP -MF"src/sample.d" -MT"src/sample.o" -o "src/sample.o" "../src/sample.c"
arm-none-eabi-gcc "@Project_Settings/Startup_Code/exceptions.args" -MMD -MP -MF"Project_Settings/Startup_Code/system.d" -MT"Project_Settings/Startup_Code/system.o" -o "Project_Settings/Startup_Code/system.o" "../Project_Settings/Startup_Code/system.c"
arm-none-eabi-gcc "@Project_Settings/Startup_Code/exceptions.args" -MMD -MP -MF"Project_Settings/Startup_Code/exceptions.d" -MT"Project_Settings/Startup_Code/exceptions.o" -o "Project_Settings/Startup_Code/exceptions.o" "../Project_Settings/Startup_Code/exceptions.c"
Invoking: Standard S32DS C Compiler
Invoking: Standard S32DS Assembler
arm-none-eabi-gcc "@Project_Settings/Startup_Code/Vector_Table.args" -o "Project_Settings/Startup_Code/startup_cm7.o" "../Project_Settings/Startup_Code/startup_cm7.s"
arm-none-eabi-gcc "@Project_Settings/Startup_Code/exceptions.args" -MMD -MP -MF"Project_Settings/Startup_Code/startup.d" -MT"Project_Settings/Startup_Code/startup.o" -o "Project_Settings/Startup_Code/startup.o" "../Project_Settings/Startup_Code/startup.c"
../src/sample.c:22:10: fatal error: ipc-shm.h: No such file or directory
22 | #include "ipc-shm.h"
| ^~~~~~~~~~~
compilation terminated.
In file included from ../Project_Settings/Startup_Code/nvic.c:32:
C:/NXP/S32DS.3.6.1/S32DS/software/PlatformSDK_S32XX_4_0_0/RTD/BaseNXP_TS_T40D11M50I0R0/include/Std_Types.h:50:10: fatal error: Platform_Types.h: No such file or directory
50 | #include "Platform_Types.h"
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
../Project_Settings/Startup_Code/exceptions.c:36:10: fatal error: Platform_Types.h: No such file or directory
36 | #include "Platform_Types.h"
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
../Project_Settings/Startup_Code/system.c:42:10: fatal error: Platform_Types.h: No such file or directory
42 | #include "Platform_Types.h"
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
In file included from C:/NXP/S32DS.3.6.1/S32DS/software/PlatformSDK_S32XX_4_0_0/RTD/BaseNXP_TS_T40D11M50I0R0/include/Mcal.h:59,
from ../src/main.c:21:
C:/NXP/S32DS.3.6.1/S32DS/software/PlatformSDK_S32XX_4_0_0/RTD/BaseNXP_TS_T40D11M50I0R0/include/Std_Types.h:50:10: fatal error: Platform_Types.h: No such file or directory
50 | #include "Platform_Types.h"
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
In file included from ../Project_Settings/Startup_Code/startup.c:27:
C:/NXP/S32DS.3.6.1/S32DS/software/PlatformSDK_S32XX_4_0_0/RTD/BaseNXP_TS_T40D11M50I0R0/include/Std_Types.h:50:10: fatal error: Platform_Types.h: No such file or directory
50 | #include "Platform_Types.h"
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [src/subdir.mk:23: src/sample.o] Error 1
make: *** Waiting for unfinished jobs....
make: *** [Project_Settings/Startup_Code/subdir.mk:42: Project_Settings/Startup_Code/exceptions.o] Error 1
make: *** [src/subdir.mk:23: src/main.o] Error 1
make: *** [Project_Settings/Startup_Code/subdir.mk:42: Project_Settings/Startup_Code/nvic.o] Error 1
make: *** [Project_Settings/Startup_Code/subdir.mk:42: Project_Settings/Startup_Code/system.o] Error 1
make: *** [Project_Settings/Startup_Code/subdir.mk:42: Project_Settings/Startup_Code/startup.o] Error 1
Finished building: ../Project_Settings/Startup_Code/Vector_Table.s
Finished building: ../Project_Settings/Startup_Code/startup_cm7.s
"make -j8 all" terminated with exit code 2. Build might be incomplete.
13:16:27 Build Failed. 13 errors, 0 warnings. (took 831ms)
Any help and guidance will be appreciated
Best Regards,
Jayanth KB