Hello, I'm trying to generate a S32DS project with a custom folder project structure, I generate the project from the hello world example for the S32K311 MCU. I want the following structure:
- app/
- libs/
- board/
- S32K311/
- generate/
- S32K311.mex
- rtd/
- ...
The project builds successfully, but when I update the generated code (using the S32K311.mex) the RTD folder appears in the root of the project and this include -> "../RTD/include".
Is there any way to avoid this undesired behavior?
Solved! Go to Solution.
Hi @JCastro,
Unfortunately, it is not possible to modify where the code is generated, but you can export the source files:
"Right click > Export... > S32 Configuration Tools > Export Source Files"
You could also add a script to run as pre/post-build steps, so the desired folders are generated:
Best regards,
Julián
Hi @JCastro,
Unfortunately, it is not possible to modify where the code is generated, but you can export the source files:
"Right click > Export... > S32 Configuration Tools > Export Source Files"
You could also add a script to run as pre/post-build steps, so the desired folders are generated:
Best regards,
Julián