Skip to content

error when building with cmake under ubuntu 24.x.y #113047

@aragon5956

Description

@aragon5956

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions