|
|
在第六章的第二遍安装gcc的时候make出的错误:
In file included from ../../gcc-3.3.2/gcc/crtstuff.c:62:
../../gcc-3.3.2/gcc/tsystem.h:72:19: stdio.h: No such file or directory
../../gcc-3.3.2/gcc/tsystem.h:75:23: sys/types.h: No such file or directory
../../gcc-3.3.2/gcc/tsystem.h:78:19: errno.h: No such file or directory
../../gcc-3.3.2/gcc/tsystem.h:85:20: string.h: No such file or directory
../../gcc-3.3.2/gcc/tsystem.h:89:20: stdlib.h: No such file or directory
../../gcc-3.3.2/gcc/tsystem.h:90:20: unistd.h: No such file or directory
In file included from /sources/gcc-build/gcc/include/syslimits.h:7,
from /sources/gcc-build/gcc/include/limits.h:11,
from ../../gcc-3.3.2/gcc/tsystem.h:93,
from ../../gcc-3.3.2/gcc/crtstuff.c:62:
/sources/gcc-build/gcc/include/limits.h:122:75: limits.h: No such file or directory
In file included from ../../gcc-3.3.2/gcc/crtstuff.c:62:
../../gcc-3.3.2/gcc/tsystem.h:96:18: time.h: No such file or directory
../../gcc-3.3.2/gcc/crtstuff.c: In function `__do_global_dtors_aux':
../../gcc-3.3.2/gcc/crtstuff.c:277: warning: passing arg 1 of `__deregister_frame_info_bases' discards qualifiers from pointer target type
../../gcc-3.3.2/gcc/crtstuff.c: In function `frame_dummy':
../../gcc-3.3.2/gcc/crtstuff.c:313: warning: passing arg 1 of `__register_frame_info_bases' discards qualifiers from pointer target type
make[1]: *** [crtbegin.o] Error 1
make[1]: Leaving directory `/sources/gcc-build/gcc'
make: *** [all-gcc] Error 2
已经打过了gcc-3.3.2-no_fixinclude-1.patch,gcc-3.3.2-posix-head-tail.patch,gcc-3.3.2-specs-1.patch |
|