Processor SAF8544, PlatformSDK_R41 version is not supported by current version of the tool

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

Processor SAF8544, PlatformSDK_R41 version is not supported by current version of the tool

226 Views
Jagadish_27
Contributor I

../Project_Settings/Startup_Code/core.c:42:10: fatal error: core.h: No such file or directory

42 | #include "core.h"

| ^~~~~~~~

compilation terminated.

../Project_Settings/Startup_Code/startup_init.c:34:10: fatal error: Std_Types.h: No such file or directory

34 | #include "Std_Types.h"

| ^~~~~~~~~~~~~

compilation terminated.

../Project_Settings/Startup_Code/startup.s:35:10: fatal error: DeviceDefinition.h: No such file or directory

35 | #include "DeviceDefinition.h"

| ^~~~~~~~~~~~~~~~~~~~

compilation terminated.

../Project_Settings/Startup_Code/nvic.c:32:10: fatal error: Std_Types.h: No such file or directory

32 | #include "Std_Types.h"

| ^~~~~~~~~~~~~

compilation terminated.

../Project_Settings/Startup_Code/exceptions.c:36:10: fatal error: Platform_Types.h: No such file or directory

36 | #include "Platform_Types.h"

| ^~~~~~~~~~~~~~~~~~

compilation terminated.

../Project_Settings/Startup_Code/system.c:43:10: fatal error: Mcal.h: No such file or directory

43 | #include "Mcal.h"

| ^~~~~~~~

compilation terminated.

../src/main.c:26:10: fatal error: Adc.h: No such file or directory

26 | #include "Adc.h"

| ^~~~~~~

make: *** [Project_Settings/Startup_Code/subdir.mk:47: Project_Settings/Startup_Code/core.o] Error 1

make: *** Waiting for unfinished jobs....

compilation terminated.

21:07:21 Build Failed. 15 errors, 0 warnings. (took 995ms)


Could you please suggest to resolve this.?

0 Kudos
Reply
1 Reply

172 Views
VaneB
NXP TechSupport
NXP TechSupport

Hi @Jagadish_27 

The error message "PlatformSDK version is not supported by current version of the tool" is typically caused by missing software packages, such as the RTD (Real-Time Drivers) or the Development Package. In this case, it appears to be related to the S32R41 device.

I recommend reviewing the software release notes to ensure that all required packages and dependencies are correctly installed.

If the issue persists, we kindly ask you to contact your NXP representative or submit a support ticket, as this involves premium software.

 

BR, VaneB

0 Kudos
Reply