Multiple S32DS Projects

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Multiple S32DS Projects

357 次查看
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).

标签 (1)
0 项奖励
回复
1 回复

314 次查看
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 项奖励
回复