<div dir="ltr">Hello there,<div>I am just starting with the llvm and clang world. I tried to build source code and I was not be able to.</div><div><br></div><div>I follow the steps right from this web page:</div><div><br></div><div><a href="http://clang.llvm.org/get_started.html" target="_blank">http://clang.llvm.org/get_started.html</a><br></div><div><br></div><div>And I am getting this error when executing the command make:</div><div><br></div><div><p style="margin:0px;font-size:18px;font-family:Menlo;color:rgb(245,245,245);background-color:rgb(0,0,0)">make[5]: Nothing to be done for `all'.</p>
<p style="margin:0px;font-size:18px;font-family:Menlo;color:rgb(245,245,245);background-color:rgb(0,0,0)">make[5]: Nothing to be done for `all'.</p>
<p style="margin:0px;font-size:18px;font-family:Menlo;color:rgb(245,245,245);background-color:rgb(0,0,0)">make[5]: Nothing to be done for `all'.</p>
<p style="margin:0px;font-size:18px;font-family:Menlo;color:rgb(245,245,245);background-color:rgb(0,0,0)">make[5]: Nothing to be done for `all'.</p>
<p style="margin:0px;font-size:18px;font-family:Menlo;color:rgb(245,245,245);background-color:rgb(0,0,0)">make[5]: Nothing to be done for `clang_darwin'.</p>
<p style="margin:0px;font-size:18px;font-family:Menlo;color:rgb(245,245,245);background-color:rgb(0,0,0)">make[5]: Nothing to be done for `clang_macho_embedded'.</p>
<p style="margin:0px;font-size:18px;font-family:Menlo;color:rgb(245,245,245);background-color:rgb(0,0,0)">llvm[4]: Copying runtime library darwin/eprintf to build dir</p>
<p style="margin:0px;font-size:18px;font-family:Menlo;color:rgb(245,245,245);background-color:rgb(0,0,0)">cp: /Users/fran/Desktop/llvm/build/tools/clang/runtime/compiler-rt/clang_darwin/eprintf/libcompiler_rt.a: No such file or directory</p>
<p style="margin:0px;font-size:18px;font-family:Menlo;color:rgb(245,245,245);background-color:rgb(0,0,0)">make[4]: *** [/Users/fran/Desktop/llvm/build/Release+Asserts/lib/clang/3.6.0/lib/darwin/libclang_rt.eprintf.a] Error 1</p>
<p style="margin:0px;font-size:18px;font-family:Menlo;color:rgb(245,245,245);background-color:rgb(0,0,0)">rm /Users/fran/Desktop/llvm/build/Release+Asserts/lib/clang/3.6.0/lib/darwin/.dir</p>
<p style="margin:0px;font-size:18px;font-family:Menlo;color:rgb(245,245,245);background-color:rgb(0,0,0)">make[3]: *** [compiler-rt/.makeall] Error 2</p>
<p style="margin:0px;font-size:18px;font-family:Menlo;color:rgb(245,245,245);background-color:rgb(0,0,0)">make[2]: *** [all] Error 1</p>
<p style="margin:0px;font-size:18px;font-family:Menlo;color:rgb(245,245,245);background-color:rgb(0,0,0)">make[1]: *** [clang/.makeall] Error 2</p>
<p style="margin:0px;font-size:18px;font-family:Menlo;color:rgb(245,245,245);background-color:rgb(0,0,0)">make: *** [all] Error 1</p></div><div><br></div><div>This is trying to copy a runtime library, but it doesn't exist in that location. </div><div><br></div><div>(llvm/build/tools/clang/runtime/compiler-rt/<b>clang_darwin</b>/eprintf/libcompiler_rt.a)</div><div><br></div><div>Even the folder "clang_darwin" does not exist.</div><div><br></div><div> Any help?</div><div><br></div><div>I am running on OS X 10.9.5.<br></div><div><br></div><div>I would appreciate your help with this. I am so newby.</div></div>