Forum Discussion
Altera_Forum
Honored Contributor
7 years agoI have installed it from Ubuntu trusty repositories. I don't know if this is the optimal solution but it worked.
edit the apt sources file: sudo nano /etc/apt/sources.list add the trusty repo at the end: deb http://us.archive.ubuntu.com/ubuntu/ trusty universe reload the sources: sudo apt-get update install gcc 4.4: sudo apt-get install gcc-4.4