RSDK_S32DS_template build failed

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

RSDK_S32DS_template build failed

Jump to solution
357 Views
aiweixin
Contributor IV

I want to build RSDK_S32DS_template on S32DS,but it failed.

S32DS version 3.4, installation path: D:\NXP

RSDK version S32R45_RSDK__1.0.0, installation path: D:\NXP

I have a question, the includes path of LAX_0 project and LAX_1 project is different. LAX_0 project is OK, but LAX_1 project not. 

aiweixin_1-1667788900348.png

 

aiweixin_0-1667788870934.png

Tags (2)
0 Kudos
1 Solution
344 Views
mikedoidge
NXP Employee
NXP Employee

Hello @aiweixin,

It seems you found a bug in the RSDK_S32DS_template project provided by the Radar SDK. I checked the '.cproject' file from the folder on my machine: C:\NXP\S32R45_RSDK__1.0.0\Apps\S32DS_example\S32R45\RSDK_S32DS_template_LAX_1\

It shows there is a hardcoded path:

<macros>
<stringMacro name="RSDK_S32R45_1_0_0_DIR" type="VALUE_TEXT" value="C:/NXP/S32R45_RSDK__1.0.0"/>
</macros>

I suggest you modify this file and delete the lines above and then create the project again. It should now use the macro, which was defined when you installed the RSDK, in the file placed in the S32DS installation directory:

"C:\NXP\S32DS.3.4\S32DS\integration\swm.rsdk.s32r45.1.0.0.xml"

I'll report this to the RSDK team.

Best Regards,

Mike

View solution in original post

0 Kudos
1 Reply
345 Views
mikedoidge
NXP Employee
NXP Employee

Hello @aiweixin,

It seems you found a bug in the RSDK_S32DS_template project provided by the Radar SDK. I checked the '.cproject' file from the folder on my machine: C:\NXP\S32R45_RSDK__1.0.0\Apps\S32DS_example\S32R45\RSDK_S32DS_template_LAX_1\

It shows there is a hardcoded path:

<macros>
<stringMacro name="RSDK_S32R45_1_0_0_DIR" type="VALUE_TEXT" value="C:/NXP/S32R45_RSDK__1.0.0"/>
</macros>

I suggest you modify this file and delete the lines above and then create the project again. It should now use the macro, which was defined when you installed the RSDK, in the file placed in the S32DS installation directory:

"C:\NXP\S32DS.3.4\S32DS\integration\swm.rsdk.s32r45.1.0.0.xml"

I'll report this to the RSDK team.

Best Regards,

Mike

0 Kudos