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 ago --- Quote Start --- Can you find arm-linux-gnueabihf-gcc anywhere on your filesystem? There's a tool in Windows to find files. In cygwin you could probably do: find /cygdrive/c -name arm-linux-gnueabihf-gcc --- Quote End --- Problem solved~ thanks your help~