On 2013-06-26 3:54 PM, foru...@smartmobili.com wrote:
> I tried to build it on linux but from what I understand the scripts 
> build toolchains
> that allow to cross-compile from linux and not generate a native 
> toolchain.
> What script should I start ?

The general idea is:

1) Generate a a toolchain which targets i686-w64-mingw32 and runs on Linux.
2) Generate a a toolchain which targets x86_64-w64-mingw32 and runs on Linux.
3) Use the first toolchain to generate a toolchain which both targets and runs 
on i686-w64-mingw32.
4) Use both the first and second toolchains to generated a toolchain which 
targets x86_64-w64-mingw32 and runs of i686-w64-mingw32.

The MinGW-w64 wiki has SOME useful info on it.

- Derek

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to