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