[squeak-dev] Re: vm build environment on windows

marcel.taeumel Marcel.Taeumel at hpi.de
Fri Oct 9 12:30:46 UTC 2015


Hi Henry,

here is how it works with GCC 4.9.2 using only the SVN C sources (i.e. w/o
having to run VM-Maker):

1. Install latest Cygwin.
2. Load all requried mingw64-i686-* packages (binutils, gcc-g++, runtime
should be enough)
3. Check-out latest cog sources.
4. Adapt the particular Makefile (e.g.
C:\Tools\cogvm_cygwin\build.win32x86\squeak.cog.spur\Markfile) to find the
tools with the "mingw64-i686*" prefix. Do it also with the "Makefile.plugin"
file.
5. Fix some build-in bee-5.patch
<http://forum.world.st/file/n4854700/bee-5.patch>   flags that do not work
with GCC 4 anymore. (see attached patch file).
6. Open Cygwin and run "./mvm"

Please find attached a patch to update the Windows build files. We will
integrate it into the SVN soon.

Best,
Marcel



--
View this message in context: http://forum.world.st/vm-build-environment-on-windows-tp4854659p4854700.html
Sent from the Squeak - Dev mailing list archive at Nabble.com.


More information about the Squeak-dev mailing list