Forum Discussion
Altera_Forum
Honored Contributor
12 years agoarm-linux-gnueabihf-gcc command not found
Hey,guys, how to solve the problem which is "arm-linux-gnueabihf-gcc command not found" at the Embedded_Command_shell when I type "make" command? I follow the instruction in My_First_HPS.pdf to build...
Altera_Forum
Honored Contributor
12 years agoI hardly ever use Windows. But I seem to remember that the various Altera shells are just cygwin bash shells. However, C: does not make sense in bash and spaces in directory names have to be quoted at least.
But it seems like you already have it in your PATH from your second screendump. What is the output of ls /cygdrive/c/altera/13.0/embedded/ds-5/bin/ and what happens if you enter the full path: /cygdrive/c/altera/13.0/embedded/ds-5/bin/arm-linux-gnueabihf-gcc