- 论坛徽章:
- 0
|
make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES | MKDEP_CPP="cc -E" CC="cc" xargs mkdep -a -f .newdep -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -I. -I../../.. -I../../../contrib/dev/acpica -I../../../contrib/altq -I../../../contrib/ipfilter -I../../../contrib/pf -I../../../contrib/dev/ath -I../../../contrib/dev/ath/freebsd -I../../../contrib/ngatm -I../../../dev/twa -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -ffreestanding
In file included from ../../../cam/cam.c:32:
../../../sys/param.h:138:2: invalid preprocessing directive #ifNdef
../../../sys/param.h:324:2: #endif without #if
In file included from ../../../cam/cam.c:34:
../../../sys/param.h:325:2: #endif without #if
In file included from ../../../dev/asr/asr.c:154:
../../../dev/pci/pcivar.h:248:1: pasting "PCIB_IVAR_BUS" and "BUS" does not give a valid preprocessing token
cc1: error: unrecognized command line option "-Ws|rict-prototype-Wmissing-proto|ypes"
Internal compiler error: Error reporting routines re-entered.
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
../../../kern/kern_exec.c:0: internal compiler error: Segmentation fault: 11
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
In file included from ../../../kern/subr_pcpu.c:55:
../../../sys/proc.h:547:2: invalid preprocessing directive #deNine
In file included from ../../../kern/uipc_socket.c:49:
../../../sys/mutex.h:298:2: #error LOCK_DEBUG not defined, include <sys/lock.h> before <sys/mutex.h>
In file included from ../../../nfsserver/nfs_serv.c:72:
../../../sys/param.h:278:2: invalid preprocessing directive #defiFe
../../../sys/param.h:324:2: #endif without #if
<internal>:0: internal compiler error: Segmentation fault: 11
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
mkdep: compile failed
*** Error code 1
Stop in /usr/src/sys/i386/compile/Z.
看不懂这些错误提示是什么意思,请大家多多指教,谢谢了!!!
这些错误提示是我在执行make depend命令后出现的
[ 本帖最后由 zhuaibing 于 2005-12-5 13:09 编辑 ] |
|