Migrate S32DS 2018.R1 to S32DS V2.2

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

Migrate S32DS 2018.R1 to S32DS V2.2

跳至解决方案
1,024 次查看
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 解答
1,001 次查看
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 回复
1,002 次查看
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 项奖励
回复