[cfe-dev] All the examples in the LLVM stuck in the "Reconfiguring with" step when compile

Csaba Raduly rcsaba at gmail.com
Thu Aug 14 22:55:50 PDT 2014


Hi Krish,

You can get a bit more information by running

make VERBOSE=1

This kind of problem can be circumvented by deleting the build
directory and reconfiguring.

Csaba


On Fri, Aug 15, 2014 at 6:28 AM, Krishanthan Krishnamoorthy
<krishan22 at hotmail.com> wrote:
> Hi all,
>
> I tried several examples in the Example folder in the LLVM, but when I run
> "make" it is stuck in the "Reconfiguring with". For example I tried the very
> simple example which is Chapter2 in the Kaleidoscope, but that one also
> didn't work.
>
> Makefile
> -------------
>
> ##===- examples/Kaleidoscope/Chapter2/Makefile -------------*- Makefile
> -*-===##
> #
> #                     The LLVM Compiler Infrastructure
> #
> # This file is distributed under the University of Illinois Open Source
> # License. See LICENSE.TXT for details.
> #
> ##===----------------------------------------------------------------------===##
> LEVEL = ../../..
> TOOLNAME = Kaleidoscope-Ch2
> EXAMPLE_TOOL = 1
>
> include $(LEVEL)/Makefile.common
>
> Output
> ----------
>
> krish at ubuntu:~/llvm/examples/Kaleidoscope/Chapter2$ make
> llvm[0]: Reconfiguring with /home/krish/llvm/configure
>
> (here it stuck forever... I didn't see anything even after 30 min)
>
>
> Note : I am using VMware player for virtualization.  Gust OS : Ubuntu 12.04,
> 2GB RAM, 2 CPUS enabled. Is that happening because of I am using the LLVM in
> the virtual machine?
>
> Thankyou
>
> Krish
>
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
>



-- 
GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++
The Tao of math: The numbers you can count are not the real numbers.
Life is complex, with real and imaginary parts.
"Ok, it boots. Which means it must be bug-free and perfect. " -- Linus Torvalds
"People disagree with me. I just ignore them." -- Linus Torvalds



More information about the cfe-dev mailing list