Displaying 20 results from an estimated 88 matches for "glibj".
Did you mean:
glibc
2012 Jul 09
1
[LLVMdev] Error generating a executable using llcj
...mkit-0.29 and tried to generate a executable using llcj
I generated the libvmjc and updated the library path
export LD_LIBRARY_PATH=$(VMKIT_OBJ)/Release/lib
llcj --main=hello hello.class -o hello
but i am getting the following error
/home/shyam/classpath-0.97.2/lib/vmkit/Release+Debug/lib/libvmjc.a(glibj.zip.o): In function `JnJVM_sun_misc_Unsafe_putLong__Ljava_lang_Object_2JJ':glibj-optimized.zip.bc:(.text+0x1a8c930): undefined reference to `Java_sun_misc_Unsafe_putLong__Ljava_lang_Object_2JJ'/home/shyam/classpath-0.97.2/lib/vmkit/Release+Debug/lib/libvmjc.a(glibj.zip.o): In function `JnJV...
2010 Jul 19
2
[LLVMdev] VMkit AOT build problem: llc crushed on glibj compilation to native(.s) file
Hi,
Trying to build AOT version of vmkit java,
building for that classpath glibj.zip:
$ cd vmkit/tools/vmjc/libvmjc
$ make ENABLE_OPTIMIZED=1 DISABLE_ASSERTIONS=1 REQUIRES_FRAME_POINTER=1
has eventually, after 50 minutes, brought:
<<<
llvm[0]: Compiling glibj.zip to llvm
llvm[0]: Optimizing glibj.zip
llvm[0]: Compiling glibj.zip.bc to native
UNREACHABLE executed!
0...
2010 Aug 02
0
[LLVMdev] VMkit AOT build problem: llc crushed on glibj compilation to native(.s) file
On Mon, Jul 19, 2010 at 7:40 PM, Minas Abrahamyan <minas.subs at gmail.com> wrote:
> Trying to build AOT version of vmkit java,
> building for that classpath glibj.zip:
>
> $ cd vmkit/tools/vmjc/libvmjc
> $ make ENABLE_OPTIMIZED=1 DISABLE_ASSERTIONS=1 REQUIRES_FRAME_POINTER=1
>
> has eventually, after 50 minutes, brought:
> <<<
> llvm[0]: Compiling glibj.zip to llvm
> llvm[0]: Optimizing glibj.zip
> llvm[0]: Compiling glibj...
2010 Aug 03
2
[LLVMdev] VMkit AOT build problem: llc crushed on glibj compilation to native(.s) file
...reduce that to a small
test case and file a bug?
Nicolas
2010/8/2 Allan Tong <actong88 at gmail.com>
> On Mon, Jul 19, 2010 at 7:40 PM, Minas Abrahamyan <minas.subs at gmail.com>
> wrote:
> > Trying to build AOT version of vmkit java,
> > building for that classpath glibj.zip:
> >
> > $ cd vmkit/tools/vmjc/libvmjc
> > $ make ENABLE_OPTIMIZED=1 DISABLE_ASSERTIONS=1 REQUIRES_FRAME_POINTER=1
> >
> > has eventually, after 50 minutes, brought:
> > <<<
> > llvm[0]: Compiling glibj.zip to llvm
> > llvm[0]: Optimizing...
2010 Aug 04
0
[LLVMdev] VMkit AOT build problem: llc crushed on glibj compilation to native(.s) file
...and file a bug?
> Nicolas
> 2010/8/2 Allan Tong <actong88 at gmail.com>
>>
>> On Mon, Jul 19, 2010 at 7:40 PM, Minas Abrahamyan <minas.subs at gmail.com>
>> wrote:
>> > Trying to build AOT version of vmkit java,
>> > building for that classpath glibj.zip:
>> >
>> > $ cd vmkit/tools/vmjc/libvmjc
>> > $ make ENABLE_OPTIMIZED=1 DISABLE_ASSERTIONS=1 REQUIRES_FRAME_POINTER=1
>> >
>> > has eventually, after 50 minutes, brought:
>> > <<<
>> > llvm[0]: Compiling glibj.zip to llvm
&...
2010 Sep 28
1
[LLVMdev] [VMKit-2.7] libvmjc.so building problem
...o 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/lhtseng/llvm/lib/classpath
--with-gnu-classpath-glibj=/home/lhtseng/llvm/share/classpath/glibj.zip
--with-llvmgcc
--with-gc=mmtk
and then use `make ENABLE_OPTIMIZED=1' to build it
(I follow the instructions in this page: http://vmkit.llvm.org/use_mmtk.html)
After it's done, `j3' works properly.
Then I f...
2011 Jul 08
1
[LLVMdev] vmkit compile error when "compile into a dynamic library the core Java libs"
hi
I followed the instructions to compile vmkit step by step.
it worked until "Compile into a dynamic library the core Java libs".
After "make
ENABLE_OPTIMIZED=1", I didn't go get coffee because of these errors:
llc -relocation-model=pic -disable-fp-elim glibj-optimized.zip.bc -o
glibj.zip.s
unsupported GC: vmkit
UNREACHABLE executed!
0 llc 0x0000000000e40e4f
1 llc 0x0000000000e41647
2 libpthread.so.0 0x000000372560e7c0
3 libc.so.6 0x0000003dc9e30265 gsignal + 53
4 libc.so.6 0x0000003dc9e31d10 abort + 272
5 llc...
2010 Jul 19
3
[LLVMdev] Building VMKit
.... 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 free.fr> wrote:
> > I'm trying to build VMKit from SVN, and I'm...
2012 Jun 07
2
[LLVMdev] VMKIT: Assertion at build
...by javac.
retried a clean build with JIT enabled
llvm configuration
../../llvm/configure --enable-doxygen --enable-optimized --enable-jit
vmkit configuration
../../llvm/vmkit/configure --with-llvmsrc=/home1/public/zakkak/llvm/
--with-llvmobj=/home1/public/zakkak/java/llvm/
--with-gnu-classpath-glibj=/home1/public/zakkak/java/classpath-0.97.2/lib/glibj.zip--with-gnu-classpath-libs=/home1/public/zakkak/java/classpath-0.97.2/lib/
and the problem persists
Foivos
On 07/06/12 16:54, Nicolas Geoffray wrote:
> Hi Fovios,
>
> On Thu, Jun 7, 2012 at 3:51 PM, Foivos <fivosz at gmail.com
&...
2012 Jun 07
2
[LLVMdev] VMKIT: Assertion at build
...lvm configuration
> ../../llvm/configure --enable-doxygen --enable-optimized --enable-jit
>
>
> vmkit configuration
> ../../llvm/vmkit/configure --with-llvmsrc=/home1/public/zakkak/llvm/
> --with-llvmobj=/home1/public/zakkak/java/llvm/
> --with-gnu-classpath-glibj=/home1/public/zakkak/java/classpath-0.97.2/lib/glibj.zip--with-gnu-classpath-libs=/home1/public/zakkak/java/classpath-0.97.2/lib/
>
> and the problem persists
>
>
> Could you do make ENABLE_OPTIMIZED=1 clean and then make
> ENABLE_OPTIMIZED=1 ? Some files may have not been gen...
2010 Aug 04
1
[LLVMdev] VMkit AOT build problem: llc crushed on glibj compilation to native(.s) file
On Tue, Aug 3, 2010 at 6:50 PM, Allan Tong <actong88 at gmail.com> wrote:
> Is the pointer->i32->pointer case a valid use case? It seems like
> such instances would be errors in the user's code, and that it may not
> be so bad that LLVM will error on them.
It's not usually useful, but it shouldn't be an error; please file.
-Eli
2012 Jun 07
2
[LLVMdev] VMKIT: Assertion at build
...rom the trunk is 158095 for llvm, clang and vmkit
llvm configuration
../../llvm/configure --enable-doxygen --enable-optimized --disable-jit
vmkit configuration
../../llvm/vmkit/configure --with-llvmsrc=/home1/public/zakkak/llvm/
--with-llvmobj=/home1/public/zakkak/java/llvm/
--with-gnu-classpath-glibj=/home1/public/zakkak/java/classpath-0.97.2/lib/glibj.zip
--with-gnu-classpath-libs=/home1/public/zakkak/java/classpath-0.97.2/lib/
Thank you
Foivos
On 06/06/12 22:35, Nicolas Geoffray wrote:
> Hi Fivos,
>
> I cannot reproduce on my machine (ubuntu 64bit, clang/llvm/vmkit on
> svn tr...
2012 Jun 07
0
[LLVMdev] VMKIT: Assertion at build
...enabled
>
> llvm configuration
> ../../llvm/configure --enable-doxygen --enable-optimized --enable-jit
>
>
> vmkit configuration
> ../../llvm/vmkit/configure --with-llvmsrc=/home1/public/zakkak/llvm/
> --with-llvmobj=/home1/public/zakkak/java/llvm/
> --with-gnu-classpath-glibj=/home1/public/zakkak/java/classpath-0.97.2/lib/glibj.zip--with-gnu-classpath-libs=/home1/public/zakkak/java/classpath-0.97.2/lib/
>
> and the problem persists
>
Could you do make ENABLE_OPTIMIZED=1 clean and then make ENABLE_OPTIMIZED=1
? Some files may have not been generated because of...
2011 Aug 23
2
[LLVMdev] VMKit build error
Hmm, disregard my previous comment (while you might still have issues
with 64bit, that's not what's primarily causing your issue)--your
particular error is when you don't point vmkit to the classpath
libraries properly.
Set it with the configure option
--with-gnu-classpath-glibj=/path/to/classpath-0.97.2/lib/glibj.zip
Good luck!
~Will
On Tue, Aug 23, 2011 at 5:49 PM, Will Dietz <willdtz at gmail.com> wrote:
> Are you running on 64bit (your backtrace addresses suggest you are)?
>
> I'm encountering the same error when trying to use VMKit on 64bit,
>...
2011 Aug 24
0
[LLVMdev] VMKit build error
...0x00000000005cfa1e
mvm::Thread::internalThreadStart(mvm::Thread*) + 126
14 libpthread.so.0 0x00002b889c229d8c
15 libc.so.6 0x00002b889d0e604d clone + 109
Aborted
I'm running a Linux 2.6.38 x86_64. I configured with:
./configure --with-llvmsrc=/home/user/llvm
--with-gnu-classpath-glibj=/home/user/classpath-0.97.2/lib/glibj.zip
--with-gnu-classpath-libs=/home/user/classpath-0.97.2/lib
--with-llvmobj=/home/user/llvm
I'm not sure where the --with-gnu-classpath-libs should point. Any ideas
about the error?
On Wed, Aug 24, 2011 at 1:16 AM, Will Dietz <willdtz at gmail.com>...
2012 Jun 07
0
[LLVMdev] VMKIT: Assertion at build
...ygen --enable-optimized --disable-jit
>
Why do you disable the JIT? VMKit needs it to compile MMTk.
Cheers,
Nicolas
> vmkit configuration
> ../../llvm/vmkit/configure --with-llvmsrc=/home1/public/zakkak/llvm/
> --with-llvmobj=/home1/public/zakkak/java/llvm/
> --with-gnu-classpath-glibj=/home1/public/zakkak/java/classpath-0.97.2/lib/glibj.zip
> --with-gnu-classpath-libs=/home1/public/zakkak/java/classpath-0.97.2/lib/
>
> Thank you
> Foivos
>
>
> On 06/06/12 22:35, Nicolas Geoffray wrote:
>
> Hi Fivos,
>
> I cannot reproduce on my machine (ubuntu 6...
2011 Jul 24
2
[LLVMdev] Unable to run a java class by j3
...source
"/usr/local/classpath-0.97.2/lib" & also in "/lib"!! The error didn't change.
As another solution, I used gcc-4.1 to compile classpath. But it didn't work
too.
Here is my configure options:
./configure --with-llvmsrc=/usr/local/llvm-2.9 --with-gnu-classpath-
glibj=/usr/local/classpath/share/classpath --with-gnu-classpath-
libs=/usr/local/classpath/lib --with-llvmobj=/usr/local/llvm-2.9
Using "--with-mmtk-plan" returns the following error: "configure: error:
/bin/bash .//autoconf/config.sub org.mmtk.plan.marksweep.MS failed", so I
com...
2011 Jul 24
0
[LLVMdev] Unable to run a java class by j3
...-0.97.2/lib" & also in "/lib"!! The error didn't
> change.
> As another solution, I used gcc-4.1 to compile classpath. But it didn't
> work
> too.
> Here is my configure options:
> ./configure --with-llvmsrc=/usr/local/llvm-2.9 --with-gnu-classpath-
> glibj=/usr/local/classpath/share/classpath --with-gnu-classpath-
> libs=/usr/local/classpath/lib --with-llvmobj=/usr/local/llvm-2.9
>
>
I suggest not installing gnu classpath, but just work on the local directory
where you compiled it. At the end of the compilation process, you should
have:
......
2013 Jul 19
2
[LLVMdev] Compiling "vmkit" on Ubuntu_x64 - Error: missing argument to --bindir
...hine, I followed the steps
giving here <http://vmkit.llvm.org/get_started.html>[1].
but when I run ./configure I am getting following error-
root at komal:/home/komal/Desktop/GSOC/vmkit/vmkit# ./configure
>> -with-llvm-config-path=../llvm-3.3.src/configure
>> --with-gnu-classpath-glibj=/usr/local/classpath/share/classpath/glibj.zip
>> --with-gnu-classpath-libs=/usr/local/classpath/lib/classpath
>
> checking build system type... x86_64-unknown-linux-gnu
>
> checking host system type... x86_64-unknown-linux-gnu
>
> checking target system type... x86_64-unkno...
2012 Jun 07
0
[LLVMdev] VMKIT: Assertion at build
...../../llvm/configure --enable-doxygen --enable-optimized --enable-jit
>>
>>
>> vmkit configuration
>> ../../llvm/vmkit/configure --with-llvmsrc=/home1/public/**zakkak/llvm/
>> --with-llvmobj=/home1/public/**zakkak/java/llvm/
>> --with-gnu-classpath-glibj=/**home1/public/zakkak/java/**
>> classpath-0.97.2/lib/glibj.**zip--with-gnu-classpath-libs=/**
>> home1/public/zakkak/java/**classpath-0.97.2/lib/
>>
>> and the problem persists
>>
>>
>> Could you do make ENABLE_OPTIMIZED=1 clean and then make
>>...