Displaying 11 results from an estimated 11 matches for "35754a6f".
2010 Jul 19
0
[LLVMdev] Fwd: Building VMKit
...ng)
But your case is something strange, crush didn't type such messages.
Have you taken VMkit from svn and latest version?
Also, to get j3 running recompile classpath with
-fno-omit-frame-pointer (or take my patch from here:
http://lists.cs.uiuc.edu/pipermail/vmkit-commits/attachments/20100719/35754a6f/attachment.bin
and apply it:
$ cd classpath-0.97.2
$ patch ./configure ./classpath_configure64.patch
)
That's now on j3
Regards,
Minas
On Mon, Jul 19, 2010 at 9:20 PM, Joshua Warner <joshuawarner32 at gmail.com> wrote:
> Forgot to send to the mailing list...
>
> ---------- For...
2010 Jul 20
0
[LLVMdev] Fwd: Building VMKit
...h didn't type such messages.
>> Have you taken VMkit from svn and latest version?
>> Also, to get j3 running recompile classpath with
>> -fno-omit-frame-pointer (or take my patch from here:
>>
>> http://lists.cs.uiuc.edu/pipermail/vmkit-commits/attachments/20100719/35754a6f/attachment.bin
>> and apply it:
>> $ cd classpath-0.97.2
>> $ patch ./configure ./classpath_configure64.patch
>> )
>>
>> That's now on j3
>>
>> Regards,
>> Minas
>>
>> On Mon, Jul 19, 2010 at 9:20 PM, Joshua Warner <joshuawarn...
2010 Jul 19
1
[LLVMdev] Fwd: Building VMKit
Forgot to send to the mailing list...
---------- Forwarded message ----------
From: Joshua Warner <joshuawarner32 at gmail.com>
Date: Mon, Jul 19, 2010 at 10:19 AM
Subject: Re: [LLVMdev] Building VMKit
To: nicolas geoffray <nicolas.geoffray at gmail.com>
Thanks Nicolas, that worked great!
Now, I'm having trouble invoking the compiler properly:
$ llcj Hello.class -o=Hello.ll
$
2010 Jul 20
4
[LLVMdev] Fwd: Building VMKit
...ething strange, crush didn't type such messages.
> Have you taken VMkit from svn and latest version?
> Also, to get j3 running recompile classpath with
> -fno-omit-frame-pointer (or take my patch from here:
>
> http://lists.cs.uiuc.edu/pipermail/vmkit-commits/attachments/20100719/35754a6f/attachment.bin
> and apply it:
> $ cd classpath-0.97.2
> $ patch ./configure ./classpath_configure64.patch
> )
>
> That's now on j3
>
> Regards,
> Minas
>
> On Mon, Jul 19, 2010 at 9:20 PM, Joshua Warner <joshuawarner32 at gmail.com>
> wrote:
> >...
2010 Jul 20
2
[LLVMdev] Fwd: Building VMKit
...ch messages.
>>> Have you taken VMkit from svn and latest version?
>>> Also, to get j3 running recompile classpath with
>>> -fno-omit-frame-pointer (or take my patch from here:
>>>
>>> http://lists.cs.uiuc.edu/pipermail/vmkit-commits/attachments/20100719/35754a6f/attachment.bin
>>> and apply it:
>>> $ cd classpath-0.97.2
>>> $ patch ./configure ./classpath_configure64.patch
>>> )
>>>
>>> That's now on j3
>>>
>>> Regards,
>>> Minas
>>>
>>> On Mon, Jul 19, 2...
2010 Jul 20
0
[LLVMdev] Fwd: Building VMKit
...;>> Have you taken VMkit from svn and latest version?
>>>> Also, to get j3 running recompile classpath with
>>>> -fno-omit-frame-pointer (or take my patch from here:
>>>>
>>>> http://lists.cs.uiuc.edu/pipermail/vmkit-commits/attachments/20100719/35754a6f/attachment.bin
>>>> and apply it:
>>>> $ cd classpath-0.97.2
>>>> $ patch ./configure ./classpath_configure64.patch
>>>> )
>>>>
>>>> That's now on j3
>>>>
>>>> Regards,
>>>> Minas
>>...
2010 Jul 20
2
[LLVMdev] Fwd: Building VMKit
...ou taken VMkit from svn and latest version?
>>>>> Also, to get j3 running recompile classpath with
>>>>> -fno-omit-frame-pointer (or take my patch from here:
>>>>>
>>>>> http://lists.cs.uiuc.edu/pipermail/vmkit-commits/attachments/20100719/35754a6f/attachment.bin
>>>>> and apply it:
>>>>> $ cd classpath-0.97.2
>>>>> $ patch ./configure ./classpath_configure64.patch
>>>>> )
>>>>>
>>>>> That's now on j3
>>>>>
>>>>> Regards...
2010 Jul 20
2
[LLVMdev] Fwd: Building VMKit
...st version?
>>>>>>> Also, to get j3 running recompile classpath with
>>>>>>> -fno-omit-frame-pointer (or take my patch from here:
>>>>>>>
>>>>>>> http://lists.cs.uiuc.edu/pipermail/vmkit-commits/attachments/20100719/35754a6f/attachment.bin
>>>>>>> and apply it:
>>>>>>> $ cd classpath-0.97.2
>>>>>>> $ patch ./configure ./classpath_configure64.patch
>>>>>>> )
>>>>>>>
>>>>>>> That's now on j3
&...
2010 Jul 20
0
[LLVMdev] Fwd: Building VMKit
...rom svn and latest version?
>>>>>> Also, to get j3 running recompile classpath with
>>>>>> -fno-omit-frame-pointer (or take my patch from here:
>>>>>>
>>>>>> http://lists.cs.uiuc.edu/pipermail/vmkit-commits/attachments/20100719/35754a6f/attachment.bin
>>>>>> and apply it:
>>>>>> $ cd classpath-0.97.2
>>>>>> $ patch ./configure ./classpath_configure64.patch
>>>>>> )
>>>>>>
>>>>>> That's now on j3
>>>>>>...
2010 Jul 20
0
[LLVMdev] Fwd: Building VMKit
...>>>>>>> Also, to get j3 running recompile classpath with
>>>>>>>> -fno-omit-frame-pointer (or take my patch from here:
>>>>>>>>
>>>>>>>> http://lists.cs.uiuc.edu/pipermail/vmkit-commits/attachments/20100719/35754a6f/attachment.bin
>>>>>>>> and apply it:
>>>>>>>> $ cd classpath-0.97.2
>>>>>>>> $ patch ./configure ./classpath_configure64.patch
>>>>>>>> )
>>>>>>>>
>>>>>>>>...
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