diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-03-03 17:39:51 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-03-03 17:39:51 +0000 |
commit | 4462fcd9951eeaf4e3daeea1e8ee61cf01b2d0ac (patch) | |
tree | 2104a778bfd163ec4ccd9befabec252791651286 /docs | |
parent | 832e00da4f5af7f43a974eefbeb64390cfc5ad38 (diff) | |
download | crosstool-ng-4462fcd9951eeaf4e3daeea1e8ee61cf01b2d0ac.tar.gz crosstool-ng-4462fcd9951eeaf4e3daeea1e8ee61cf01b2d0ac.tar.bz2 crosstool-ng-4462fcd9951eeaf4e3daeea1e8ee61cf01b2d0ac.zip |
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.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. + +-------------------------------- |