summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-03-03 17:39:51 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-03-03 17:39:51 (GMT)
commit4462fcd9951eeaf4e3daeea1e8ee61cf01b2d0ac (patch)
tree2104a778bfd163ec4ccd9befabec252791651286 /docs
parent832e00da4f5af7f43a974eefbeb64390cfc5ad38 (diff)
Know issues: document the extract and/or patch steps failure under cygwin.
/trunk/docs/known-issues.txt | 16 16 0 0 ++++++++++++++++ 1 file changed, 16 insertions(+)
Diffstat (limited to 'docs')
-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.
+
+--------------------------------