Displaying 20 results from an estimated 3000 matches similar to: "[LLVMdev] vmkit build problems (and llvm-gcc bug 7108)"
2010 Jul 05
0
[LLVMdev] vmkit build problems
Hi Zoe,
maybe you've already solved your problem with VMKit configuration, but here
you can find a mini-tutorial
that I've done to guide people on VMKit installation.
http://www2.dcc.ufmg.br/laboratorios/llp/wiki/doku.php?id=afpf
Best regards,
Alysson
On Wed, Jun 30, 2010 at 1:34 PM, nicolas geoffray <
nicolas.geoffray at gmail.com> wrote:
> Hi Zoe,
>
> Unfortunately, I
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
2010 Jun 30
0
[LLVMdev] vmkit build problems
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 been successful at building and running
vmkit?
I tried on a core2 machine (albeit also karmic) and have
the same problem.
Can you build a fresh machine (virtual
2010 Jun 30
2
[LLVMdev] vmkit build problems
Hi Zoe,
Unfortunately, I don'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,
>
>
2010 Jun 30
3
[LLVMdev] vmkit build problems
Thanks Nicolas for your help with my build problems with vmkit.
Yes, I was missing ant -- great catch (I'm on a newly installed
machine). That fix with this configuration, gets me to the error below.
Any thoughts (build tools, other I may be missing that are not checked for)?
Are there steps that you suggest I try to gather more information on
the problem? Also -- it seems to be building
2010 Jun 29
1
[LLVMdev] problems building vmkit
Hi All,
Thanks Nicolas for pointing out that I needed --enable-targets=x86,cpp for
my
llvm config to get vmkit to build. The process gets a lot farther 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
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 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
2010 Jun 28
2
[LLVMdev] vmkit and llvm 2.8
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) -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
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
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.
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,
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
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 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 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 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
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
>
2012 Oct 20
1
[LLVMdev] VMKit: Problem compiling vmkit
Hi,
I'm trying to compile vmkit but am running into some problems. I
followed the instructions at http://vmkit.llvm.org/get_started.html and
checked out llvm and clang from svn, compiled them no problem and the
same with classpath 0.97.2. I then checked out vmkit from svn and tried
to build it. All these are located at
/home/callum/vmkit/{llvm,classpath-0.97.2,vmkit}.
I used this to