Hello,
I am having the same problem described in this topic. I am working with an S32K144W.
My S32 Design Studio version is:
S32 Design Studio for S32 Platform
Version: 3.6.10
Build id: 260720
When I create a new S32DS Application Project, select the S32K144W processor, and click the SDK button, no SDK is available.
The strange thing is that I have already installed the SDK. It does appear in the SDK Management, so apparently the installation was successful.
Figure 1 – SDK Management showing that the SDK is installed.
However, when I create a new S32DS Application Project and select the S32K144W, the SDK is not available.
Figure 2 – S32K144W selected in the New S32DS Application Project wizard.
When I click the SDK button, the list is completely empty:
Figure 3 – SDK selection window showing no available SDK.
I have been looking for a solution to this problem for quite some time. I also followed the official offline installation procedure described here:
However, this did not solve the problem.
So, I would like to understand what exactly is required for an SDK to become available in the project creation wizard for the S32K144W.
Is there a specific SDK/RTD version that is compatible with S32 Design Studio 3.6.10 and the S32K144W? Is there any additional package or configuration that I need to install?
The fact that the SDK appears in SDK Management, but does not appear when creating a project, makes me think that the SDK is installed but is not being recognized as compatible with the selected processor/project.
If anyone has already solved this issue with the S32K144W, I would really appreciate it if you could explain the exact steps.
Thank you!
Solved!
I finally found the solution to this issue.
Even though the RTD 3.0.0 was already installed and appeared in SDK Management, it was not available when creating a new project.
The solution was to install:
NXP GCC for Arm Release version 10.2 build 1728
Then, when creating the project, I selected GCC 10.2 as the project's toolchain. After doing this, RTD 3.0.0 appeared correctly as an available SDK option.
My environment is:
So, if someone has the same problem where the SDK appears in SDK Management but does not appear in the project wizard, make sure that the corresponding NXP GCC 10.2 toolchain is installed and selected.
This solved the problem for me.