Forum Discussion
Hi,
Which version of quartus are you using?
Quartus 18.1 is supported in Ubuntu 18.0. Check the display setting & memory requirements.
if you face same issue try to reinstall the latest quartus version.
First we can check the requirement for Quartus from below link.
http://fpgasoftware.intel.com/requirements/18.1/
Try to update the Ubuntu and download other build essentials.
sudo apt-get update
sudo apt install build-essential
To install Quartus using commands like or refer below links
tar -xvf Quartus-xx.xx.tar
chmod +z setup.sh
./setup.sh
https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/manual/quartus_install.pdf
To launch the Quartus.
To to the installation directory
example:/intelFPGA_lite/18.1/quartus/bin/ and run
./quartus
Let me know if this has helped resolve the issue you are facing or if you need any further assistance.
Regards
Anand
- AThap37 years ago
New Contributor
Hello Anand,
I uninstalled and reinstalled Ubuntu 18.04 and reinstalled Quartus just as you have described. I still got an error and I initially got an error that file "libpng12.so.0 cannot open shared object file" so I downloaded and installed this package and then upon entering command ./quartus (not 'quartus') I am able to run quartus and it looks like it should.
However on the terminal I do get "failed to load module "canberra-gtk-module" and some other notifications ... but I guess I don't need to bother about this because quartus appears to be running.