Hi Bakiras,<br><br><div class="gmail_quote">On Wed, Oct 19, 2011 at 11:02 AM, bakiras <span dir="ltr"><<a href="mailto:h.bakiras@gmail.com">h.bakiras@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi everyone,<br>
<br>
I am Harris Bakiras the new VMKit engineer.<br></blockquote><div><br></div><div>Welcome :)</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
I followed the VMKit "Getting Started" instructions to install VMKit on<br>
my Linux Ubuntu 11.10 64-bit but I get the following error :<br>
<br>
make[1]: Entering directory `VMKIT_ROOTDIR/lib/Mvm/StaticGCPass'<br>
make[1]: *** No rule to make target<br>
`VMKIT_ROOTDIR/lib/Mvm/StaticGCPass/Release+Asserts/StaticGCPass.ll',<br>
needed by<br>
`VMKIT_ROOTDIR/lib/Mvm/StaticGCPass/Release+Asserts/StaticGCPass.bc'.  Stop.<br>
make[1]: Leaving directory `VMKIT_ROOTDIR/lib/Mvm/StaticGCPass'<br>
make: *** [all] Error 1<br>
<br>
I installed llvm-gcc-4.5 with the apt-get tool before building LLVM from<br>
SVN successfully.<br>
<br>
I downloaded GNU Classpath 0.97.2 and installed it like described in the<br>
getting started.<br>
<br>
I configured VMKit like the following :<br>
<br>
./configure CC=llvm-gcc CXX=llvm-g++ --with-llvmsrc=LLVMROOTDIR<br>
--with-llvmobj=LLVMROOTDIR<br>
--with-gnu-classpath-libs=CLASSPATHROOTDIR/lib<br>
--with-gnu-classpath-glibj=CLASSPATHROOTDIR/lib/glibj.zip<br></blockquote><div><br></div><div>I'm not sure CC and CXX help configuring vmkit. I haven't checked for a while, but it may be that llvm-gcc/llvm-g++ do not work anymore to compile vmkit. What you should do is get the svn version of clang, compile it and use it instead of llvm-gcc. I believe you don't need to provide CC and CXX to vmkit's configure in that case. The configure scripts of vmkit and llvm will find clang.</div>
<div><br></div><div>Cheers,</div><div>Nicolas</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
Does anyone has an idea to solve this issue?<br>
<br>
Thanks,<br>
Harris<br>
_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
</blockquote></div><br>