I'm using VMware workstation 15 to run Ubuntu 18.04.3 LTS,with 40GB of allocated disk space. I'm trying to build the X86 LLVM using the steps described in https://clang.llvm.org/get_started.html. gcc and g++ latest versions are installed. Steps used on a clean copy(after installing cmake, git, and essentials packages):
git clone https://github.com/llvm/llvm-project.git
cd llvm-project
mkdir build
cd build
cmake -DLLVM_ENABLE_PROJECTS=clang -G "Unix Makefiles" ../llvm
make
After an hour and a half i get this message(clipboard isn't working):
Anyone knows what's this about?