V2018.R1

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 
1,312件の閲覧回数
hajianik
Senior Contributor I

Hi , 

I ported my project from S32K V2.0 to S32 V2018.R1 and also use S32SDK_S32K14x_EAR_0.8.6 SDK.

After some modification to the PE, I was able to generate code with no errors. however when I try to build the project ,I get the following error  at the linker invocation:

Building target: DV Tests.elf
Executing target #180 DV Tests.elf
Invoking: Standard S32DS C Linker
gcc -o "DV Tests.elf" "@DV Tests.args"
/bin/sh: gcc: command not found
make: *** [makefile:127: DV Tests.elf] Error 127.

Please help me to resolve this.

Thanks,

タグ(1)
0 件の賞賛
返信
1 解決策
1,251件の閲覧回数
hajianik
Senior Contributor I

I achieved the solution by typing "arm-none-eabi-gcc" in the linker option command field of the project property dialogue. which was previously "gdb" . I guess it is similar to what you've proposed.

We can close this case for now.

 

Thank you for your effort.

Koorosh Hajiani

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
1,280件の閲覧回数
Robin_Shen
NXP TechSupport
NXP TechSupport

Hi

Have you refer to the discussion in S32DS S32K144_PT2001_EXAMPLE errors

Best Regards,
Robin

0 件の賞賛
返信
1,252件の閲覧回数
hajianik
Senior Contributor I

I achieved the solution by typing "arm-none-eabi-gcc" in the linker option command field of the project property dialogue. which was previously "gdb" . I guess it is similar to what you've proposed.

We can close this case for now.

 

Thank you for your effort.

Koorosh Hajiani

0 件の賞賛
返信