Forum Discussion
WWP00
New Contributor
7 years agoAOC compiler gives PATH errors
$ aoc -march=emulator-v -board=s10gx kernel.cl -o kernel.aocx /home/daniel/software/intelFPGA_pro/19.1/hld/linux64/bin/../../llvm/bin/aocl-llc: /home/daniel/software/intelFPGA_pro/19.1/quartus/linux...
WWP00
New Contributor
7 years agoThis is now resolved. We hand to compile from source all the dependencies it was complaining about (liblzma, libedit, libpython3), install them to /usr/local, and add /usr/local/lib to LD_LIBRARY_PATH ahead of everything else.
AOran1
New Contributor
7 years agoIn case you're looking for a bit simpler solution:
I'm not sure about liblzma but libedit and libpython3 are just installed with the wrong permissions by intel (apparently they don't know what they're doing). Try doing this:
chmod o+rX <path where quartus is installed>/quartus/linux64/*
That should solve at least your libedit and libpython3 issues.