diff options
Diffstat (limited to 'Tools/gcc')
-rw-r--r-- | Tools/gcc/README.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Tools/gcc/README.txt b/Tools/gcc/README.txt index 0ec853d386..71c31a8aa7 100644 --- a/Tools/gcc/README.txt +++ b/Tools/gcc/README.txt @@ -14,3 +14,16 @@ You will need bash
and possibly others
+CYGWIN Notes
+
+You must have the directory mounted as binary, or the build will not succeed.
+In the example below, /workspace is mounted as binary.
+
+C:\cygwin\bin on /usr/bin type user (textmode)
+C:\cygwin\lib on /usr/lib type user (textmode)
+c:\workspace on /workspace type system (binmode)
+C:\cygwin on / type user (textmode)
+c: on /cygdrive/c type user (textmode,noumount)
+n: on /cygdrive/n type user (textmode,noumount)
+
+
|