--- /cross-compiler.mdwn 2008/04/18 00:27:33 1.6
+++ /cross-compiler.mdwn 2008/05/16 02:31:44 1.7
@@ -1,6 +1,6 @@
__General cross-compiler__
-A complete cross-compile system can be setup easily. For example:
+A complete cross-compiler can be setup easily. For example:
$ cd binutils-2.18
$ ./configure --target=mips-netbsdelf
@@ -17,13 +17,13 @@
__Cross-compiler to Microsoft Windows__
-To develop a cross-compile system for Microsoft Windows:
+To develop a cross-compiler for Microsoft Windows:
$ cd binutils-2.18
$ ./configure --target=i386-pe
$ make&& make install
$ cd ../pcc
- $ ./configure --target=i386-pc-windows
+ $ ./configure --target=i386-pe
$ make&& make install
-You'll want to copy the include files and libraries from the [Microsoft Platform SDK](http://www.microsoft.com/downloads/details.aspx?FamilyId=0BAF2B35-C656-4969-ACE8-E4C0C0716ADB&displaylang=en).
+You will need header files and libraries for Windows. The archives w32api-3.2.tar.gz and mingw-runtime-3.14.tar.gz contain freely-available implementations of the Windows header files. There files are maintained by the MinGW project.
Powered by rcshistory.cgi 0.3