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(+)
This commit is contained in:
Yann E. MORIN" 2009-03-03 17:39:51 +00:00
parent 832e00da4f
commit 4462fcd995

View File

@ -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.
--------------------------------