Forum Discussion
Hi,
I followed the instruction as indicated. And, below is the sub-directory that was created under the 'linaro' folder.
/cygdrive/c/intelFPGA/20.1/embedded/host_tools/linaro
$ ls
gcc install_linaro.sh
gcc-arm-11.2-2022.02-x86_64-arm-none-linux-gnueabihf newlib
gcc-linaro-7.5.0-2019.12-i686-mingw32_arm-eabi.tar.xz newlib-cygwin
However, when executing the 'make' command, I got the following error message:
$ make
arm-none-linux-gnueabihf-gcc -g -Wall -Dsoc_cv_av -IC:/intelFPGA/20.1/embedded/ip/altera/hps/altera_hps/hwlib/include/soc_cv_av -IC:/intelFPGA/20.1/embedded/ip/altera/hps/altera_hps/hwlib/include/ -c main.c -o main.o
process_begin: CreateProcess(NULL, arm-none-linux-gnueabihf-gcc -g -Wall -Dsoc_cv_av -IC:/intelFPGA/20.1/embedded/ip/altera/hps/altera_hps/hwlib/include/soc_cv_av -IC:/intelFPGA/20.1/embedded/ip/altera/hps/altera_hps/hwlib/include/ -c main.c -o main.o, ...) failed.
make (e=2): The system cannot find the file specified.
make: *** [main.o] Error 2
Please advise. Thanks.