Forum Discussion
Hi,
FYI - I also tried renaming the /gcc-arm-11.2-2022.02-x86_64-arm-none-linux-gnueabihf subfolder to /gcc, and then tried running the make file. This time 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(C:\intelFPGA\20.1\embedded\host_tools\linaro\gcc\bin\arm-none-linux-gnueabihf-gcc, 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=193): Error 193
make: *** [main.o] Error 193
Hope this provides you more information as to what the problem may be.