]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/gcc/README.txt
Fix VS 2005 compatibility issue
[mirror_edk2.git] / Tools / gcc / README.txt
index 0ec853d386f33341bff0addb7e4a2ba6a6c0e949..9e581f2c3e412b42f6199de96217ec790d8839e1 100644 (file)
@@ -5,8 +5,9 @@ system to make the scripts work.
 \r
 You will need\r
 \r
-  A recent version of gcc that is able to produce executables for the machine\r
-    that you want to run this compiler on (the host machine).\r
+  A recent version (3.0 or later should be fine) of gcc that is able to produce\r
+    executables for the machine that you want to run this compiler on (the host\r
+    machine).\r
   wget or curl\r
   tar\r
   bzip\r
@@ -14,3 +15,21 @@ You will need
   bash\r
   and possibly others\r
 \r
+CYGWIN Notes\r
+\r
+You should setup cygwin to use binmode on all mounts. When you initially\r
+install cygwin it gives you the choice of Unix file mode (recommended) or DOS\r
+file mode. Unix mode will cause all the cygwin directories to be mounted in\r
+binmode, while DOS will mount the dirs in textmode. Here is an example of a\r
+cygwin install where the dirs are (properly) mounted in binmode.\r
+\r
+C:\cygwin\bin on /usr/bin type user (binmode)\r
+C:\cygwin\lib on /usr/lib type user (binmode)\r
+c:\workspace on /workspace type system (binmode)\r
+C:\cygwin on / type user (binmode)\r
+\r
+If you use textmode, it is likely that the build will fail in a way that is\r
+hard to debug.\r
+\r
+Cygwin is pretty slow, so it is not recommended for large builds.\r
+\r