search for: jowarner

Displaying 7 results from an estimated 7 matches for "jowarner".

2010 Jul 19
3
[LLVMdev] Building VMKit
Sure: I'm on 64-bit Ubuntu Linux 10.04 with gcc 4.4.3. I followed the instructions on http://vmkit.llvm.org/get_started.html, as near as I can tell. I configured llvm with the default configuration: ./configure I configured vmkit with: ./configure --with-llvmsrc=/home/jowarner/code/llvm/ --with-llvmobj=/home/jowarner/code/llvm/ --with-gnu-classpath-glibj=/usr/share/classpath/glibj.zip --with-pnet-local-prefix=/home/jowarner/code/pnet-0.8.0/ --with-pnetlib=/home/jowarner/code/pnetlib-0.8.0/ Thanks, Joshua On Mon, Jul 19, 2010 at 8:40 AM, Duncan Sands <baldrick at fre...
2010 Jul 16
3
[LLVMdev] java front-end
...ed I may be able to complete the java front end, and sufficiently parameterize it to be used with Avian (which will essentially just provide runtime services like GC and exception handling). Sincerely, Joshua Here is the output of the build (after ./configure): make[1]: Entering directory `/home/jowarner/code/llvm/projects/java/lib' make[2]: Entering directory `/home/jowarner/code/llvm/projects/java/lib/ClassFile' llvm[2]: Compiling ClassFile.cpp for Release build In file included from ClassFile.cpp:17: /home/jowarner/code/llvm/projects/java/include/llvm/Java/ClassFile.h:24:36: warning: llv...
2010 Jul 19
0
[LLVMdev] Building VMKit
> I'm trying to build VMKit from SVN, and I'm getting a bunch of errors > that all seem to be related to the TRACER macro not getting defined: ... > Is there something wrong with my configuration? Hi Joshua, some details like what platform you are on (darwin, linux, windows), what compiler you are using, how you configured LLVM etc would be helpful. Ciao, Duncan.
2010 Jul 19
1
[LLVMdev] Fwd: Building VMKit
....com> wrote: > Hi Joshua, > > The .Net implementation in VMKit hasn't been updated for a long while. > Fortunately for you, the Java implementation is not :). Remove all pnet > references in your configure and it should compile fine: > > ./configure --with-llvmsrc=/home/jowarner/code/llvm/ > --with-llvmobj=/home/jowarner/code/llvm/ > --with-gnu-classpath-glibj=/usr/share/classpath/glibj.zip > > Nicolas > > On Mon, Jul 19, 2010 at 5:21 PM, Joshua Warner <joshuawarner32 at gmail.com>wrote: > >> Sure: >> >> I'm on 64-bit Ubuntu...
2010 Jul 19
2
[LLVMdev] Building VMKit
Hi, I'm trying to build VMKit from SVN, and I'm getting a bunch of errors that all seem to be related to the TRACER macro not getting defined: llvm[3]: Compiling Assembly.cpp for Release+Asserts build In file included from Assembly.cpp:15: Assembly.h:140: error: variable or field ‘TRACER’ declared void In file included from Assembly.cpp:19: N3.h:109: error: variable or field ‘TRACER’
2010 Jul 20
0
[LLVMdev] Fwd: Building VMKit
On Tue, Jul 20, 2010 at 6:56 PM, Joshua Warner <joshuawarner32 at gmail.com> wrote: > Hi Minas, > > I tried recompiling Classpath with -fno-omit-frame-pointer, and now, instead > of printing an error message, j3 just segfaults in > "j3::JnjvmClassLoader::loadClassFromAsciiz(char const*, bool, bool) ()" > Could you please run it under gdb like $ gdb --args ./j3
2010 Jul 20
4
[LLVMdev] Fwd: Building VMKit
Hi Minas, I tried recompiling Classpath with -fno-omit-frame-pointer, and now, instead of printing an error message, j3 just segfaults in "j3::JnjvmClassLoader::loadClassFromAsciiz(char const*, bool, bool) ()" I ran llcj under strace and found that it is not even opening the input or output files, but is otherwise running normally. Updating to the latest SVN version (revision 108831)