Penguin
Diff: CrossCompiler
EditPageHistoryDiffInfoLikePages

Differences between current version and previous revision of CrossCompiler.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 6 Last edited on Friday, June 17, 2005 11:28:44 pm by AristotlePagaltzis
Older page: version 5 Last edited on Thursday, August 28, 2003 12:15:50 pm by DanKegel Revert
@@ -1,5 +1,6 @@
-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. 
+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. 
  
-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 Windows computer during development. Coupled with a [ CrossPlatform] [GUI] like [wxWindows ], you can use the same source code and Makefiles to create native applications for multiple platforms all from the comfort of your Linux box!  
+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.  
  
-For an example of how to build and test [GCC] as a [CrossCompiler], see http://kegel.com/crosstool 
+See also:  
+* [Building and Testing gcc/glibc cross toolchains | http://kegel.com/crosstool]