V2018.R1

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

V2018.R1

Jump to solution
406 Views
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,

Tags (1)
0 Kudos
1 Solution
345 Views
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

View solution in original post

0 Kudos
2 Replies
374 Views
Robin_Shen
NXP TechSupport
NXP TechSupport

Hi

Have you refer to the discussion in S32DS S32K144_PT2001_EXAMPLE errors

Best Regards,
Robin

0 Kudos
346 Views
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 Kudos