# HG changeset patch # User "Yann E. MORIN" # Date 1238447215 0 # Node ID 46f27896bfc4cd651d7844ea13e42ca940e458c2 # Parent c8ffc85b7a6404b9e3e50ed23e274af27cce14e0 Document failure to build the uClibc cross-ldd under Cygwin as a known issue. /trunk/docs/known-issues.txt | 16 15 1 0 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff -r c8ffc85b7a64 -r 46f27896bfc4 docs/known-issues.txt --- a/docs/known-issues.txt Mon Mar 30 20:17:46 2009 +0000 +++ b/docs/known-issues.txt Mon Mar 30 21:06:55 2009 +0000 @@ -75,7 +75,7 @@ -------------------------------- Symptoms: - The extract and/or path steps fail under cygwin. + The extract and/or path steps fail under Cygwin. Explanations: This is not related to crosstool-NG. Mounts under Cygwin are by default not @@ -90,3 +90,17 @@ None. -------------------------------- +Symptoms: + uClibc fails to build under Cygwin. + +Explanations: + With uClibc, it is possible to build a cross-ldd. Unfortunately, it is + not (currently) possible to build this cross-ldd under Cygwin. + +Fix: + None so far. + +Workaround: + Disable the cross-ldd build. + +--------------------------------