<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<link href="chrome://translator/skin/floatingPanel.css"
type="text/css" rel="stylesheet">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi <br>
I was trying to test vmjc generated llvm-IR using lli tool and
encountered some error. First I compiled java file using javac and
then generated the .bc by using vmjc. <br>
First I ran this to generate bc <br>
<i><b>vmjc -with-jit -disable-opt -main=HelloWorld HelloWorld</b></i><br>
<br>
then <br>
<i><b>lli -load=../lib/static-gc-printer.so HelloWorld.bc</b></i><br>
<b>LLVM ERROR: Program used external function 'StartJnjvmWithJIT'
which could not be resolved!</b><br>
<br>
actually this <i><b>StartJnjvmWithJIT</b></i> is available on
libj3compiler.a but , how to link this static libraries with lli ?
is there any way to generate supporting share library for this.<br>
<br>
Thanks<br>
<br>
Regards <br>
Sri.<br>
<br>
<div style="bottom: auto; left: 144px; right: auto; top: 54px;
display: none;" class="translator-theme-default"
id="translator-floating-panel">
<div title="Click to translate"
id="translator-floating-panel-button"></div>
</div>
</body>
</html>