Forum Discussion
Altera_Forum
Honored Contributor
11 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