Hello,
I have installed S32DS 3.2, I am trying to open a project built a few years ago using S32DS_ARM_Win32_v2018.R1_b180326.
When I open the project and attempt to clean or build I am given one error. Program "" not found in PATH C/C++ Problem. Which program is missing?
Hello @mikedoidge
I used a new workspace.
I initially opened the project, this failed. Doing some Googling I found this was a mistake, deleted the workspace then did an import. File > Import > Existing Projects into Workspace
Initially I used S32SD 3.4 (the latest), had no luck and figured it must be a version issue.
Hi @MichaelBMiner,
For the S32K1xx family (I'm assuming this is the family of devices you are working with as it is the only device family which is supported on both v2018.R1 and v3.4), there are 3 GCC compilers supported 4.9, 6.3 and 9.2. For v2018.R1 it is 4.9 and 6.3. For v3.4 it is 6.3 and 9.2. Which version of GCC did you use for the project? If it was 4.9, then you will need to migrate the project to a newer compiler.
Are you using a 3rd-party compiler? Did you install the associated eclipse plug-in provided by the maker of this compiler? Since the version of Eclipse used by S32 Design Studio changed between v2018.R1 and v3.4, you may need a different version of the 3rd-pary plug-in.
Did you make sure to install the S32K1xx Development Package into the 3.4 installation of S32 Design Studio?
Best regards,
Mike
I believe I have the correct SDK installed, this is what was available to me. I am not sure what was used to build the project as this was before my time with this company.
Hello @MichaelBMiner,
When you loaded the project, did you use a new workspace or the original workspace in which the project was created? It is best to use a new workspace with a new version of S32 Design Studio.
Next, did you just open the project or did you use the Import method and select Existing Projects into Workspace? The import method will adapt the project settings to the new S32 Design Studio environment. Many things are changed from version to version, such as Eclipse and CDT versions.
Lastly, why do you choose S32 Design Studio 3.2? It is quite an old version now. S32 Design Studio 3.4 is our latest version and has many improvements from version 3.2. I would recommend that you migrate the project to version 3.4 instead of version 3.2.
Best Regards,
Mike