[Vm-dev] Cross compile Window from Unix/Mac os

Jean Baptiste Arnaud jbaptiste.arnaud at gmail.com
Thu Jul 7 17:07:10 UTC 2011


Since the last Igor ( thank ) update it 's possible to cross compile windows VM(last version) from MacOs and Unix.

	Using Mingw and cmake.

Now, i do for Cog, and for ARM9 processor.
My process imply to fix some window file cause some include are wrong, then it the cross compiler don't find some include beginning by Uppercase(cause the file isn't beginning by uppercase).
In /Platform/win32/vm/sqWin32Intel.c

#include <float.h> instead  #include <Float.h>

in /Platform/win32/plugin/SocketPlugin/sqWin32NewNet.c

#include <ws2tcpip.h> instead #include <Ws2tcpip.h>



Regard
Jean Baptiste Arnaud
jbaptiste.arnaud at gmail.com




-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20110707/f9ed5344/attachment.htm


More information about the Vm-dev mailing list