Multiple S32DS Projects

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Multiple S32DS Projects

367 Views
etarrell
Contributor I

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).

Labels (1)
0 Kudos
Reply
1 Reply

324 Views
carlos_o
NXP TechSupport
NXP TechSupport

Hi @etarrell 

Thanks for your question

S32 Design Studio do not support that type of configuration, this could cause unintended behavior with the application. Apologies for the inconvenience this may cause. 

Note: The recommended version for the RTDs 5.0.0 is S32 Design Studio 3.5 Update 13

 

 

0 Kudos
Reply