Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
This is example 10, and perhaps a viable solutions of answering the Qt FAQ How to cross-compile a Qt Creator project from Ubuntu to a windows executable?, which follows [1,2].
Because [2] is about cross-compiling under Windows, this approach does not seem applicable.
It is also possible to cross-compile Windows applications with MinGW-GCC under POSIX systems. This means that developers do not need a Windows installation with MSYS to compile software that will run on Windows without Cygwin. |
To compile and link executables for an embedded target under windows you require a cross compiler for your required processor. |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.