Displaying 1 result from an estimated 1 matches for "b3ef4a83".
2014 Sep 17
3
[LLVMdev] fail to compile latest llvm?
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
>