Forum Discussion
2 Replies
- Altera_Forum
Honored Contributor
I have figured this out.
I installed Quartus with sudo. So the owner of everything including the the configuration folder under my home directory became root. Simply taking the ownership with chown fixes everything. - Altera_Forum
Honored Contributor
I had similar problem with Quartus II 14.1 .
After installation permissions of ~/.altera.quartus did not allow to write into this folder. It is the folder for storing configuration. I've solve this problem with sudo chown <mu_username>:<my_groupname> ~/.altera.quartus