Hi Nicolas,<br><br>I'm running it on Kubuntu.<br><br>Now that you mention it I did have a problem during vmkit setup. After running the ./configure file with all the options I ran the make file it was giving this error:<br>

<br>make[3]: *** [/.automount/root/exports/transient/nataraj/Project/vmkit-0.25/lib/Mvm/Runtime/Release/EscapeAnalysis.o] Error 1<br>"<br>So I went into Makefile.common and modified GNU CLASSPATH FLAGS variable, I removed  "//../"before "include"(CLASSPATH_FLAGS = -I/transient/nataraj/CompilerD/classpath-0.98<i><b><u>//../i</u>nclude</b></i> -I/usr/include/classpath)  and made it <br>

"/classpath-0.98/include" After that the make file ran smoothly.<br><br>Looks like that was a mistake, What can I do to overcome the error?<br><br>Thanks,<br><br>-Nataraj<br><br><br> <br><br><br>On Fri, Nov 20, 2009 at 8:56 AM, Nicolas Geoffray <<a href="mailto:nicolas.geoffray@gmail.com">nicolas.geoffray@gmail.com</a>> wrote:<br>

> Hi Nataraj,<br>><br>> Which platform are you running on? Did you follow all the steps on<br>> <a href="http://vmkit.llvm.org">vmkit.llvm.org</a> getting started page, especially for GNU Classpath?<br>><br>

> Thanks!<br>> Nicolas<br>><br>> Nataraj Sundar wrote:<br>>><br>>> Hi,<br>>><br>>> I intent to use VMKIT to convert java byte codes to LLVM IR<br>>><br>>> I have installed VMKIT 0.26, on running  jnjvm (as ./jnjvm<br>

>> Hello.class) in Release/bin I get the same error irrespective of class<br>>> content :<br>>><br>>> jnjvm: JavaClass.cpp:469: jnjvm::JavaObject*<br>>> jnjvm::Class::doNew(jnjvm::Jnjvm*): Assertion `(this->isInitializing()<br>

>> || classLoader->getCompiler()->isStaticCompiling()) && "Uninitialized<br>>> class when allocating."' failed.<br>>> Aborted<br>>><br>>> Am I doing something wrong?Any help regading how to use the VMKIT<br>

>> tools to convert Java bytecodes to LLVM IR will be helpful<br>>><br>>> Thanks,<br>>><br>>> -Nataraj.<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">http://llvm.cs.uiuc.edu</a><br>>> <a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>

><br>><br><br>