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

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

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

325件の閲覧回数
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 件の賞賛
返信
1 返信

271件の閲覧回数
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 件の賞賛
返信