Migrate S32DS 2018.R1 to S32DS V2.2

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

Migrate S32DS 2018.R1 to S32DS V2.2

ソリューションへジャンプ
1,002件の閲覧回数
fanziyu
Contributor IV

MCU:KEAZ128

How to migrate a project from S32DS 2018.R1 to S32DS V2.2?

And is it necessary to migrate?Does V2.2 fix any 2018.R1 bugs?

The project is No processor expert and no SDK.

Best regards!

0 件の賞賛
返信
1 解決策
979件の閲覧回数
VaneB
NXP TechSupport
NXP TechSupport

Hi @fanziyu 

The new features, known issues, and bug fixes in S32 Design Studio for Arm v2.2 are documented in the official release notes. You can find them in the following thread:

S32 Design Studio for ARM 2.2 (Windows/Linux) Released!

To migrate a project created in S32DS Arm 2018.R1 to v2.2, follow these steps and considerations:

Go to File > Import > General > Existing Projects into Workspace, then click Next.

Click Browse... to locate your project folder, select it, check Copy projects into workspace, and click Finish.

If you see the warning: "The hardware settings required for project not found". Refer to this thread for a solution: Troubleshooting: Quick Fix Option in Problems View

The path to the ARM EWL2 files has changed between S32DS 2018.R1 and S32DS 2.2. Update the include path in your project properties from:

${eclipse_home}../S32DS/arm_ewl2/EWL_C/include

to:

${eclipse_home}../S32DS/build_tools/gcc_v4.9/arm_ewl2/EWL_C/include

Note: This is just one example. Other paths related to toolchains, libraries, or SDKs may also need to be reviewed and updated to match the new directory structure in S32DS 2.2.

 

BR, VaneB

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
980件の閲覧回数
VaneB
NXP TechSupport
NXP TechSupport

Hi @fanziyu 

The new features, known issues, and bug fixes in S32 Design Studio for Arm v2.2 are documented in the official release notes. You can find them in the following thread:

S32 Design Studio for ARM 2.2 (Windows/Linux) Released!

To migrate a project created in S32DS Arm 2018.R1 to v2.2, follow these steps and considerations:

Go to File > Import > General > Existing Projects into Workspace, then click Next.

Click Browse... to locate your project folder, select it, check Copy projects into workspace, and click Finish.

If you see the warning: "The hardware settings required for project not found". Refer to this thread for a solution: Troubleshooting: Quick Fix Option in Problems View

The path to the ARM EWL2 files has changed between S32DS 2018.R1 and S32DS 2.2. Update the include path in your project properties from:

${eclipse_home}../S32DS/arm_ewl2/EWL_C/include

to:

${eclipse_home}../S32DS/build_tools/gcc_v4.9/arm_ewl2/EWL_C/include

Note: This is just one example. Other paths related to toolchains, libraries, or SDKs may also need to be reviewed and updated to match the new directory structure in S32DS 2.2.

 

BR, VaneB

0 件の賞賛
返信