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

Krishanthan Krishnamoorthy krishan22 at hotmail.com
Fri Aug 15 12:41:14 PDT 2014


Hi Csaba,
Thankyou for your reply. Actually I tried that but it didn't work. Here is the output I can see the terminal :
krish at ubuntu:~/llvm/examples/Kaleidoscope/Chapter2$ make VERBOSE=1^[[Allvm[0]: Reconfiguring with /home/krish/llvm/configurecd /home/krish/llvm && \	  /home/krish/llvm/config.status --recheck  && \	  /home/krish/llvm/config.status/bin/sh: 2: /home/krish/llvm/config.status: not found(Stuck here forever....)
I don't know why it's happening...
Thank-you

> Date: Fri, 15 Aug 2014 07:55:50 +0200
> Subject: Re: [cfe-dev] All the examples in the LLVM stuck in the "Reconfiguring with" step when compile
> From: rcsaba at gmail.com
> To: krishan22 at hotmail.com
> CC: cfe-dev at cs.uiuc.edu
> 
> 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
 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20140815/ec07338f/attachment.html>


More information about the cfe-dev mailing list