Date: Sat, 28 Sep 2002 10:23:31 +0800 From: wsk <wsk@mail.gddsn.org.cn> To: freebsd-current <freebsd-current@freebsd.org> Subject: cc: Internal error: Segmentation fault (program cpp0) Message-ID: <3D9512A3.3040704@mail.gddsn.org.cn>
next in thread | raw e-mail | index | archive | help
today,i want to custom mykernel,but when i make depend ,the error message appeared: rm -f .olddep if [ -f .depend ]; then mv .depend .olddep; fi make _kernel-depend if [ -f .olddep ]; then mv .olddep .depend; fi rm -f .newdep make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES -V GEN_M_CFILES | MKDEP_CPP="cc -E" CC="cc" xargs mkdep -a -f .newdep -O -pipe -mcpu=pentiumpro -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -g -nostdinc -I- -I. -I../../.. -I../../../dev -I../../../contrib/dev/acpica -I../../../contrib/ipfilter -D_KERNEL -include opt_global.h -fno-common -mpreferred-stack-boundary=2 -ffreestanding cc: Internal error: Segmentation fault (program cpp0) Please submit a full bug report. See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions. mkdep: compile failed *** Error code 1 Stop in /usr/src/sys/i386/compile/WSK. *** Error code 1 Stop in /usr/src/sys/i386/compile/WSK. help me please! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3D9512A3.3040704>