Penguin
Blame: CrossCompiler
EditPageHistoryDiffInfoLikePages
Annotated edit history of CrossCompiler version 6, including all changes. View license author blame.
Rev Author # Line
6 AristotlePagaltzis 1 A CrossCompiler is a [Compiler] capable of generating BinaryExecutable~s for a platform other than that on which it currently runs. [GCC] can be a CrossCompiler if correctly setup.
4 JohnMcPherson 2
6 AristotlePagaltzis 3 For example, you can compile up [GCC] so that it creates Win32 executables when running on [Linux], so you don't even have to go near a MicrosoftWindows computer during development. Coupled with a CrossPlatform [GUI] like [wxWidgets], you can use the same SourceCode and MakeFile~s to create native applications for multiple platforms all from the comfort of your [Linux] box.
5 DanKegel 4
6 AristotlePagaltzis 5 See also:
6 * [Building and Testing gcc/glibc cross toolchains | http://kegel.com/crosstool]