Forum Discussion
Altera_Forum
Honored Contributor
18 years agoThe work around for :arch: Command not found" is to create a file named "/bin/arch", where it contains the following:
===== Start Cut here ==== # ! /bin/bash uname -m ===== End Cut Then set the exec bit on the file by: chmod +x /bin/arch I am surprised by Altera's scripts that are still using the deprecated command arch. Altera should use "uname -m" in place of "arch". --Joe