Repository LinkDescription hls-llvm-projectBranch of the llvm-project project, Vitis HLS only uses theclang,clang-tools-extra, andllvmsub-directories hls-llvm-examplesExamples of using Vitis HLS with local hls-llvm-project or plugin binaries ...
zynq> /hashing.elf /hashing.elf: error while loading shared libraries: libxilinxopencl.so: cannot open shared object file: No such file or directory At this point, clearly we have some linker issues (why does xocc not correctly statically link? What's up with it? Why does it expect it...
make.exe[2]: *** [src/CMakeFiles/tensors.dir/tensors.cpp.obj] Error 1make.exe[1]: *** [src/CMakeFiles/tensors.dir/all] Error 2make.exe: *** [all] Error 2 I use Unix Makefiles as when I compile with Visual Studios as my generator, I get this output:...
aocl-clang: error: no such file or directory: '/FdCMakeFiles/tensors.dir/tensors.pdb'HLS x86-64 compile FAILED.make.exe[2]: *** [src/CMakeFiles/tensors.dir/tensors.cpp.obj] Error 1make.exe[1]: *** [src/CMakeFiles/tensors.dir/all] Error 2...
Get the full path to the compile_commands.json file produced by the build: find python/build -name 'compile_commands.json | xargs readlink -f' In vscode, install the C/C++ extension, then open the command palette (Shift + Command + P on Mac, or Shift + Ctrl + P on Windows/Linux)...