dear
I am using MBD toolkit, using mpc5748g MCU to do a simple routine of Io. After automatically generating engineering code and. XML file based on Simulink model, after importing. XML file into s32ds PA, the interface is as follows, build is not available, and there is no C / C + + build tab in configuration.Can you help me find the reasion?
Hello @gaoyuelei ,
For some reason, the S32DS for PA doesn't seem to like the .S file extensions for S files. So, please change the extension from the .S to .s file.
Also, make sure you make the same changes inside the ProjectInfo.xml as well.
After that, please import the project in the S32DS for PA and you should be able to build.
Regards,
Marius
Hello, @mariuslucianand
It has been modified according to your suggestion, but it still can't be compiled, as shown in the following screenshot:
What changes are needed later,THANKS.
Hello @gaoyuelei ,
These should be the only changes to do. At least it works on my side.
How do you import the project?
I've tried File -> Import -> S32DS and select ProjectInfo.xml Importer and select that XML file.
Also, make sure to have no spaces in the path of our toolbox location.
Hope this helps,
Marius
Hello, @mariuslucianand
The import method is as follows, but I found that the path folder where MBD toolbox is installed contains spaces. Does this affect?
Hello @gaoyuelei ,
I think the spaces affect the importer. Please install our toolbox in a path with no spaces, this should solve many issues as well.
Hope this helps,
Marius