[LLVMdev] Error: unsupported GC: vmkit

Shyam Patro shyampatro at hotmail.com
Thu Jun 21 02:57:09 PDT 2012






Hi,I have recently installed llvm-3.1 , gnu classpath-0.97.2  and vmkit I compiled a simple java file "hello.java" to hello.class Then converted hello.class to llvm bytecode(hello.bc) using vmjc from vmkitwhen i tried to run "hello.bc" using lli
I am getting the following error 
shyam at shyam:~$ cat hello.javaimport java.io.*; 
class hello {
  public static void main(String[] args)     { 	 System.out.println("Hello world\n");  }}shyam at shyam:~$ javac hello.java -o hello.classshyam at shyam:~$ vmjc hello.class -o hello.bcshyam at shyam:~$ lli hello.bc
unsupported GC: vmkitUNREACHABLE executed at /home/shyam/llvm-3.1.src/lib/CodeGen/GCMetadata.cpp:99!0  lli 0x089a5778Stack dump:0.	Program arguments: lli hello.ll Aborted
Please help me out 

 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120621/1a67e632/attachment.html>


More information about the llvm-dev mailing list