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,