make (e=2): The system cannot find the file specified
I am new to the Cyclone SoC and have been trying to get up to speed with tools. I am struggling just to compile a basic hello world. I am using the DE10nano and have gone through their "my_first_hps" tutorial and I come to the make e=2 error. I have tried this on two different PCs. I have also tried the example "Altera-SoCFPGA-Helloworld-Baremetal-GNU" and have also received the e=2 error.
At a minimum I should be able to install and run the example.
This is the out put of the make
/cygdrive/c/intelFPGA/20.1/embedded/examples/software/Altera-SoCFPGA-HelloWorld-Baremetal-GNU
$ make
arm-eabi-gcc -mfloat-abi=softfp -mtune=cortex-a9 -mcpu=cortex-a9 -g -O0 -Werror -Wall -Wstrict-prototypes -c hello.c -o hello.o
process_begin: CreateProcess(NULL, arm-eabi-gcc -mfloat-abi=softfp -mtune=cortex-a9 -mcpu=cortex-a9 -g -O0 -Werror -Wall -Wstrict-prototypes -c hello.c -o hello.o, ...) failed.
make (e=2): The system cannot find the file specified.
make: *** [hello.o] Error 2
I have run the SoCEDSSetup-20.1.0.711-windows.exe and I have run the soceds-cygwin-setup.bat
I have set the environment variable SOCEDS_DEST_ROOT= C:\intelFGPA\20.1\embedded