search for: vmkitunreach

Displaying 2 results from an estimated 2 matches for "vmkitunreach".

2012 Jun 21
1
[LLVMdev] Error: unsupported GC: vmkit
...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-de...
2012 Jun 29
0
[LLVMdev] Error using llcj
....class -o hello vmjc /home/shyam/classpath-0.97.2/lib/vmkit/Release+Debug+Asserts/bin/vmjc --main=hello hello.class -f -o /tmp/llvm_WbIrdX/hello.bc llc /home/shyam/llvmbuild/Release+Debug+Asserts/bin/llc /tmp/llvm_WbIrdX/hello.bc -disable-fp-elim -o /tmp/llvm_WbIrdX/hello.s (null) unsupported GC: vmkitUNREACHABLE executed at /home/shyam/llvm-3.1.src/lib/CodeGen/GCMetadata.cpp:99!0 llc 0x08c83b58Stack dump:0. Program arguments: /home/shyam/llvmbuild/Release+Debug+Asserts/bin/llc /tmp/llvm_WbIrdX/hello.bc -disable-fp-elim -o /tmp/llvm_WbIrdX/hello.s 1. Running pass 'Function Pass Manager' on modu...