Displaying 10 results from an estimated 10 matches for "pnetlib".
Did you mean:
netlib
2009 Sep 18
3
[LLVMdev] compiling java frontend
Thanks, I am now working on compiling up VMKit. When compiling VMKit in my
up-to-date svn checkout I get several error messages on missing members of
the class 'llvm::Type':
PNetLib.cpp: In function ‘void decapsulePrimitive(n3::VMObject*, const
llvm::Type*, std::vector<llvm::GenericValue,
std::allocator<llvm::GenericValue> >&)’:
PNetLib.cpp:694: error: ‘Int1Ty’ is not a member of ‘llvm::Type’
PNetLib.cpp:698: error: ‘Int8Ty’ is not a member of ‘llvm::Type’
PNet...
2009 Sep 18
0
[LLVMdev] compiling java frontend
...On the other hand, the Java frontend is up-to-date.
Nicolas
Andreas Saebjoernsen wrote:
> Thanks, I am now working on compiling up VMKit. When compiling VMKit
> in my up-to-date svn checkout I get several error messages on missing
> members of the class 'llvm::Type':
>
> PNetLib.cpp: In function ‘void decapsulePrimitive(n3::VMObject*, const
> llvm::Type*, std::vector<llvm::GenericValue,
> std::allocator<llvm::GenericValue> >&)’:
> PNetLib.cpp:694: error: ‘Int1Ty’ is not a member of ‘llvm::Type’
> PNetLib.cpp:698: error: ‘Int8Ty’ is not a membe...
2009 Sep 17
0
[LLVMdev] compiling java frontend
On Sep 17, 2009, at 4:17 PM, Andreas Saebjoernsen wrote:
> I am trying to compile the Java frontend in
> https:/llvm.org/svn/llvm-project/java/trunk
> If there are another preferred Java frontend available, and it is
> suited for translating Java bytecode to LLVM bytecode, I'd be happy
> to use that frontend instead.
That is really old and out of date, I'm sure it
2009 Sep 17
2
[LLVMdev] compiling java frontend
I am trying to compile the Java frontend in https:/
llvm.org/svn/llvm-project/java/trunk
If there are another preferred Java frontend available, and it is suited for
translating Java bytecode to LLVM bytecode, I'd be happy to use that
frontend instead.
thanks,
Andreas
On Thu, Sep 17, 2009 at 4:03 PM, Chris Lattner <clattner at apple.com> wrote:
>
> On Sep 17, 2009, at 3:59
2010 Jul 19
3
[LLVMdev] Building VMKit
...nfigured 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 free.fr> wrote:
> > 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...
2010 Jun 29
1
[LLVMdev] problems building vmkit
...but fails
in
different places depending upon the vmkit config (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...
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
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 19
1
[LLVMdev] Fwd: Building VMKit
...>
>> 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 free.fr> wrote:
>>
>>> > I'm trying to build VMKit from SVN, and I'm getting a bunch of errors
>>&...
2010 Sep 28
1
[LLVMdev] [VMKit-2.7] libvmjc.so building problem
...my environment:
http://vmkit.llvm.org/get_started.html
My llvm, llvm-gcc, and vmkit are not SVN version.
All of them are downloaded from this page:
http://llvm.org/releases/download.html#2.7
GNU classpath is downloaded from:
ftp://ftp.gnu.org/gnu/classpath/classpath-0.97.2.tar.gz
PNet & PNetlib are not used because I just want the JVM.
I use these arguments to configure my VMKit:
./configure --prefix=/home/lhtseng/llvm
--with-llvmsrc=/home/lhtseng/llvm/src/llvm
--with-llvmobj=/home/lhtseng/llvm/obj/llvm
--with-gnu-classpath-libs=/home...