Forum Discussion
Altera_Forum
Honored Contributor
8 years agoHi,
Can you check the utilization of the /tmp folder (df -h). If the utilization says more than 70-80% Then you're running out of space. Regarding the output_dir setting, I'm not sure if that will work for the tool. Can you check if anyother software has a lock on the folders being used by Quartus? Errors can also happen if the folders and files are locked by some other process or user and are in read-only mode for you. This will prevent Quartus from getting Read/Write permissions. I have my suspicions on something else... The clue lies in that you were able to run the Standard edition without any issues and encountered this only with the Pro edition. So you have both editions installed in the same Linux machine? Did you check if the PATH variables are updated to point to the correct version of Quartus, aka, you're trying to run the Pro version, but the tool is using the Standard version libraries and files.. Could you remove all the references to the Standard version and keep only that of the Pro version and then invoke the tool and try running again?