<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi Csaba,<div><br></div><div>Thankyou for your reply. Actually I tried that but it didn't work. Here is the output I can see the terminal :</div><div><br></div><div><div><font color="#008a17"><b>krish@ubuntu:~/llvm/examples/Kaleidoscope/Chapter2$ make VERBOSE=1</b></font></div><div><font color="#008a17"><b>^[[Allvm[0]: Reconfiguring with /home/krish/llvm/configure</b></font></div><div><font color="#008a17"><b>cd /home/krish/llvm && \</b></font></div><div><font color="#008a17"><b><span class="Apple-tab-span" style="white-space:pre">      </span>  /home/krish/llvm/config.status --recheck  && \</b></font></div><div><font color="#008a17"><b><span class="Apple-tab-span" style="white-space:pre">     </span>  /home/krish/llvm/config.status</b></font></div><div><font color="#008a17"><b>/bin/sh: 2: /home/krish/llvm/config.status: not found</b></font></div><div><span style="font-size: 12pt;">(Stuck here forever....)</span></div><div><br></div><div>I don't know why it's happening...</div><div><br></div><div>Thank-you</div><div><br></div><br><div>> Date: Fri, 15 Aug 2014 07:55:50 +0200<br>> Subject: Re: [cfe-dev] All the examples in the LLVM stuck in the "Reconfiguring with" step when compile<br>> From: rcsaba@gmail.com<br>> To: krishan22@hotmail.com<br>> CC: cfe-dev@cs.uiuc.edu<br>> <br>> Hi Krish,<br>> <br>> You can get a bit more information by running<br>> <br>> make VERBOSE=1<br>> <br>> This kind of problem can be circumvented by deleting the build<br>> directory and reconfiguring.<br>> <br>> Csaba<br>> <br>> <br>> On Fri, Aug 15, 2014 at 6:28 AM, Krishanthan Krishnamoorthy<br>> <krishan22@hotmail.com> wrote:<br>> > Hi all,<br>> ><br>> > I tried several examples in the Example folder in the LLVM, but when I run<br>> > "make" it is stuck in the "Reconfiguring with". For example I tried the very<br>> > simple example which is Chapter2 in the Kaleidoscope, but that one also<br>> > didn't work.<br>> ><br>> > Makefile<br>> > -------------<br>> ><br>> > ##===- examples/Kaleidoscope/Chapter2/Makefile -------------*- Makefile<br>> > -*-===##<br>> > #<br>> > #                     The LLVM Compiler Infrastructure<br>> > #<br>> > # This file is distributed under the University of Illinois Open Source<br>> > # License. See LICENSE.TXT for details.<br>> > #<br>> > ##===----------------------------------------------------------------------===##<br>> > LEVEL = ../../..<br>> > TOOLNAME = Kaleidoscope-Ch2<br>> > EXAMPLE_TOOL = 1<br>> ><br>> > include $(LEVEL)/Makefile.common<br>> ><br>> > Output<br>> > ----------<br>> ><br>> > krish@ubuntu:~/llvm/examples/Kaleidoscope/Chapter2$ make<br>> > llvm[0]: Reconfiguring with /home/krish/llvm/configure<br>> ><br>> > (here it stuck forever... I didn't see anything even after 30 min)<br>> ><br>> ><br>> > Note : I am using VMware player for virtualization.  Gust OS : Ubuntu 12.04,<br>> > 2GB RAM, 2 CPUS enabled. Is that happening because of I am using the LLVM in<br>> > the virtual machine?<br>> ><br>> > Thankyou<br>> ><br>> > Krish<br>> ><br>> > _______________________________________________<br>> > cfe-dev mailing list<br>> > cfe-dev@cs.uiuc.edu<br>> > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev<br>> ><br>> <br>> <br>> <br>> -- <br>> GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++<br>> The Tao of math: The numbers you can count are not the real numbers.<br>> Life is complex, with real and imaginary parts.<br>> "Ok, it boots. Which means it must be bug-free and perfect. " -- Linus Torvalds<br>> "People disagree with me. I just ignore them." -- Linus Torvalds<br></div></div>                                    </div></body>
</html>