Displaying 16 results from an estimated 16 matches similar to: "[LLVMdev] VMKit - patch to detect ANT_HOME"
2010 Jul 13
0
[LLVMdev] VMKit - patch to detect ANT_HOME
Hi Chanwit,
Thanks for the patch! Could you change it to detect the ant executable
instead of the ANT_HOME variable?
Nicolas
On Tue, Jul 13, 2010 at 5:34 AM, Chanwit Kaewkasi <chanwit at gmail.com> wrote:
> Hi,
>
> Please find in the attachment a patch for configure.ac to detect
> ANT_HOME, when running configure --with-gc=mmtk.
>
> Cheers,
>
> Chanwit
>
>
2010 Jul 14
1
[LLVMdev] VMKit - patch to detect ANT_HOME
Hi Nicolas,
Here it is. Please review.
Thanks,
Chanwit
On Tue, Jul 13, 2010 at 23:52, nicolas geoffray
<nicolas.geoffray at gmail.com> wrote:
> Hi Chanwit,
> Thanks for the patch! Could you change it to detect the ant executable
> instead of the ANT_HOME variable?
> Nicolas
>
> On Tue, Jul 13, 2010 at 5:34 AM, Chanwit Kaewkasi <chanwit at gmail.com> wrote:
2010 Jul 07
2
[LLVMdev] vmkit build problems
Latest version of vmkit should now build fine with latest llvm.
Nicolas
On Wed, Jul 7, 2010 at 11:02 AM, nicolas geoffray <
nicolas.geoffray at gmail.com> wrote:
> The one that I have currently that works with vmkit is 107120.
>
>
> On Wed, Jul 7, 2010 at 10:58 AM, Chanwit Kaewkasi <chanwit at gmail.com>wrote:
>
>> Hello Nicolas,
>>
>> Thank you for
2010 Jul 09
0
[LLVMdev] vmkit build problems
Thank you, Nicolas.
But I still have no luck compiling the latest revision. However,
vmkit-0.27 is compiled and running fine on my machine.
Thanks,
Chanwit
On Thu, Jul 8, 2010 at 05:18, nicolas geoffray
<nicolas.geoffray at gmail.com> wrote:
> Latest version of vmkit should now build fine with latest llvm.
> Nicolas
>
> On Wed, Jul 7, 2010 at 11:02 AM, nicolas geoffray
>
2010 Jul 09
2
[LLVMdev] vmkit build problems
Hi Chanwit,
What problems did you have for compiling the latest revision? Could you give
me a log?
Thanks,
Nicolas
On Thu, Jul 8, 2010 at 10:05 PM, Chanwit Kaewkasi <chanwit at gmail.com> wrote:
> Thank you, Nicolas.
> But I still have no luck compiling the latest revision. However,
> vmkit-0.27 is compiled and running fine on my machine.
>
> Thanks,
>
> Chanwit
>
2010 Jul 07
2
[LLVMdev] vmkit build problems
Hello Nicolas,
Thank you for quick reply.
Is LLVM revision 107641 a good one to build with latest VMKIT?
Thanks,
Chanwit
On Thu, Jul 8, 2010 at 00:06, nicolas geoffray
<nicolas.geoffray at gmail.com> wrote:
> Hi all,
> Yes, there was a change in the LLVM CallInst API, and I haven't updated
> vmkit yet. It should be fixed real soon.
> Cheers,
> Nicolas
>
> On Wed,
2010 Jul 07
0
[LLVMdev] vmkit build problems
The one that I have currently that works with vmkit is 107120.
On Wed, Jul 7, 2010 at 10:58 AM, Chanwit Kaewkasi <chanwit at gmail.com> wrote:
> Hello Nicolas,
>
> Thank you for quick reply.
> Is LLVM revision 107641 a good one to build with latest VMKIT?
>
> Thanks,
>
> Chanwit
>
> On Thu, Jul 8, 2010 at 00:06, nicolas geoffray
> <nicolas.geoffray at
2010 Jul 13
1
[LLVMdev] VMKit - J3's startup time
Hi all,
Just a quick question.
Is there any way to reduce the startup time of J3?
Thanks,
Chanwit
2010 Jul 07
2
[LLVMdev] vmkit build problems
Hi,
Just to comfirm that I have just clean built the current LLVM and VMKIT
revisions and it failed too.
The problem seems to be the same one (about escape analysis in LLVM).
My configuration is Ubuntu 10.04 and GCC 4.4.3 on x86.
Cheers,
Chanwit
Konrad Hinsen-2 wrote:
>
> On 6 Jul 2010, at 22:25, Zoe Wolk wrote:
>
>> If anyone is able to build vmkit and get it to run without
2010 Jul 07
0
[LLVMdev] vmkit build problems
Hi all,
Yes, there was a change in the LLVM CallInst API, and I haven't updated
vmkit yet. It should be fixed real soon.
Cheers,
Nicolas
On Wed, Jul 7, 2010 at 9:50 AM, chanwit <chanwit at gmail.com> wrote:
>
> Hi,
>
> Just to comfirm that I have just clean built the current LLVM and VMKIT
> revisions and it failed too.
> The problem seems to be the same one (about
2008 Dec 29
0
[LLVMdev] Error when attempting to build llvm-gcc-1.5 on Mac OS X 10.5.6
2008/12/28 Elvis Dowson <elvis.dowson at mac.com>
> Where can I get gccas ? I am running Mac OS X 10.5.6 and I get the
> following error:
>
gccas is one of the LLVM tools; you have to build them before building
llvm-gcc and you should configure llvm-gcc with the --enable-llvm=[...] flag
unless the LLVM tools are in your PATH.
See
2010 Jul 07
0
[LLVMdev] vmkit build problems
On 6 Jul 2010, at 22:25, Zoe Wolk wrote:
> If anyone is able to build vmkit and get it to run without a
> segfault (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.
I had a working installation of VMKit dating from April,
2008 Dec 29
3
[LLVMdev] Error when attempting to build llvm-gcc-1.5 on Mac OS X 10.5.6
Hi Anton,
Where can I get gccas ? I am running Mac OS X 10.5.6 and I get the
following error:
xgcc: installation problem, cannot exec `gccas': No such file or
directory
make[2]: *** [libgcc/./_muldi3.o] Error 1
make[2]: *** Waiting for unfinished jobs....
xgcc: installation problem, cannot exec `gccas': No such file or
directory
make[2]: *** [libgcc/./_negdi2.o] Error 1
make[1]:
2010 Jul 06
2
[LLVMdev] vmkit build problems
Thanks Alysson.
Unfortunately, those instructions don't work for me (I followed them exactly
using
a clean system) -- probably because of the recent changes
to the svn heads.
After fixing EscapeAnalysis in vmkit to use the updated
CallInst.getArgOperand interface
I hit the error below.
I was interested in using mmtk with the system (as recommended), but that
requires a llvm-gcc build (and
2005 Nov 30
3
wcmd crashes all the time on the set command.
Below is a crash I get on my gentoo box when I execute
the set command in wcmd. I believe the problem is
caused by wine using the entire enviornment from my
linux machine:
john@jmd0 ~ $ wcmd
WCMD Version 0.17
W:\home\john>set
ALLUSERPROFILE=c:\windows\Profiles\Administrator
ALLUSERSPROFILE=c:\windows\Profiles\Administrator
ANT_HOME=/usr/share/ant-core
CLASSPATH=.
COLORTERM=
2007 Apr 01
0
How to Install and Configure Ant for Centos 4.4 ?
I need to install Ant for my Centos 4.4. First, I have followed this post to
install Java Jdk:
http://www.centos.org/modules/newbb/viewtopic.php?topic_id=2475
<http://www.centos.org/modules/newbb/viewtopic.php?topic_id=2475&forum=28>
&forum=28 and it worked.
[root at server ~]# java -version
java version "1.5.0_09"
Java(TM) 2 Runtime Environment, Standard Edition (build