summaryrefslogtreecommitdiff
path: root/docs/known-issues.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/known-issues.txt')
-rw-r--r--docs/known-issues.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/known-issues.txt b/docs/known-issues.txt
index b318de3..ffb8e4a 100644
--- a/docs/known-issues.txt
+++ b/docs/known-issues.txt
@@ -74,3 +74,19 @@ Workaround:
Uninstall ccache.
--------------------------------
+Symptoms:
+ The extract and/or path steps fail under cygwin.
+
+Explanations:
+ This is not related to crosstool-NG. Mounts under Cygwin are by default not
+ case-sensitive. You have to use so-called "managed" mounts. See:
+ http://cygwin.com/faq.html section 4, question 32.
+
+Fix:
+ Use "managed" mounts for the directories where you build *and* install your
+ toolchains.
+
+Workaround:
+ None.
+
+--------------------------------