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 general the command not found is due to that you do not have a correct path to the binary. So it's either a problem with the embedded command shell or some other setup file. I don't know what operating system and shell you are using, but if this was Linux and sh/bash you could resolve the problem by (for example if your DS-5 installation is at /altera/DS-5)
PATH=/altera/DS-5/bin:$PATH export PATH make