Altera_Forum
Honored Contributor
18 years agoQuartus II 7.x after upgrade of Ubuntu 7.04 to 8.04
I have been running Quartus II 7.x successfully on a machine running Ubuntu 7.04. Yesterday I upgraded to Ubuntu 8.04 and ran in to some problems running Quartus.
First of all the command asrch was not found, solved by adding a script called arch containing uname -m. After this the command getpid is missing:$ quartus
getpid: Command not found.
quartus: Command not found. getpid is normally not a command, but a C function or maybe perl or similar. Is there anyone that knows who is calling getpid and which package that might be missing? / Joakim