Forum Discussion
Altera_Forum
Honored Contributor
8 years ago --- Quote Start --- Hi, 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? --- Quote End --- Hi, 1) seems disk space is more than enough...... sgsxlc036> df -h /tmp Filesystem Size Used Avail Use% Mounted on /dev/sda10 777G 330M 738G 1% /tmp 2) I have checked $PATH is correct, I set env variable only once when I open a new terminal and never change again. And one terminal set either Standard or Pro, not both. 3) I can run a small project successfully, no error. But will get this error everytime when running my project, after the line "Info: Synthesizing partition "root_partition"", is it something to do with partition, actually i don't have any partition. 4) I use Synplify_premier v2017.09 prior to Quartus for Synthesis, the Quartus takes .vqm file and memory qsys file for P&R, does quartus prime pro support vqm? Thanks.