<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Sep 17, 2014 at 10:14 PM, Simon Atanasyan <span dir="ltr"><<a href="mailto:simon@atanasyan.com" target="_blank">simon@atanasyan.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">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></blockquote><div><br></div><div>no, this should not solve the problem, as nothing is wrong with compiling in the source directory.</div><div>actually i did this many times before, but now i moved to a new OSX machine, and have this problem.</div><div><br></div><div><br></div><div> (and i already tried your solution, and confirm it doesnt help).</div><div><br></div><div> </div><div>thanks.</div><div><br></div><div><br></div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<span class=""><br>
On Wed, Sep 17, 2014 at 10:40 AM, Jun Koi <<a href="mailto:junkoi2004@gmail.com">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>
</span>> $ ./configure --enable-targets=mips<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Simon Atanasyan<br>
</font></span></blockquote></div></div></div>