RSDK_S32DS_template build failed

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

RSDK_S32DS_template build failed

ソリューションへジャンプ
931件の閲覧回数
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 解決策
918件の閲覧回数
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 返信
919件の閲覧回数
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 件の賞賛
返信