I’ve created a very simple C Project using File->New->C Project. It has just one file that does a printf. On Building I get this error:
Invoking: SiFive GNU C Compiler
gcc -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"RunFunction.d" -MT"RunFunction.o" -o “RunFunction.o” “…/RunFunction.c”
/bin/sh: gcc: command not found
How do I get it to use the gcc compiler ? My installation is the latest one Version: 4.12.0.2019-08-2