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 agoYou could try setting the following
for 64bit:
LIBRARY_PATH=/usr/lib/x86_64-linux-gnu:$LIBRARY_PATH
export LIBRARY_PATH
for 32 bits native :
LIBRARY_PATH=/usr/lib32:$LIBRARY_PATH
export LIBRARY_PATH
in the .bashrc file for your login.