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
cd /tmp
git clone https://github.com/NASA-SW-VnV/ikos
cd ikos
md build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/tmp/ikos/dist ..
make
Output:
Found Boost: /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0 (found version "1.55.0")
Found Boost components:
filesystem;system
-- Found LLVM: /usr/lib/llvm-20 (found version "20.0.0")
CMake Error at frontend/llvm/CMakeLists.txt:107 (message):
LLVM 14 is required.
The text was updated successfully, but these errors were encountered:
Please add support for clang 20 (or greater):
Output:
The text was updated successfully, but these errors were encountered: