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