[LLVMdev] fail to compile latest llvm?

Jun Koi junkoi2004 at gmail.com
Wed Sep 17 08:38:59 PDT 2014


On Wed, Sep 17, 2014 at 10:14 PM, Simon Atanasyan <simon at atanasyan.com>
wrote:

> Hi,
>
> Probably you get the error because you try to build LLVM in the source
> code directory. Create a separate folder, cd to this folder and run
> the configure script.
>
> $ mkdir llvm-bld
> $ cd llvm-bld
> $ ../<llvm src>/configure --enable-targets=mips
> $ make
>
>
no, this should not solve the problem, as nothing is wrong with compiling
in the source directory.
actually i did this many times before, but now i moved to a new OSX
machine, and have this problem.


 (and i already tried your solution, and confirm it doesnt help).


thanks.





>
> On Wed, Sep 17, 2014 at 10:40 AM, Jun Koi <junkoi2004 at gmail.com> wrote:
> > I got the latest LLVM code from git repo, and tried to compile
> > that on my OSX 10.9.4 machine. But I got the error at "make" step:
> >
> >     "Makefile:151: /Makefile.rules: No such file or directory"
> >
> > Below is the output of "configure" & "make". Any idea what is wrong?
> >
> > $ ./configure --enable-targets=mips
>
> --
> Simon Atanasyan
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140917/33e893b3/attachment.html>


More information about the llvm-dev mailing list