Forum Discussion
Altera_Forum
Honored Contributor
7 years agoDeleting all the gcc-*.*.*-linux folders inside modelsim_ase worked for me in Ubuntu 18.04, Quartus 18 Lite. Apparently removing all the internal options makes modelsim use the system default gcc version (set to 4.4.7 in my case, for compatibility with the i++ HLS compiler).
LLe5
New Contributor
7 years agoThis worked for me. Thank you very much