search for: zoewolk

Displaying 12 results from an estimated 12 matches for "zoewolk".

2010 Jun 29
1
[LLVMdev] problems building vmkit
...g (Can you please see the three case below?). My machine is a intel core i7 running ubuntu karmic and gcc 4.4.1. What arch/OS/distro/gcc do you all have VMKit working on? thanks for your help. -ZK 1) For any configuration with (pnet and pnetlib build successfully): --with-pnet-local-prefix=/home/zoewolk/RESEARCH/pnet-0.8.0 --with-pnetlib=/home/zoewolk/RESEARCH/pnetlib-0.8.0 I get that TRACER is undefined. I messed with this some but there are two tracer functions depending on the gc (tracer() and tracer(...)). I'm not sure about the authors intent. I tried with llvm-gcc/mmtk and without it,...
2010 Jul 09
1
[LLVMdev] vmkit + mmtk build problem revision 107990
Hi Nicolas, I'm trying now to build vmkit with mmtk: ./configure --with-llvmsrc=/home/zoewolk/RESEARCH/llvm --with-llvmobj=/home/zoewolk/RESEARCH/llvm --with-gnu-classpath-glibj=/home/zoewolk/RESEARCH/classpath-0.97.2/lib --with-gnu-classpath-libs=/home/zoewolk/RESEARCH/classpath-0.97.2/lib --with-gc=mmtk I've built llvm-gcc from source and configured llvm so that it can find it. (I...
2010 Jun 30
3
[LLVMdev] vmkit build problems
...more information on the problem? Also -- it seems to be building the release version by default (perhaps because my llvm build used release), should I try with the debug version instead? If so, is there a config flag for that? Thanks in advance for your help. -Z ./configure --with-llvmsrc=/home/zoewolk/RESEARCH/LLVMSystem/llvm --with-llvmobj=/home/zoewolk/RESEARCH/LLVMSystem/llvm --with-gnu-classpath-glibj=/home/zoewolk/RESEARCH/classpath-0.97.2/lib --with-gnu-classpath-libs=/home/zoewolk/RESEARCH/classpath-0.97.2/lib --with-llvmgcc=/home/zoewolk/RESEARCH/LLVMSystem --with-gc=mmtk Buildfile: /ho...
2010 Jun 30
2
[LLVMdev] vmkit build problems
...t have access to a x64 machine anymore, so I can't test that architecture on vmkit. Could you install a virtual machine on your machine that is x86_32? I know it has been successfully built and ran on x86_32 on different systems. Cheers, Nicolas On Wed, Jun 30, 2010 at 7:49 AM, Zoe Wolk <zoewolk at gmail.com> wrote: > Hi again Nicolas, > > Can you please tell me the output of your llvm-gcc -v > and llvm-config -version? > Mine is below, perhaps its because I built llvm with enable-jit? > > Do you have users of vmkit? ie has anyone other than > the llvm team bee...
2010 Jul 05
0
[LLVMdev] vmkit build problems
...an't > test that architecture on vmkit. Could you install a virtual machine on your > machine that is x86_32? I know it has been successfully built and ran on > x86_32 on different systems. > > Cheers, > Nicolas > > > > On Wed, Jun 30, 2010 at 7:49 AM, Zoe Wolk <zoewolk at gmail.com> wrote: > >> Hi again Nicolas, >> >> Can you please tell me the output of your llvm-gcc -v >> and llvm-config -version? >> Mine is below, perhaps its because I built llvm with enable-jit? >> >> Do you have users of vmkit? ie has anyone o...
2010 Jun 28
2
[LLVMdev] vmkit and llvm 2.8
...ld it (llvm builds fine). There were some errors with Makefile.rules: $(Verb) $(LLVMAS) -f $(<F) -o - | $(LLC) -march=cpp -cppgen=contents -o $@ (march and cppgen options not recognized). What I cannot get past is this one (the warnings concern me as well): ... make[3]: Leaving directory `/home/zoewolk/RESEARCH/vmkit/lib/Mvm/Runtime' make[3]: Entering directory `/home/zoewolk/RESEARCH/vmkit/lib/Mvm/Compiler' llvm[3]: Compiling JIT.cpp for Debug build In file included from JIT.cpp:70: LLVMRuntime.inc:3: error: stray ‘@’ in program LLVMRuntime.inc:1: error: expected unqualified-id before ‘....
2010 Jul 09
1
[LLVMdev] vmkit segmentation fault revision 107990
Hi Nicolas, I found a 32bit Lucid machine (but it'd be great if there was a working 64bit version though). Everything was checked out this morning. I now am able to build vmkit with this configuration: ./configure --with-llvmsrc=/home/zoewolk/RESEARCH/llvm --with-llvmobj=/home/zoewolk/RESEARCH/llvm --with-gnu-classpath-glibj=/home/zoewolk/RESEARCH/classpath-0.97.2/lib --with-gnu-classpath-libs=/home/zoewolk/RESEARCH/classpath-0.97.2/lib j3 Hello works However, when I run this, I get the segfault below. I compiled Hello.java with $>...
2010 Jun 30
0
[LLVMdev] vmkit build problems
...rtual machine) using svn llvm, llvm-gcc, and vmkit successfully and send out your steps? If not, can you please send me the output of 'dpkg -l |grep ii'? thanks Z llvm-gcc -v Using built-in specs. Target: x86_64-unknown-linux-gnu Configured with: ../llvm-gcc-4.2/configure --prefix=/home/zoewolk/RESEARCH/LLVMSystem --enable-languages=c,c++ --enable-checking --enable-llvm=/home/zoewolk/RESEARCH/LLVMSystem/llvm --disable-bootstrap --disable-multilib --program-prefix=llvm- Thread model: posix llvm config.status: It was created by llvm configure 2.8svn, which was generated by GNU Autoconf 2.6...
2010 Jun 30
1
[LLVMdev] vmkit build problems
Hi Nicolas, No, I built llvm-gcc myself by checking it out via svn, using these instructions: http://llvm.org/docs/GCCFEBuildInstrs.html thanks -Z > Hi Zoe > (Please, try to reply to the same thread) > I think you may have an old version of llvm-gcc. Did you compile > llvm-gcc yourself? The provided llvm-gcc binary for llvm 2.7 is > too old for vmkit. > > Nicolas >
2010 Jul 06
2
[LLVMdev] vmkit build problems
...egfault (for any distro/arch), using mmtk or the default collector/installation (as described in the vmkit page or Alysson's writeup) using the svn head of llvm and vmkit, please let me know. thanks Z ... llvm[1]: Compiling vmjc.cpp for Debug build llvm[1]: Linking Debug executable vmjc /home/zoewolk/RESEARCH/vmkit/Debug/lib/libGCMmap2.a(gcinit.o): In function `mvm::Collector::initialise()': /home/zoewolk/RESEARCH/vmkit/lib/Mvm/GCMmap2/gcinit.cpp:22: undefined reference to `GCAllocator::operator new(unsigned long)' /home/zoewolk/RESEARCH/vmkit/lib/Mvm/GCMmap2/gcinit.cpp:22: undefined re...
2010 Jun 29
0
[LLVMdev] Fwd: vmkit and llvm 2.8
Resending, now that I've signed up to the dev list correctly... Sorry about duplicates. ---------- Forwarded message ---------- From: Zoe Wolk <zoewolk at gmail.com> Date: Mon, Jun 28, 2010 at 3:54 PM Subject: vmkit and llvm 2.8 To: llvmdev at cs.uiuc.edu Hi All, Has vmkit been updated and tested with LLVM 2.8? I am unable to build it (llvm builds fine). There were some errors with Makefile.rules: $(Verb) $(LLVMAS) -f $(<F) -o - | $(LLC)...
2010 Jul 02
0
[LLVMdev] vmkit build problems (and llvm-gcc bug 7108)
...an't > test that architecture on vmkit. Could you install a virtual machine on your > machine that is x86_32? I know it has been successfully built and ran on > x86_32 on different systems. > > Cheers, > Nicolas > > > > On Wed, Jun 30, 2010 at 7:49 AM, Zoe Wolk <zoewolk at gmail.com> wrote: > >> Hi again Nicolas, >> >> Can you please tell me the output of your llvm-gcc -v >> and llvm-config -version? >> Mine is below, perhaps its because I built llvm with enable-jit? >> >> Do you have users of vmkit? ie has anyone o...