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

Igor Stasenko siguctua at gmail.com
Tue Jul 12 12:25:23 UTC 2011


On 12 July 2011 10:49, Mariano Martinez Peck <marianopeck at gmail.com> wrote:
>
> Should these changes be commited to blessed/svn?
of course. AFAIS Eliot already did it.

>
> 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
>
>
>



-- 
Best regards,
Igor Stasenko AKA sig.


More information about the Vm-dev mailing list