Hi @Daniel_Popa @mariuslucianand
After I follow the instruction above, the build process cannot success.
The building environment is as follow,
*OS : Windows 11 21H2
hbhnhbnhj1_1-1649662387169.png
*Matlab : R2018a with MBD Toolbox v3.2
hbhnhbnhj1_3-1649662410853.png
hbhnhbnhj1_2-1649662405569.png
*S32DS : v2.1
hbhnhbnhj1_0-1649662368371.png
*MPC5744P : rev B
The Simulink model I build to test is【uart_hello_world_mpc574xP.mdl】from MBD Toolbox v3.2, I attached the file as【uart_hello_world_mpc574xP.zip】.
hbhnhbnhj1_5-1649662566104.png
The build process of model is shown as attached file 【uart_hello_world_mpc574xP_matlab_build_20220411.txt】, in short, it build completely as figure below.
hbhnhbnhj1_7-1649662698384.png
The generated file is attached as【uart_hello_world_mpc574xP_mbd_rtw.zip】.
Then I load the xml of this project to S32DS for building, the result is as figure below,
hbhnhbnhj1_8-1649662874402.png
However, the building result is failed because of the issue as figure below,
hbhnhbnhj1_10-1649662976303.png
log of detailed building is shown in attached file【uart_hello_world_mpc574xP_s32_build_20220411.txt】.
By the way, if I build model with CAN, it will show that 【can_message.h】is missing, I found it at Matlab installation directory.
I copy it to the directory where the project is build ( should it be automatically access with xml of project ? ),
the error is eliminated but it still cannot be successfully build for the same reason as【uart_hello_world_mpc574xP】.
Please give me guidance, thank you!!