<div dir="ltr">Hi,<div><br></div><div>I am trying to build llvm/clang on my macbook. But it always failed for me.</div><div><br></div><div>First, I git clone the code to /usr/local/llvm-src/ folder:</div><div><div>$ git clone <a href="http://llvm.org/git/llvm.git">http://llvm.org/git/llvm.git</a></div><div>$ cd llvm/tools</div><div>$ git clone <a href="http://llvm.org/git/clang.git">http://llvm.org/git/clang.git</a></div><div>$ cd ../projects</div><div>$ git clone <a href="http://llvm.org/git/compiler-rt.git">http://llvm.org/git/compiler-rt.git</a></div><div>$ cd ../tools/clang/tools</div><div>$ git clone <a href="http://llvm.org/git/clang-tools-extra.git">http://llvm.org/git/clang-tools-extra.git</a></div></div><div><br></div><div>Then, I generate the Xcode from the /usr/local/llvm-src/build folder and specify the target install directory of /usr/local/llvm-src/install:</div><div>cmake -G Xcode -DCMAKE_INSTALL_PREFIX=/usr/local/llvm-src/install /usr/local/llvm-src/llvm<br></div><div><br></div><div>Finally, I open the generated project file in Xcode, switch the schema to "Install" and run "Build" from Product menu. But it failed in Xcode with error below:</div><div><br></div>







<p class="">CMake Error at projects/compiler-rt/lib/builtins/cmake_install.cmake:31 (file):</p>
<p class="">  file INSTALL cannot find</p>
<p class="">  "/usr/local/llvm-src/build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/lib/clang/3.8.0/lib/darwin/libclang_rt.cc_kext.a".</p>
<p class="">Call Stack (most recent call first):</p>
<p class="">  projects/compiler-rt/lib/cmake_install.cmake:32 (include)</p>
<p class="">  projects/compiler-rt/cmake_install.cmake:33 (include)</p>
<p class="">  projects/cmake_install.cmake:32 (include)</p>
<p class="">  cmake_install.cmake:55 (include)</p>
<p class="">make: *** [install_buildpart_0] Error 1</p>
<div>Command /bin/sh failed with exit code 2 </div><div><br></div><div>Any ideas?</div><div><br></div><div>Jeffrey</div></div>