You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With docker image containers.xilinx.com/acdc/build:2.0 the current util build script, targetting x86, fails with
CMake Error at utils/llvm/build/lib/cmake/llvm/HandleLLVMOptions.cmake:320 (message):
Host compiler does not support '-fuse-ld=lld'
Call Stack (most recent call first):
CMakeLists.txt:73 (include)
It seems that this issue can be solved by passing in the toolchain file twice into the cmake:
With docker image
containers.xilinx.com/acdc/build:2.0
the current util build script, targetting x86, fails withIt seems that this issue can be solved by passing in the toolchain file twice into the cmake:
The text was updated successfully, but these errors were encountered: