-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Closed
Description
hello ,
my configuration is :
lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 24.04.1 LTS
Release: 24.04
Codename: noble
alexandre@alexandre-developpeur:~/Téléchargements/llvm-project/build$ uname -r
6.9.9-060909-generic
when i typed this command :
cmake -G "Unix Makefiles" -DLLVM_ENABLE_PROJECTS="clang;lld" -DCMAKE_BUILD_TYPE=Release -DLLVM_TARGETS_TO_BUILD="X86" ../llvm && make -j 4 in build directory
i've this error :
[ 85%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveDebugValues/VarLocBasedImpl.cpp.o
[ 85%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveDebugValues/InstrRefBasedImpl.cpp.o
[ 85%] Linking CXX static library ../libLLVMCodeGen.a
[ 85%] Built target LLVMCodeGen
make: *** [Makefile:156 : all] Erreur 2
alexandre@alexandre-developpeur:~/Téléchargements/llvm-project/build$
what can i do ?
regards