diff -r 4653d6002d37 -r 6e15a14224ef docs/known-issues.txt --- a/docs/known-issues.txt Sun Sep 28 21:35:44 2008 +0000 +++ b/docs/known-issues.txt Tue Mar 03 17:39:51 2009 +0000 @@ -74,3 +74,19 @@ 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. + +--------------------------------