RSDK_S32DS_template build failed

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

RSDK_S32DS_template build failed

跳至解决方案
387 次查看
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

标记 (2)
0 项奖励
1 解答
374 次查看
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 项奖励
1 回复
375 次查看
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 项奖励