Hello
Imported example Lin master code from s32 SDK.
I did not done any changes in project file.
But build is not passed, got errors mentioned below:
In file included from ../src/main.c:21:
C:/NXP/S32DS.3.5/S32DS/software/PlatformSDK_S32K1_S32M24/RTD/BaseNXP_TS_T40D2M20I0R0/include/Mcal.h:61:10: fatal error: Soc_Ips.h: No such file or directory
61 | #include "Soc_Ips.h"
| ^~~~~~~~~~~
compilation terminated.
make: *** [src/subdir.mk:20: src/main.o] Error 1
make: *** Waiting for unfinished jobs....
In file included from ../Project_Settings/Startup_Code/exceptions.c:37:
C:/NXP/S32DS.3.5/S32DS/software/PlatformSDK_S32K1_S32M24/RTD/BaseNXP_TS_T40D2M20I0R0/include/Mcal.h:61:10: fatal error: Soc_Ips.h: No such file or directory
61 | #include "Soc_Ips.h"
| ^~~~~~~~~~~
compilation terminated.
make: *** [Project_Settings/Startup_Code/subdir.mk:42: Project_Settings/Startup_Code/exceptions.o] Error 1
In file included from ../Project_Settings/Startup_Code/system.c:43:
C:/NXP/S32DS.3.5/S32DS/software/PlatformSDK_S32K1_S32M24/RTD/BaseNXP_TS_T40D2M20I0R0/include/Mcal.h:61:10: fatal error: Soc_Ips.h: No such file or directory
61 | #include "Soc_Ips.h"
| ^~~~~~~~~~~
compilation terminated.
make: *** [Project_Settings/Startup_Code/subdir.mk:42: Project_Settings/Startup_Code/system.o] Error 1
"make -j12 all" terminated with exit code 2. Build might be incomplete.
13:06:54 Build Failed. 7 errors, 0 warnings. (took 1s.48ms)
Please let me know how to solve this errors.
Project:

Thank you.