Henrik Bach
2005-Jan-28 22:26 UTC
[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 ============================================================'Nothing is impossible; The impossible just takes longer time :)' - Inventor of a new energy saver light bulp from Denmark. No software patents - Thank you Poland: http://www.nosoftwarepatents.com/en/m/intro/app0411.html Got Freedom? Software Freedom Day - 28th of August http://www.softwarefreedomday.org/ ============================================================ _________________________________________________________________ F� alle de nye og sjove ikoner med MSN Messenger http://messenger.msn.dk/
Henrik Bach
2005-Jan-28 22:48 UTC
[LLVMdev] The complete suite of llvm now compiles on mingw
Sorry, I forgot to give all you guys my credit, too. Without your help - especially from Jeff, Morten, Reid and Chris, to name a few, this wouldn't have succeded. Just for fun, I ran from a windows command prompt the fibinacci.exe with the argument of 10 and it returned 55. All in all, something lives. Great! :)>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 > >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 from Denmark. > >No software patents - Thank you Poland: >http://www.nosoftwarepatents.com/en/m/intro/app0411.html >Got Freedom? >Software Freedom Day - 28th of August >http://www.softwarefreedomday.org/ >============================================================> >_________________________________________________________________ >F� alle de nye og sjove ikoner med MSN Messenger http://messenger.msn.dk/ > >_______________________________________________ >LLVM Developers mailing list >LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev_________________________________________________________________ Del din verden med MSN Spaces http://spaces.msn.com
Reid Spencer
2005-Jan-28 23:05 UTC
[LLVMdev] The complete suite of llvm now compiles on mingw
Fantastic news, Henrik! I look forward to reading your changes to the CFEBuildInstr.html and GettingStarted.html documents and then replicating your work. Thanks for your great contributions to LLVM! Reid. On Fri, 2005-01-28 at 14:48, Henrik Bach wrote:> Sorry, I forgot to give all you guys my credit, too. Without your help - > especially from Jeff, Morten, Reid and Chris, to name a few, this wouldn't > have succeded. > > Just for fun, I ran from a windows command prompt the fibinacci.exe with the > argument of 10 and it returned 55. All in all, something lives. > > Great! :) > > > >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 > > > >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 from Denmark. > > > >No software patents - Thank you Poland: > >http://www.nosoftwarepatents.com/en/m/intro/app0411.html > >Got Freedom? > >Software Freedom Day - 28th of August > >http://www.softwarefreedomday.org/ > >============================================================> > > >_________________________________________________________________ > >Få alle de nye og sjove ikoner med MSN Messenger http://messenger.msn.dk/ > > > >_______________________________________________ > >LLVM Developers mailing list > >LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > >http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev > > _________________________________________________________________ > Del din verden med MSN Spaces http://spaces.msn.com > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev-------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20050128/02ded781/attachment.sig>
Apparently Analagous Threads
- [LLVMdev] The complete suite of llvm now compiles on mingw
- [LLVMdev] Win32/Path.cpp - isValid method has a bug
- [LLVMdev] Building the llvm runtime: 'Can't destroy file: The process cannot access the fi
- [LLVMdev] Compiling errors for tracelib.c
- [LLVMdev] Change of __MINGW define to __MINGW32__