Enviado em 28/03/2017 - 03:34h
Boa noite, baixei o gcc 4.8.2 aqui https://ftp.gnu.org/gnu/gcc/, mas estou recebendo uns erros no make, e não sei muito bem o que significa:In file included from ../.././gcc/cp/except.c:1005: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
Makefile:1058: recipe for target 'cp/except.o' failed
make[3]: *** [cp/except.o] Error 1
make[3]: Leaving directory '/home/eu/Downloads/gcc-4.8.2/host-x86_64-unknown-linux-gnu/gcc'
Makefile:4156: recipe for target 'all-stage1-gcc' failed
make[2]: *** [all-stage1-gcc] Error 2
make[2]: Leaving directory '/home/eu/Downloads/gcc-4.8.2'
Makefile:21510: recipe for target 'stage1-bubble' failed
make[1]: *** [stage1-bubble] Error 2
make[1]: Leaving directory '/home/eu/Downloads/gcc-4.8.2'
Makefile:885: recipe for target 'all' failed
make: *** [all] Error 2