Multiple S32DS Projects

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Multiple S32DS Projects

524件の閲覧回数
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 返信

481件の閲覧回数
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 件の賞賛
返信