No, for the examples how can I do the setting tools?
This the error that I paste here:
10:29:02 **** Build of configuration Debug_RAM for project Clock_Ip_Example_S32G274A_M7 ****
make -j8 all
Building file: ../src/main.c
Building file: ../Project_Settings/Startup_Code/Vector_Table.s
Building file: ../Project_Settings/Startup_Code/exceptions.c
Building file: ../Project_Settings/Startup_Code/nvic.c
Building file: ../Project_Settings/Startup_Code/startup.c
Invoking: Standard S32DS C Compiler
Building file: ../Project_Settings/Startup_Code/startup_cm7.s
Invoking: Standard S32DS C Compiler
Invoking: Standard S32DS Assembler
Invoking: Standard S32DS C Compiler
Invoking: Standard S32DS C Compiler
Building file: ../Project_Settings/Startup_Code/system.c
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"
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"
Invoking: Standard S32DS Assembler
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"
arm-none-eabi-gcc "@src/main.args" -MMD -MP -MF"src/main.d" -MT"src/main.o" -o "src/main.o" "../src/main.c"
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"
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"
In file included from C:/NXP/S32DS.3.5/S32DS/software/PlatformSDK_S32XX_4_0_0/RTD/BaseNXP_TS_T40D11M40I2R0/include/StandardTypes.h:50,
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"
from C:/NXP/S32DS.3.5/S32DS/software/PlatformSDK_S32XX_4_0_0/RTD/BaseNXP_TS_T40D11M40I2R0/include/Std_Types.h:49,
from ../Project_Settings/Startup_Code/startup.c:27:
C:/NXP/S32DS.3.5/S32DS/software/PlatformSDK_S32XX_4_0_0/RTD/BaseNXP_TS_T40D11M40I2R0/include/Platform_Types.h:55:10: fatal error: PlatformTypes.h: No such file or directory
55 | #include "PlatformTypes.h"
| ^~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Project_Settings/Startup_Code/subdir.mk:42: Project_Settings/Startup_Code/startup.o] Error 1
make: *** Waiting for unfinished jobs....
In file included from C:/NXP/S32DS.3.5/S32DS/software/PlatformSDK_S32XX_4_0_0/RTD/BaseNXP_TS_T40D11M40I2R0/include/StandardTypes.h:50,
Finished building: ../Project_Settings/Startup_Code/Vector_Table.s
from C:/NXP/S32DS.3.5/S32DS/software/PlatformSDK_S32XX_4_0_0/RTD/BaseNXP_TS_T40D11M40I2R0/include/Mcal.h:59,
from ../src/main.c:23:
C:/NXP/S32DS.3.5/S32DS/software/PlatformSDK_S32XX_4_0_0/RTD/BaseNXP_TS_T40D11M40I2R0/include/Platform_Types.h:55:10: fatal error: PlatformTypes.h: No such file or directory
55 | #include "PlatformTypes.h"
| ^~~~~~~~~~~~~~~~~
compilation terminated.
In file included from ../Project_Settings/Startup_Code/exceptions.c:36:
C:/NXP/S32DS.3.5/S32DS/software/PlatformSDK_S32XX_4_0_0/RTD/BaseNXP_TS_T40D11M40I2R0/include/Platform_Types.h:55:10: fatal error: PlatformTypes.h: No such file or directory
55 | #include "PlatformTypes.h"
| ^~~~~~~~~~~~~~~~~
compilation terminated.
In file included from C:/NXP/S32DS.3.5/S32DS/software/PlatformSDK_S32XX_4_0_0/RTD/BaseNXP_TS_T40D11M40I2R0/include/StandardTypes.h:50,
from C:/NXP/S32DS.3.5/S32DS/software/PlatformSDK_S32XX_4_0_0/RTD/BaseNXP_TS_T40D11M40I2R0/include/Std_Types.h:49,
from ../Project_Settings/Startup_Code/nvic.c:32:
C:/NXP/S32DS.3.5/S32DS/software/PlatformSDK_S32XX_4_0_0/RTD/BaseNXP_TS_T40D11M40I2R0/include/Platform_Types.h:55:10: fatal error: PlatformTypes.h: No such file or directory
Finished building: ../Project_Settings/Startup_Code/startup_cm7.s
55 | #include "PlatformTypes.h"
| ^~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Project_Settings/Startup_Code/subdir.mk:42: Project_Settings/Startup_Code/exceptions.o] Error 1
make: *** [src/subdir.mk:20: src/main.o] Error 1
In file included from ../Project_Settings/Startup_Code/system.c:42:
C:/NXP/S32DS.3.5/S32DS/software/PlatformSDK_S32XX_4_0_0/RTD/BaseNXP_TS_T40D11M40I2R0/include/Platform_Types.h:55:10: fatal error: PlatformTypes.h: No such file or directory
55 | #include "PlatformTypes.h"
| ^~~~~~~~~~~~~~~~~
compilation terminated.
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 -j8 all" terminated with exit code 2. Build might be incomplete.
10:29:02 Build Failed. 11 errors, 0 warnings. (took 454ms)