similar to: [LLVMdev] Building llvm and cfrontend under cygwin

Displaying 20 results from an estimated 10000 matches similar to: "[LLVMdev] Building llvm and cfrontend under cygwin"

2004 Dec 08
0
[LLVMdev] Building llvm and cfrontend under cygwin
On Wed, Dec 08, 2004 at 11:23:39AM +1300, Oleg Smolsky wrote: > > 1. Make sure your path now includes <builddir>/Debug/bin instead of > > <builddir>/tools/Debug. This changed a little while back. > > Interesting. I don't have llvm/Debug/ after building "tools-only". Is > that a symlink? Do symlinks work under cygwin? (I run xp and both of my >
2004 Dec 20
5
[LLVMdev] Cygwin port
Hi all, Any news on the cygwin front? What needs to be done? Can I help? Oleg.
2004 Dec 05
1
[LLVMdev] Building llvm and cfrontend under cygwin
Hi there, I'm trying to build llvm under cygwin running under windows xp, and have struck the following problem: -- llvm: tools-only built ok -- cfrontend: built ok -- llvm: full build failed at the following point: make[3]: Entering directory `/cygdrive/d/3rd-party/llvm/runtime/GCCLibraries/crtend' Compiling crtend.c to bytecode Compiling listend.ll to bytecode Linking comp_main.bc
2004 Dec 21
1
[LLVMdev] More on Cygwin
Hi all, After successfully building llvm tools-only and cfontend, I went back to llvm directory and ran configure --with-llvmgccdir=$CFEINSTALL Unfortunately, at the end of the process I got the following configure: WARNING: ***** llvm C/C++ front end was not found, or does not configure: WARNING: ***** appear to be working. And I do have CFEINSTALL environment variable.... BTW, I have noticed
2004 Dec 20
0
[LLVMdev] Cygwin port
On Tue, Dec 21, 2004 at 10:24:29AM +1300, Oleg Smolsky wrote: > Any news on the cygwin front? What needs to be done? Can I help? At some point, LLVM built and ran on Cygwin, however, the only user at the time (Chris) no longer uses Cygwin, so it may or may not currently build on Cygwin. Please try it out, if it doesn't work, please tell us what's wrong, or, better yet, submit a patch.
2003 Oct 29
1
[LLVMdev] cfrontend/src/configure
Hello Brian, Wednesday, October 29, 2003, 7:21:04 PM, you wrote: BRG> This anomaly is noted in the documentation for building the C front-end BRG> (http://llvm.cs.uiuc.edu/docs/CFEBuildInstrs.html); in step 4 it advises BRG> you to edit src/configure and "change the first line (starting w/ #!) to BRG> contain the correct full pathname of sh." I got the links to the proper
2005 Jun 01
4
[LLVMdev] 64-bit Linux Support
Hi Misha, On 6/1/05, Misha Brukman <brukman at uiuc.edu> wrote: > On Wed, Jun 01, 2005 at 10:33:39AM -0400, Bill Wendling wrote: > > What's the plan for support on Linux 64-bit machines? Is that actively > > being worked on right now or is there a roadmap for doing this? > > Do you mean compiling on 64-bit Linux or generating code for 64-bits? > I meant
2005 Jun 01
0
[LLVMdev] 64-bit Linux Support
On Wed, Jun 01, 2005 at 10:50:35AM -0400, Bill Wendling wrote: > It didn't look like there was a cftonend binary for the IA-64 > platform. Are we supposed to use the x86 binaries instead? The answer to that is that we don't have IA-64 in-house, so we don't provide an IA-64 C/C++ front-end, but if someone were to contribute it to us, we would gratefully host it. Note that if you
2005 Jan 09
1
[LLVMdev] Cygwin build is still broken
Happy New Year all, I've just updated to the latest CVS version and cygwin port is still broken. When building full llvm: llvm[3]: Compiling crtend.c for Debug build (bytecode) llvm[3]: Compiling listend.ll for Debug build llvm[3]: Linking comp_main.bc component... assertion "(Result->isFirstClassType() || Result == Type::VoidTy || isa<OpaqueType>(Result)) && "LLVM
2004 Dec 10
1
[LLVMdev] Building llvm and cfrontend under cygwin
Hi Chris, > Also note, LLVM 1.4 will be released in the next few days, so if waiting is > an option, you might choose to do so. Alright, I've got llvm and llvm-gcc from RELEASE_14 cvs and tried building it under cygwin. 1) The first problem is with llvm in SysUtils.c: int executeProgram(const char *filename, char *const argv[], char *const envp[]) { ................ execveTy
2005 Jun 01
2
[LLVMdev] 64-bit Linux Support
On Wed, 2005-06-01 at 10:04 -0500, Misha Brukman wrote: > On Wed, Jun 01, 2005 at 10:50:35AM -0400, Bill Wendling wrote: > > It didn't look like there was a cftonend binary for the IA-64 > > platform. Are we supposed to use the x86 binaries instead? > > The answer to that is that we don't have IA-64 in-house, so we don't > provide an IA-64 C/C++ front-end, but
2004 Dec 28
2
[LLVMdev] Re: Starting with LLVM-GCC on Cygwin
I have recently completed a build on Cygwin and am now hosting the Cygwin nightly tester. Here's some things you should know: 1. LLVM 1.4 release won't build on Cygwin so you'll have to use the latest CVS sources. 2. Even if you build it on Cygwin, it probably won't work unless you use the C Backend. See the test results here: http://llvm.x10sys.com/testresults/Cygwin
2005 Mar 01
3
[LLVMdev] question about gccld and external libraries
hi, I'm really new to llvm. I've successfully bootstrapped llvm-14 on my system and am able to successfully compile c code to llvm. the problem is now that gccld is complaining that it can't find the libraries, like "c" or "crtend". [1] all is fine, if I just use intrinsified functions like printf and friends, but I want to use the clock_gettime function and
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
2004 Jun 28
1
[LLVMdev] xgcc: installation problem, cannot exec `gccas': No such file or directory
Hi Guys I'm trying to port and build the GCC Front End to the Interix environment. I've succeded until the xgcc program executes: /usr/local/src/cfrontend/build/gcc/xgcc -B/usr/local/src/cfrontend/build/gcc/ -B/usr/local/src/cfrontend/install//i586-pc-interix3/bin/ -B/usr/local/src/cfrontend/install//i586-pc-interix3/lib/ -isystem
2005 May 19
2
[LLVMdev] Binary linux packages v1.5
Hey all, is anyone gonna make a debian package for stable or testing? It's just that building llvm/cfrontend drives me crazy :) Best regards, Oleg.
2005 Aug 08
0
[LLVMdev] cfrontend building
On Mon, 8 Aug 2005, Stephan Wienczny wrote: > Hallo, > I'm trying to write an gentoo ebuild for the c frontend. When make runs > libstdc++/configure I get some problems: > configure tries to determine the object extensionbut fails. This is the > output: > > checking host system type... i686-pc-linux-gnu > checking target system type... i686-pc-linux-gnu > checking
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
2005 Jan 10
1
[LLVMdev] Cygwin build is still broken
Hi Reid, >> I've just updated to the latest CVS version and cygwin port >> is still broken. When building full llvm: > > Any ideas? Has anybody been able to replicate this issue? > > GNU assembler 2.15.91 20040725 > > gcc (GCC) 3.4.1 (cygming special) > > Cygwin builds just fine for me. It looks like you're using > the wrong tools. Please read:
2005 Mar 10
1
[LLVMdev] Patches for MinGW Build instructions
Hi, Thanks for your comments. I'll make the suggested changes. Henrik ============================================================= Henrik Bach LLVM Open Source Developer e-mail: henrik_bach_llvm at hotmail.com ============================================================= 'Nothing is impossible; The impossible just takes longer time :)' - Inventor of a new energy saver light bulp