search for: cfebuildinstrs

Displaying 20 results from an estimated 80 matches for "cfebuildinstrs".

2004 Dec 31
1
[LLVMdev] Minor patch to clarify matters in the CFEBuildInstrs.html
Hi, This minor patch clarify matters in the CFEBuildInstrs.html file in my view. Henrik. ============================================================= Henrik Bach Open Source Developer e-mail: henrik_bach_llvm at hotmail.com ============================================================= Got Freedom? Software Freedom Day 2004 - 28th of August http://www....
2004 Dec 01
2
[LLVMdev] Outdated information in CFEBuildInstrs.html
http://llvm.cs.uiuc.edu/docs/CFEBuildInstrs.html have lines: Add the directory containing the tools to your PATH. % set path = ( `cd llvm/tools/Debug && pwd` $path ) In my LLVM object directory at LLVM build (obj != src) obj/tools/Debug don't exist (instead exist obj/Debug) Also i recheck obj == src case with same result. I...
2004 Dec 01
0
[LLVMdev] Outdated information in CFEBuildInstrs.html
Vladimir Merzliakov wrote: > http://llvm.cs.uiuc.edu/docs/CFEBuildInstrs.html have lines: > > Add the directory containing the tools to your PATH. > % set path = ( `cd llvm/tools/Debug && pwd` $path ) > > In my LLVM object directory at LLVM build (obj != src) > obj/tools/Debug don't exist (instead exist obj/Debug) > > Also i recheck o...
2004 Dec 28
2
[LLVMdev] Re: Starting with LLVM-GCC on Cygwin
Henrik Bach wrote: > > You should download and install in the first shot: > > a.. LLVM source code (3.5M) > f.. GCC Front End Source Code (30.0M) > > Then follow the items listed in > http://llvm.cs.uiuc.edu/docs/CFEBuildInstrs.html for Cygwin. > [snip] <QUOTE from http://llvm.cs.uiuc.edu/docs/CFEBuildInstrs.html#cygwin> It has been found that the GCC 3.3.3 compiler provided with recent Cygwin versions is incapable of compiling the LLVM CFE correctly. If your Cygwin installation includes GCC 3.3.3 we strongly r...
2005 Aug 08
2
[LLVMdev] cfrontend building
Am Montag, 8. August 2005 04:15 schrieb Chris Lattner: > > I have never seen this, and don't really have any ideas. What configure > options did you use? Did you follow the directions here? > > http://llvm.cs.uiuc.edu/docs/CFEBuildInstrs.html > Yes I followed those instructions - almost. This is my configure line: ../src/configure --prefix=/usr --disable-threads --disable-nls --disable-shared --enable-languages=c,c++ --program-prefix=llvm- Stephan -------------- next part -------------- A non-text attachment was scrubbed......
2006 Aug 07
4
[LLVMdev] gcc4 or gcc3?
...here I should execute the cvs co, like like the test suite? Or is it so independent that I should put it totally elsewhere in the file system? (4) The page http://llvm.org/docs/GettingStarted.html#checkout says to get the gcc 3.4 source code. The instructions to compile it in http://llvm.org/docs/CFEBuildInstrs.html seem to deal in gcc 3 and gcc 4 instead. Is this an error in the documentation, or does it indicate that I should compile the llvm-gcc 3.4 source code with GNU's gcc versions 3 or 4 depending on what;'s already installed on my system. -- hendrik
2004 Dec 28
3
[LLVMdev] Re: Starting with LLVM-GCC on Cygwin
...above. I believe the programs with the > "i386-unknown-freebsd..." prefix are just there in case you've got a > cross compiling environment. > > > > > > > 2. Question about sources. > > -------------------------- > > http://llvm.cs.uiuc.edu/docs/CFEBuildInstrs.html#cygwin contains the following instruction: > > Configure and build the LLVM libraries and tools using: > > % cd llvm > > % ./configure [options...] > > % gmake tools-only > > > > 2.1. Which options should I use with ./configure [options...]? > > Th...
2004 Dec 28
0
[LLVMdev] Re: Starting with LLVM-GCC on Cygwin
You should download and install in the first shot: a.. LLVM source code (3.5M) f.. GCC Front End Source Code (30.0M) Then follow the items listed in http://llvm.cs.uiuc.edu/docs/CFEBuildInstrs.html for Cygwin. Henrik. ============================================================= Henrik Bach Open Source Developer e-mail: henrik_bach_llvm at hotmail.com ============================================================= Got Freedom? Software Freedom Day 2004 - 28th of August http://www.softwa...
2006 Jun 03
5
[LLVMdev] llvm-gcc 4.0 for Linux@x86
Hi! Apparently there are no precompiled binaries for llvm-gcc 4.0 for Linux. I've tried downloading the sources and building according to http://llvm.org/docs/CFEBuildInstrs.html (except I'm not an elite gcc hacker). I tried following the guidelines and got what looks like a gcc for x86 with no traces of LLVM. I tried passing --enable-llvm with various llvm root pathnames and got ICEs. Is it possible to download llvm-gcc 4.0 binaries for Linux? If it isn't, i...
2005 Jan 28
2
[LLVMdev] The complete suite of llvm now compiles on mingw
Hi, Today I've succeded in compiling the llvm-tools, llvm-gcc and stacker frontend and in installing it. Uptill now I've followed the steps given in: http://llvm.cs.uiuc.edu/docs/CFEBuildInstrs.html with modifications for the mingw platform. I'll return with step-by-step instructions how to do it on this platform. Cheers Henrik :) ============================================================= Henrik Bach LLVM Open Source Developer e-mail: henrik_bach_llvm at hotmail.com ========...
2004 Dec 28
0
[LLVMdev] Re: Starting with LLVM-GCC on Cygwin
Alex Vinokur wrote: >Henrik Bach wrote: > > >>You should download and install in the first shot: >> >> a.. LLVM source code (3.5M) >> f.. GCC Front End Source Code (30.0M) >> >>Then follow the items listed in >>http://llvm.cs.uiuc.edu/docs/CFEBuildInstrs.html for Cygwin. >> >> >> >[snip] > ><QUOTE from http://llvm.cs.uiuc.edu/docs/CFEBuildInstrs.html#cygwin> >It has been found that the GCC 3.3.3 compiler provided with recent >Cygwin versions is incapable of compiling the LLVM CFE correctly. If >your Cyg...
2005 Feb 25
0
[LLVMdev] LLVM CygWin build error ?
Yeah, cygwin is a bit of a beast. There's no pre-compiled binary available (I'm working on it). If you want to build yourself, follow the instructions in the CFEBuildInstr.html document carefully, especially noting the Cygwin specific stuff. For example, you can't use the default gcc that comes with Cygwin. I've been successful with GCC 3.4.3 on Cygwin. I've uploaded a
2005 Aug 08
0
[LLVMdev] cfrontend building
...:) Reid. Stephan Wienczny wrote: > Am Montag, 8. August 2005 04:15 schrieb Chris Lattner: > >>I have never seen this, and don't really have any ideas. What configure >>options did you use? Did you follow the directions here? >> >>http://llvm.cs.uiuc.edu/docs/CFEBuildInstrs.html >> > > > Yes I followed those instructions - almost. This is my configure line: > > ../src/configure --prefix=/usr --disable-threads --disable-nls > --disable-shared --enable-languages=c,c++ --program-prefix=llvm- > > Stephan > > > ----------------...
2004 Dec 07
2
[LLVMdev] Building llvm and cfrontend under cygwin
...n xp and both of my partitions are ntfs) > If those don't clear the problem, please tell me what version > of LLVM you're trying to compile (looks like 1.3) and send > the output of: > cd runtime ; make VERBOSE=1" I'm building v1.3 release from the site. BTW, docs/CFEBuildInstrs.html in the archive is not in-synch with the web site. As for other versions of crtend.bc - lets try to sort out directories first. Here is what I did: -- extracted llvm-1.3.tar.gz in /cygdrive/d/3rd-party -- ./configure --prefix=/apps/llvm -- make tools-only Thanks, Oleg.
2006 Jun 16
1
[LLVMdev] Build problem, in com.h
...got before. Therefor I think the link errors are unrelated to the > problems > > in com.* > > > > What is the proper definition of ffecom_gfrt_basictype? > > > > Is this a mistake, or is something wrong with my build system? > > > > http://llvm.org/docs/CFEBuildInstrs.html > > tells me to do > > make tools-only > > (gmake=make on my host), but when I attempt to do so I receive an error > > informing me that the target tools-only does not exist, the above > problems > > occur with a simple "make". Did someone update the...
2005 Jan 28
0
[LLVMdev] The complete suite of llvm now compiles on mingw
...) >From: "Henrik Bach" Date: Fri, 28 Jan 2005 23:26:02 +0100 > >Hi, > >Today I've succeded in compiling the llvm-tools, llvm-gcc and stacker >frontend and in installing it. > >Uptill now I've followed the steps given in: >http://llvm.cs.uiuc.edu/docs/CFEBuildInstrs.html with modifications for the >mingw platform. > >I'll return with step-by-step instructions how to do it on this platform. > > >Cheers >Henrik :) > > >============================================================= >Henrik Bach >LLVM Open Source Developer &...
2005 Jun 01
0
[LLVMdev] 64-bit Linux Support
...meone were to contribute it to us, we would gratefully host it. Note that if you use the x86 frontend, you will generate 32-bit LLVM code, which is probably not what you want. Instead, you want to build your own frontend if there are none available for your platform: http://llvm.cs.uiuc.edu/docs/CFEBuildInstrs.html I noticed that it does not list IA-64 anywhere, but I assume the directions would be the same as for Linux/x86. Let us know if that works for you, and I'll amend the doc accordingly. Duraid, Al -- I am assuming you each built your own CFE to test on IA-64, any pointers? Thanks. -- Mi...
2004 Oct 05
0
[LLVMdev] Starting with LLVM-GCC on Cygwin
...c++, g++, and gcc binaries listed above. I believe the programs with the "i386-unknown-freebsd..." prefix are just there in case you've got a cross compiling environment. > > > 2. Question about sources. > -------------------------- > http://llvm.cs.uiuc.edu/docs/CFEBuildInstrs.html#cygwin contains the following instruction: > Configure and build the LLVM libraries and tools using: > % cd llvm > % ./configure [options...] > % gmake tools-only > > 2.1. Which options should I use with ./configure [options...]? The only option you will probably need i...
2005 Feb 24
4
[LLVMdev] LLVM CygWin build error ?
There do not seem to be any binaries for CygWin only Linux and the Mac :( I tried building the frontend on CygWin but ended up with a makeinfo error then a build error that I could not do anything about. I will have to get my Linux Laptop from home and use that. Many thanks, Aaron
2006 Jun 16
2
[LLVMdev] Build problem, in com.h
...s leads to more link errors. The errors appear to be the same as those I got before. Therefor I think the link errors are unrelated to the problems in com.* What is the proper definition of ffecom_gfrt_basictype? Is this a mistake, or is something wrong with my build system? http://llvm.org/docs/CFEBuildInstrs.html tells me to do make tools-only (gmake=make on my host), but when I attempt to do so I receive an error informing me that the target tools-only does not exist, the above problems occur with a simple "make". Did someone update the Makefile but not the documentation, did I download a co...