I get the following error when running make.
In file included from ../../../downloads/gcc-4.9.2/gcc/cp/except.c:1013:0:
cfns.gperf: In function ‘const char* libc_name_p(const char*, unsigned int)’:
cfns.gperf:101:1: error: ‘const char* libc_name_p(const char*, unsigned int)’ redeclared inline with ‘gnu_inline’ attribute
cfns.gperf:26:14: note: ‘const char* libc_name_p(const char*, unsigned int)’ previously declared here
cfns.gperf: At global scope:
cfns.gperf:26:14: warning: inline function ‘const char* libc_name_p(const char*, unsigned int)’ used but never defined
make[3]: *** [Makefile:1058: cp/except.o] Error 1
make[3]: Leaving directory '/home/pranz/gitbuilds/mcb32tools/build/gcc/gcc'
make[2]: *** [Makefile:3967: all-gcc] Error 2
make[2]: Leaving directory '/home/pranz/gitbuilds/mcb32tools/build/gcc'
make[1]: *** [Makefile:229: gcc] Error 2
make[1]: Leaving directory '/home/pranz/gitbuilds/mcb32tools'
make: *** [Makefile:124: all] Error 2
I get the following error when running make.