(C++) cross compile
January 17, 2018 · View on GitHub
(C++) cross compile
'A cross compiler is a compiler capable of creating executable code for a platform other than the one on which the compiler is run.' [1].
cross compile is a way to port your applications between operating systems.
Cross compiling depends on the host and target environments:







How to cross-compile a 'Hello World' Qt Creator project from Ubuntu
to a Windows executable under Wine under
Ubuntu?






How to cross-compile a 'Hello
World' Qt Creator project from Ubuntu to a
NDS?






How to cross-compile a Qt
Creator project from Ubuntu to a windows
executable?
References
- Wikipedia page about cross compiler
- Page about cross compilation tools
- Introduction to cross compiling under Linux