<div dir="ltr">i think i found the reason: i put the llvm directory in a path that having a space inside, so it fails to compile.<div><br></div><div>by moving llvm directory to elsewhere without a space in the path, everything works again.</div><div><br></div><div>thanks all for the help!</div><div>Jun</div><div><br></div><div><br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Sep 18, 2014 at 7:38 AM, Jonathan Roelofs <span dir="ltr"><<a href="mailto:jonathan@codesourcery.com" target="_blank">jonathan@codesourcery.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
<br>
On 9/17/14 9:38 AM, Jun Koi wrote:<br>
</span><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">
<br>
<br>
On Wed, Sep 17, 2014 at 10:14 PM, Simon Atanasyan <<a href="mailto:simon@atanasyan.com" target="_blank">simon@atanasyan.com</a><br></span><span class="">
<mailto:<a href="mailto:simon@atanasyan.com" target="_blank">simon@atanasyan.com</a>>> wrote:<br>
<br>
    Hi,<br>
<br>
    Probably you get the error because you try to build LLVM in the source<br>
    code directory. Create a separate folder, cd to this folder and run<br>
    the configure script.<br>
<br>
    $ mkdir llvm-bld<br>
    $ cd llvm-bld<br>
    $ ../<llvm src>/configure --enable-targets=mips<br>
    $ make<br>
<br>
<br>
no, this should not solve the problem, as nothing is wrong with compiling in the<br>
source directory.<br>
</span></blockquote>
... other than it being a bad practice, and being generally discouraged.<br>
<br>
<br>
Cheers,<br>
<br>
Jon<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">
actually i did this many times before, but now i moved to a new OSX machine, and<br>
have this problem.<br>
<br>
<br>
  (and i already tried your solution, and confirm it doesnt help).<br>
<br>
thanks.<br>
<br>
<br>
<br>
<br>
    On Wed, Sep 17, 2014 at 10:40 AM, Jun Koi <<a href="mailto:junkoi2004@gmail.com" target="_blank">junkoi2004@gmail.com</a><br></span><span class="">
    <mailto:<a href="mailto:junkoi2004@gmail.com" target="_blank">junkoi2004@gmail.com</a>>> wrote:<br>
    > I got the latest LLVM code from git repo, and tried to compile<br>
    > that on my OSX 10.9.4 machine. But I got the error at "make" step:<br>
    ><br>
    >     "Makefile:151: /Makefile.rules: No such file or directory"<br>
    ><br>
    > Below is the output of "configure" & "make". Any idea what is wrong?<br>
    ><br>
     > $ ./configure --enable-targets=mips<br>
<br>
    --<br>
    Simon Atanasyan<br>
<br>
<br>
<br></span>
______________________________<u></u>_________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu" target="_blank">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/<u></u>mailman/listinfo/llvmdev</a><br>
<br><span class="HOEnZb"><font color="#888888">
</font></span></blockquote><span class="HOEnZb"><font color="#888888">
<br>
-- <br>
Jon Roelofs<br>
<a href="mailto:jonathan@codesourcery.com" target="_blank">jonathan@codesourcery.com</a><br>
CodeSourcery / Mentor Embedded<br>
______________________________<u></u>_________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu" target="_blank">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/<u></u>mailman/listinfo/llvmdev</a><br>
</font></span></blockquote></div><br></div></div></div>