S32K1XX SDK issues

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

S32K1XX SDK issues

2,232 Views
gabriel_robert
Contributor II

Hi,

We're having several issues with the S32K1XX SDK 2.9.2

We updated the project from SDK 0.8.6 to 2.9.2 using Processor Expert. It has somehow worked for a few days, then it prompt us that some symbols cannot be resolved ( still pointing to old SDK ). Please see the attached screenshot and note that SDK 0.8.6 is no longer installed on the machine ( WIN7 machine ).

We tried the same project on another computer with a fresh install ( Updated S32DS then install SDK 2.9.2 ) and we got different errors. It prompts us that SDK_S32K1XX_14 ( aka 2.9.2 ) is not installed, but yes it is. Please see the attached screenshot ( WIN10 machine ).

How can we solve this? We're now completely stuck.

0 Kudos
1 Reply

2,049 Views
jiri_kral
NXP Employee
NXP Employee

Hi, 

these two SDK version aren't compatible and there is no easy way how to port project based on old SDK to new one. The errors are beacuse you are mixing two different SDK. 

The most reliable way is create new empty project - based on SDK you are interested in. Add all modules from new SDK as used in your old project. Configure the modules and generate Processor Expert code. Move your sources from old project to new one and try to build it. 

Jiri 

0 Kudos