diff options
-rw-r--r-- | docs/known-issues.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/known-issues.txt b/docs/known-issues.txt index b318de35..ffb8e4a2 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. + +-------------------------------- |