mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-22 06:07:49 +00:00
06cb0b6ddb
While trying to build a toolchain with ct-ng 1.5.0, arm-unknown-linux-uclibcgnueabi target, I get the following error: [INFO ] Installing C library headers [EXTRA] Copying sources to build dir [EXTRA] Applying configuration [EXTRA] Building headers [EXTRA] Installing headers [ERROR] extra/scripts/unifdef.c:209: error: conflicting types for 'getline' [ERROR] make[2]: *** [extra/scripts/unifdef] Error 1 [ERROR] Build failed in step 'Installing C library headers' The following patch solves the problem. (It's a backport of this uClibc commit: http://git.uclibc.org/uClibc/commit/?id=49e81cada73616864b9b31df0aeb6961c30f5a6e ) [--SNIP from another mail--] AFAIK this is a problem since glibc 2.10. |
||
---|---|---|
.. | ||
100-fix-gethostent_r-failure-retval.patch | ||
110-arm_fix_alignment.patch | ||
120-rm-whitespace.patch | ||
130-arm-ftruncate64.patch | ||
140-gnu89-inline.patch | ||
150-64bit-strtouq.patch | ||
160-c99-ldbl-math.patch | ||
170-dl-sysdep-inline.patch | ||
180-getline-conflict.patch |