make: *** [src/main.o] Error 1
make: *** 正在等待未完成的任务....
In file included from ../Project_Settings/Startup_Code/exceptions.c:30:
/home/xysun/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32K1_2022_02/SW32K1_RTD_4_4_1_0_1_D2202/Base_TS_T40D2M10I1R0/include/Mcal.h:62:10: 致命错误: Soc_Ips.h:没有那个文件或目录
62 | #include "Soc_Ips.h"
| ^~~~~~~~~~~
编译中断。
Hi@yshenu
For your new question:"The window installation is OK, but the Ubuntu installation fails. I can't found reason"
Could you please create a new topic , because I know nothing about Ubuntu.
According to the log file you provided, the Soc_Ips.h file is missing from your current project, but in fact the file will be generated in your project directory after you update the code. So my conclusion is that you probably didn't generate the configuration code correctly