search for: gccfebuildinstr

Displaying 20 results from an estimated 35 matches for "gccfebuildinstr".

Did you mean: gccfebuildinstrs
2012 Nov 14
3
[LLVMdev] Can we kill GCCFEBuildInstrs.html?
On Nov 14, 2012, at 10:52 AM, Sean Silva <chisophugis at gmail.com> wrote: > It references release 2.7... is this document worth keeping? > Nuke it from orbit. :) > CC'ing Jim Grosbach since IIRC he recently pulled out some stuff > related to llvm-gcc. > > -- Sean Silva
2012 Nov 14
0
[LLVMdev] Can we kill GCCFEBuildInstrs.html?
nuked in r167961. sorry, Jim, the original mail bounced since I accidentally sent it from another email address that is not subscribed to the list. -- Sean Silva On Wed, Nov 14, 2012 at 2:18 PM, Jim Grosbach <grosbach at apple.com> wrote: > > On Nov 14, 2012, at 10:52 AM, Sean Silva <chisophugis at gmail.com> wrote: > >> It references release 2.7... is this document
2010 Apr 19
4
[LLVMdev] Problem with the installation of llvm gcc
Hello I'm trying to install LLVM and LLVM GCC so I check out the source of llvm and llvm-gcc-4.2 from the svn I flow the instructions of this page http://llvm.org/docs/GCCFEBuildInstrs.html I did the installation of LLVM and LLVM GCC well but the problem is there is no llvm-gcc at the end of instalation !!! ?? I mean in the /usr/local/bin/ there are all the commands of llvm (lli llc llvmc llmv-mc .... ) execpt llvm-gcc !! Please can you tell me what I did wrong Thank you ----...
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 > -------------- next part -----------...
2010 Mar 05
2
[LLVMdev] LLVM-gcc for Ada
...System: Model Name: Mac mini Model Identifier: Macmini1,1 Processor Name: Intel Core Duo Processor Speed: 1.66 GHz Number Of Processors: 1 Total Number Of Cores: 2 Mac OS X 10.6.2 XCode 3.2.1 Following is what have had to do to get up to the binding stage: Based on http://llvm.org/docs/GCCFEBuildInstrs.html#ada and llvm-gcc-4.2/README.LLVM Top level directory: llvm Sub-directories: llvm (svn) llvm-gcc-4.2 (svn) mkdir llvm-objects mkdir llvm-gcc-4.2-objects mkdir install mkdir install/lib Built and installed llvm without problems. In install/lib: ln -sf /usr/lib/libstdc++.6.dylib . ln -sf /u...
2009 Jun 03
0
[LLVMdev] LLVM-gcc for Ada
..._personality_v0' there's something very wrong with your C++ compiler. Rather than exporting CC and CXX like in Andre's instructions, I suggest you just export the PATH like in Andre's instructions before configuring/ make. Also, are you aware of this page: http://llvm.org/docs/GCCFEBuildInstrs.html ? Ciao, Duncan.
2010 Apr 19
0
[LLVMdev] Problem with the installation of llvm gcc
khaled hamidouche wrote: > Hello > > I'm trying to install LLVM and LLVM GCC > so I check out the source of llvm and llvm-gcc-4.2 from the svn > > I flow the instructions of this page > http://llvm.org/docs/GCCFEBuildInstrs.html > > I did the installation of LLVM and LLVM GCC well but the problem is > there is no llvm-gcc at the end of instalation !!! ?? > I mean in the /usr/local/bin/ there are all the commands of llvm (lli > llc llvmc llmv-mc .... ) execpt llvm-gcc !! > > Please can you tell...
2010 Aug 31
0
[LLVMdev] Using LLVM with Ada
Hi Enrico, did you follow the instructions here http://llvm.org/docs/GCCFEBuildInstrs.html#ada to build llvm-gcc with Ada support? > To this extent I compiled the Ada f-e from source (v. 2.5). If by 2.5 you mean LLVM-2.5 I suggest you use something more recent, for example LLVM-2.7. > However, while trying to compile a simple HelloWorld example I get several > errors de...
2010 Mar 05
0
[LLVMdev] LLVM-gcc for Ada
Hi Roger, > I am trying to build llvm-gcc-4.2 but cannot figure out how to get past the problem described below. you need to build with GNAT GPL 2007 or earlier, as described here: http://llvm.org/docs/GCCFEBuildInstrs.html This is because llvm-gcc-4.2 is based on gcc-4.2, and you have the same problem with gcc-4.2. I don't know if anyone ever built an Ada-enabled llvm-gcc on MacOS before, so you may have additional problems. That said, I'm not working on Ada support in llvm-gcc-4.2 any more: my effort...
2010 Aug 31
2
[LLVMdev] Using LLVM with Ada
Dear all, I'm trying to exploit the LLVM framework to optimize my Ada programs. To this extent I compiled the Ada f-e from source (v. 2.5). However, while trying to compile a simple HelloWorld example I get several errors dealing with undefined references (while invoking LLVM on hello). Arguably I missed something on the right way to use the LLVM tools with Ada sourcecode. I would really
2010 Apr 19
0
[LLVMdev] Problem with the installation of llvm gcc
...n, Apr 19, 2010 at 10:58 AM, khaled hamidouche <khaledhamidouche at gmail.com> wrote: > Hello > > I'm trying to install LLVM and LLVM GCC > so I check out  the source of llvm and llvm-gcc-4.2 from the svn > > I flow the instructions of this page > http://llvm.org/docs/GCCFEBuildInstrs.html > > I did the installation of LLVM and LLVM GCC well but the problem is there is > no llvm-gcc at the end of instalation !!! ?? > I mean in the /usr/local/bin/ there are all the commands of llvm (lli llc > llvmc llmv-mc .... ) execpt llvm-gcc !! > > Please can you tell me...
2010 Jun 30
0
[LLVMdev] vmkit build problems
...2.6.27.5 x86_64 SMP gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build) On Tue, Jun 29, 2010 at 6:58 PM, Zoe Wolk <zoewolk at gmail.com> wrote: > 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. > > &...
2010 Jun 30
2
[LLVMdev] vmkit build problems
...(Based on Apple Inc. build 5658) (LLVM build) > > > > On Tue, Jun 29, 2010 at 6:58 PM, Zoe Wolk <zoewolk at gmail.com> wrote: > >> 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 >...
2008 Apr 23
4
[LLVMdev] Error trying to build llvm-gcc
Hi, I was trying to build llvm-gcc by following the instructions as given in this webpage : http://llvm.org/docs/GCCFEBuildInstrs.html on Ubuntu 7.10. At step 5 (make ENABLE_OPTIMIZED=0), I am getting make errors: make[2]: Leaving directory `/home/pprabhu/llvm/llvm-objects/i686-pc-linux-gnu/libjava' /home/pprabhu/llvm/llvm-objects/gcc/gcj -B/home/pprabhu/llvm/llvm-objects/gcc/ -B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/...
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
2008 Apr 23
0
[LLVMdev] Error trying to build llvm-gcc
Prakash Prabhu wrote: > Hi, > > I was trying to build llvm-gcc by following the instructions as given > in this webpage : http://llvm.org/docs/GCCFEBuildInstrs.html > on Ubuntu 7.10. At step 5 (make ENABLE_OPTIMIZED=0), I am getting make > errors: > > make[2]: Leaving directory > `/home/pprabhu/llvm/llvm-objects/i686-pc-linux-gnu/libjava' > /home/pprabhu/llvm/llvm-objects/gcc/gcj > -B/home/pprabhu/llvm/llvm-objects/gcc/ > -B/u...
2010 Jul 05
0
[LLVMdev] vmkit build problems
...VM build) >> >> >> >> On Tue, Jun 29, 2010 at 6:58 PM, Zoe Wolk <zoewolk at gmail.com> wrote: >> >>> 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...
2009 Jun 03
3
[LLVMdev] LLVM-gcc for Ada
Thanks for the suggestion, Andre. I downloaded GNAT GPL 2007, and followed the directions on your web page. Now I get a lot of C++ errors. In fact, the output I captured to a log file is over six megabytes just from the start of the problem command to the termination of the make. I'm obviously not going to include it all here, but the command and the first few errors are copied below.
2009 Oct 14
3
[LLVMdev] building llvm-gcc/llvm-g++
Hi, I'm having trouble building the llvm-gcc frontend. I'm working with llvm-gcc4.2-2.5. I'm on 32bit x86 linux. I removed the file GNUmakefile, then built it with: ./configure --enable-languages=c,c++ --with-llvm=~/llvm/backend/llvm-2.5 make ~/llvm/backend/llvm-2.5 is where the backend was untared and built, but not installed. After I'd done this there was a file in
2009 Dec 07
1
[LLVMdev] cross compiling for Sparc
Hi all, I am trying to build a cross compiler for Sparc on x386 host. I tried to run configure with configure --enable-targets=sparc or with configure --target=sparc but in both cases I got llvm compiler for x86 target. Is there a way to build a cross compiler for Sparc (or ARM)? Thanks. -- Fima Rabin -------------- next part -------------- An HTML attachment was