Forum Discussion
Altera_Forum
Honored Contributor
8 years agoIntel HLS Compiler [Could not link 'vsim_auto_compile.so']
Hey, I am attempting to get the 'hls multiplier example' to work using Quartus Prime 17.1 running Ubuntu 17.10. After troubleshooting I have been able to get ModelSIM working and fixed the brok...
Altera_Forum
Honored Contributor
8 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