I create S32Z2 application project and insert BaseNXP Driver module.
After that , update the code and complie this project.
The build error happen as following:
arm-none-eabi-gcc "@generate/src/Clock_Ip_Cfg.args" -MMD -MP -MF"generate/src/OsIf_Cfg.d" -MT"generate/src/OsIf_Cfg.o" -o "generate/src/OsIf_Cfg.o" "../generate/src/OsIf_Cfg.c"
Building file: ../board/Siul2_Port_Ip_Cfg.c
Building file: ../board/quadspi_config.c
Invoking: Standard S32DS C Compiler
In file included from C:/NXP/S32DS.3.5/S32DS/software/PlatformSDK_S32ZE/RTD/BaseNXP_TS_T31D53M20I0R0/include/Mcal.h:67,
from ../src/main.c:32:
C:/NXP/S32DS.3.5/S32DS/software/PlatformSDK_S32ZE/RTD/BaseNXP_TS_T31D53M20I0R0/include/OsIf_Internal.h:48:10: fatal error: Os.h: No such file or directory
48 | #include "Os.h"
| ^~~~~~
compilation terminated.
Invoking: Standard S32DS C Compiler
What should I do?