search for: angray

Displaying 20 results from an estimated 162 matches for "angray".

2005 Oct 13
4
[LLVMdev] Next LLVM release thoughts?
...details. > make: *** [configure-target-libstdc++-v3] Error 1 I am not sure but it looks like a problem with your Cygwin instillation ? Try a 'make configure' or 'make reconfigure'. Here's a link to the instructions I developed for building LLVM on Cygwin :- http://angray.members.beeb.net/llvm/MakingLLVM.html As far as I know it should hopefully still be correct for the debug build. It failed on the release build though due to a bug in ld, which hopefully will be fixed with time. Aaron
2005 Oct 13
0
[LLVMdev] Next LLVM release thoughts?
...n > instillation ? Try a 'make configure' or 'make reconfigure'. Hmmm, I was able to build llvm/tools-only.... As for "make configure" - that didn't help. > Here's a link to the instructions I developed for building LLVM on > Cygwin :- > http://angray.members.beeb.net/llvm/MakingLLVM.html Yes, this is a nice, simple to follow digest of the "Bootstrapping the LLVM C/C++ frontend" document. I've got my own notes, that are identical to it, except for the paths :) So, yes, that's what I've been doing. And yeah, I was able to b...
2005 May 30
4
[LLVMdev] [Cygwin] onsistant error building LLVM
Also, this error: /usr/src/llvm/lib/Target/X86/X86ISelPattern.cpp:73: undefined reference to `X86CompilationCallback2' doesn't make sense. X86CompilationCallback2 is not visible outside of X86JITInfo.cpp, and line 73 of X86ISelPattern.cpp is in the middle of a comment block.
2005 May 30
1
[LLVMdev] [Cygwin] onsistant error building LLVM
Here's the instructions as I have them so far :- http://angray.members.beeb.net/llvm/MakingLLVM.html I was wondering whether you could look them over to see if I am doing something obviously wrong. Thanks, Aaron
2005 May 25
2
[LLVMdev] LLVM Cygwin Run Errors
...is correct? When I run $ llvm-gcc hello.c -o hello What I get is hello.exe.bc, and hello.exe (I can actually llvm-dis the bytecode file which is hello.exe.bc). However, I do not get a shell script(named hello) as stated in the documentation... Best Regards, Kiat On 5/25/05, Aaron Gray <angray at beeb.net> wrote: > > I installed the cfrontend 1.5 and LLVM 1.5 from source in cygwin > > successfully using GCC3.4.3 and binutils2.15 (as in makefiles do not > > complain errors except some warnings). > > > > However when I do this, there are some errors like, &...
2005 May 20
0
[LLVMdev] [Cygwin] groff build error - semi solved
...particular program. That way, the Makefile rules just use a macro to run <program>, and if program doesn't exist, it just runs "true", which does nothing. -- John T. > > Aaron > > > ----- Original Message ----- > *From:* Aaron Gray <mailto:angray at beeb.net> > *To:* LLVM Developers Mailing List <mailto:llvmdev at cs.uiuc.edu> > *Sent:* Thursday, May 19, 2005 11:12 PM > *Subject:* [LLVMdev] [Cygwin] groff build error > > Here it is, a missing file "analyze.1" :- > > /usr/bin...
2005 May 25
5
[LLVMdev] LLVM Cygwin Run Errors
Hi, I installed the cfrontend 1.5 and LLVM 1.5 from source in cygwin successfully using GCC3.4.3 and binutils2.15 (as in makefiles do not complain errors except some warnings). However when I do this, there are some errors like, *************************************************************** u0201201 at 9nnvf2ay /home/cfrontend/install/lib $ llvm-ranlib libiberty.a llvm-ranlib: Error opening
2005 May 26
0
[LLVMdev] LLVM Cygwin Run Errors
...are quite a lot of packages) 2. build the binutils-2.15. 3. Then gcc-3.4.3. (I am using the new binutils which is the 2.15) 4. Next, I follow the instructions in the LLVM documentation to further build the cfrontend then LLVM. Hope that it helps. Regards, Kiat On 5/26/05, Aaron Gray <angray at beeb.net> wrote: > Hi, > > Sorry I wrote to you directly by accident rather than posting on the LLVM > mailing list. > > If you would look over the instructions I have written for installing LLVM > and the GCC frontend I would be very greatful. > > Many thanks, &...
2005 May 30
0
[LLVMdev] [Cygwin] onsistant error building LLVM
Sure, but not right now. I need to go out for a bit. I'll look at them tonight. Reid. On Mon, 2005-05-30 at 20:41 +0100, Aaron Gray wrote: > Here's the instructions as I have them so far :- > > http://angray.members.beeb.net/llvm/MakingLLVM.html > > I was wondering whether you could look them over to see if I am doing > something obviously wrong. > > Thanks, > > Aaron > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev...
2005 Oct 13
1
[LLVMdev] Next LLVM release thoughts?
...a 'make configure' or 'make reconfigure'. > Hmmm, I was able to build llvm/tools-only.... As for "make configure" - > that didn't help. > >> Here's a link to the instructions I developed for building LLVM on >> Cygwin :- >> http://angray.members.beeb.net/llvm/MakingLLVM.html > Yes, this is a nice, simple to follow digest of the "Bootstrapping the > LLVM C/C++ frontend" document. I've got my own notes, that are > identical to it, except for the paths :) So, yes, that's what I've > been doing. Looks...
2005 Nov 04
2
[LLVMdev] Re: Still can't compile backend or frontend on, Windows
>You're welcome to join me. Say when you're ready to dig... I'll join in at some point, if that is okay. I'd like to get LLVM working on MinGW running as well as Cygwin. Aaron
2005 Nov 04
0
[LLVMdev] Re: Still can't compile backend or frontend on, Windows
>From: "Aaron Gray" <angray at beeb.net> >Date: Fri, 4 Nov 2005 16:44:23 -0000 > >>You're welcome to join me. Say when you're ready to dig... > >I'll join in at some point, if that is okay. > >I'd like to get LLVM working on MinGW running as well as Cygwin. > Sure, I would love t...
2007 Mar 03
3
[LLVMdev] What version of GCC to build LLVM-GCC4 on Linux
I am wanting to upgrade my Fedora Core 6's GCC as it is version 4.1.1 and that does not build LLVM-GCC4. What version of GCC is recomended ? Aaron -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070303/c5da364e/attachment.html>
2007 Apr 17
0
[LLVMdev] Wiki
> You can get one for free on code.google.com. It comes as part of code > hosting. Authentication/authorization for both wiki and svn is > governed by the same credentials as given by the project owner(s) (the > wiki is driven by the same svn repo as the code). So even hosting svn > there might be a good thing . That would not host the commits mailing list. Aaron
2007 Apr 16
2
[LLVMdev] Wiki
You can get one for free on code.google.com. It comes as part of code hosting. Authentication/authorization for both wiki and svn is governed by the same credentials as given by the project owner(s) (the wiki is driven by the same svn repo as the code). So even hosting svn there might be a good thing . On 4/14/07, Reid Spencer <rspencer at reidspencer.com> wrote: > On Fri, 2007-04-13 at
2005 May 25
0
[LLVMdev] LLVM Cygwin Run Errors
> I installed the cfrontend 1.5 and LLVM 1.5 from source in cygwin > successfully using GCC3.4.3 and binutils2.15 (as in makefiles do not > complain errors except some warnings). > > However when I do this, there are some errors like, > > *************************************************************** > u0201201 at 9nnvf2ay /home/cfrontend/install/lib > $ llvm-ranlib
2005 Oct 13
0
[LLVMdev] Next LLVM release thoughts?
Hello Aaron, Aaron Gray wrote on 14/10/2005 at 5:50 a.m.: >> Also, it would be really nice if an official cygwin build (the >> binary) was published too. I spent quite a bit of time screwing >> with it a few months ago, and it was quite a bastard to get >> going... > I had quite a time with it too, could only get the debug version to > build as there seemed to be an
2005 May 20
2
[LLVMdev] [Cygwin] groff build error - semi solved
Turns out I did not have Perl installed and hence no pod2man command, so it was not groff after all. But 'true', what ever it does, does not seem to be working on Cygwin. true pod2man --release=1.5 --center="LLVM Command Guide" /usr/build/llvm/../../src/llvm-1.5/docs/CommandGuide/analyze.pod /usr/build/llvm/docs/CommandGuide/analyze.1 'true' seems to behaving like a
2005 Oct 13
2
[LLVMdev] Next LLVM release thoughts?
> Also, it would be really nice if an official > cygwin build (the binary) was published too. I spent quite a bit of > time screwing with it a few months ago, and it was quite a bastard to > get going... I had quite a time with it too, could only get the debug version to build as there seemed to be an internal problem with ld. I would very interested in how you got it running and
2005 Jul 12
0
[LLVMdev] MASM Backend
...Denmark. No software patents - Thank you Poland: http://www.nosoftwarepatents.com/en/m/intro/app0411.html Got Freedom? Software Freedom Day - 10th of september http://www.softwarefreedomday.org/ ============================================================= >From: "Aaron Gray" <angray at beeb.net> >Reply-To: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu> >To: "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu> >Subject: [LLVMdev] MASM Backend >Date: Tue, 12 Jul 2005 00:16:02 +0100 > >Here's the new MASM backend. > >...