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

Mariano Martinez Peck marianopeck at gmail.com
Tue Jul 12 08:49:00 UTC 2011


Should these changes be commited to blessed/svn?

On Fri, Jul 8, 2011 at 1:54 AM, Igor Stasenko <siguctua at gmail.com> wrote:

>
> On 7 July 2011 20:07, Jean Baptiste Arnaud <jbaptiste.arnaud at gmail.com>
> wrote:
> >
> > 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>
> >
> >
>
> Yes, the cross-compilation is one of the reasons to use cmake.
>
> And thanks for finding these glitches.
>
>
>
> --
> Best regards,
> Igor Stasenko AKA sig.
>



-- 
Mariano
http://marianopeck.wordpress.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20110712/60906f0f/attachment.htm


More information about the Vm-dev mailing list