Migrate S32DS 2018.R1 to S32DS V2.2

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

Migrate S32DS 2018.R1 to S32DS V2.2

Jump to solution
974 Views
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 Kudos
Reply
1 Solution
951 Views
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

View solution in original post

0 Kudos
Reply
1 Reply
952 Views
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 Kudos
Reply