# HG changeset patch # User "Yann E. MORIN" # Date 1311198759 -7200 # Node ID fbc2b9d638ec9b239f3e49b14c96ba11fd8ef966 # Parent 5d4e91c0343e9e87b7251fd0f4ec0428f1114e67 docs: update known issues Document the glibc build failures with male-3.82. Signed-off-by: "Yann E. MORIN" diff -r 5d4e91c0343e -r fbc2b9d638ec docs/B - Known issues.txt --- a/docs/B - Known issues.txt Sun Jul 17 16:53:40 2011 +0200 +++ b/docs/B - Known issues.txt Wed Jul 20 23:52:39 2011 +0200 @@ -193,3 +193,21 @@ Try setting "Force unwind support" in the "C-library" menu. -------------------------------- +Symptoms: + glibc start files and headers fail with: [/usr/include/limits.h] Error 1 + +Explanations: + The glibc Makefiles break with make-3.82. + +Status: + CURRENT + +Fix: + None so far. It would require some glibc hacking. + +Workaround: + There two possible workarounds: + 1- ask crosstool-NG to build make-3.81 just for this build session; + 2- manually install make-3.81 to take precedence over the system make. + +--------------------------------