|
compiling_gccvb_from_source 22.07.2011 |
compiling_gccvb_from_source 01.03.2012 current |
| | Here's a quick guide to compiling, setting up and using the latest gccVB (GCC 2.95) in Windows. | | Here's a quick guide to compiling, setting up and using the latest gccVB (GCC 2.95) in Windows. |
| | + | |
| | | | |
| | ====== Installation ====== | | ====== Installation ====== |
| | - Do a complete install of [[http://www.cygwin.com/|cygwin]] (if you don't have enough free disc space: you need at least the following packages: make, gcc, flex, patch, tar, gzip, autoconf, gperf, and bison). | | - Do a complete install of [[http://www.cygwin.com/|cygwin]] (if you don't have enough free disc space: you need at least the following packages: make, gcc, flex, patch, tar, gzip, autoconf, gperf, and bison). |
| | - Add "C:\cygwin\bin" to your "PATH" Windows environment variable. | | - Add "C:\cygwin\bin" to your "PATH" Windows environment variable. |
| - | - Grab the latest gccVB ([[http://www.planetvb.com/content/downloads/tools/gccVB%202.95%20(Precompiled%20NVC%20Version).zip|ggcVB 2.95 (Precompiled NVC Version)]]), extract it, and copy the files into the /usr/local file where you installed cygwin (ex: C:\cygwin\usr\local). Make sure you preserve the directory structure! | + | - Grab the latest gccVB ([[http://www.planetvb.com/content/downloads/tools/gccVB%202.95%20(Precompiled%20NVC%20Version).zip|ggcVB 2.95 (Precompiled NVC Version)]]), extract it, and copy the files into the /usr/local directory where you installed cygwin (ex: C:\cygwin\usr\local). Make sure you preserve the directory structure! |
| | - Since the crt0, that came with gccVB, is outdated by now, download [[http://www.vr32.de/uploads/dokuwiki/uploads/crt0.o|this]] one, and copy it to C:/cygwin/usr/local/v810/lib. | | - Since the crt0, that came with gccVB, is outdated by now, download [[http://www.vr32.de/uploads/dokuwiki/uploads/crt0.o|this]] one, and copy it to C:/cygwin/usr/local/v810/lib. |
| | | | |