Cross compilation for windows

Hi guys can anybody tell how to cross compile my hello.c/hello.cpp to windows using linux .
I google all possible ways every one is telling to use mingw . but it do not support POSIX standards . I want fully supported tool chain to create .exe for Windows using Linux .
You will not magically get extra features (such as full POSIX support) by compiling it on a different OS. If you want better POSIX support on Windows I think your best bet is to use Cygwin.
Hi Peter ,
In previous project I compiled for arm-linux-gnueabi and get full support as it same as linux . But same thing I want it for windows . Currently I am compiling the same source in visual studio and in ubuntu but i don't want to do that . Please let me know any suggestion or any links
Hi Moschops,
i need it with cigwin.
mingw wont support posix as much as cigwin.
Last edited on
Topic archived. No new replies allowed.