I've got an application that's being migrated from the S32G2 with S32DS 3.5 and RTD4 to an S32G3 on S32DS 3.6.1 with RTD5, and we'd like to support both at the same time if possible. Is there any way to do something like this where we can have a single application folder with multiple S32DS projects sharing common source code? Ideally we'd use the following folder structure as follows
- application's root folder
- lib
- src
- project
- S32G2
- g2.mex
- .project
- .cproject
- RTD
- generate
- S32G3
- g3.mex
- .project
- .cproject
- RTD
- generate
When I attempt this in S32DS and put in a path to give the S32G3 project access to the source folder through the path "${ProjDirPath}/../../src" it's making a new src folder in the S32G3 folder, but it's empty and neither indexing nor building any files out of src (and same for lib).