Open
Description
Trying to compile ollvm on Linux. Just downloaded it on my hard drive and ran command on terminal.
cmake -G "Ninja" -S .\/ollvm-pass -B .\build -DCMAKE_CXX_STANDARD=17 -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON -DLT_LLVM_INSTALL_DIR=\mnt\my_drive\ollvm\llvm_x64
Need some guidance to better setup.
-- The CXX compiler identification is GNU 14.2.1
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Performing Test HAVE_FFI_CALL
-- Performing Test HAVE_FFI_CALL - Success
-- Found FFI: /usr/lib/libffi.so
-- Looking for histedit.h
-- Looking for histedit.h - found
-- Found LibEdit: /usr/include (found version "2.11")
-- Found ZLIB: /usr/lib/libz.so (found version "1.3.1")
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Found LibXml2: /usr/lib/libxml2.so (found version "2.13.5")
-- Found CURL: /usr/lib/libcurl.so (found version "8.11.1")
-- Linker detection: GNU ld
-- Configuring done (0.7s)
CMake Error at obfuscation/CMakeLists.txt:17 (add_dependencies):
The dependency target "LLVMLinker" of target "LLVMObfuscationx" does not
exist.
-- Generating done (0.0s)
CMake Generate step failed. Build files cannot be regenerated correctly. ```
Metadata
Assignees
Labels
No labels
Activity