Date: Tue, 20 Apr 1999 14:13:37 -0400 (EDT) From: Kenneth Wayne Culver <culverk@wam.umd.edu> To: freebsd-current@freebsd.org Subject: Build of kernel, and make world broken on my machine Message-ID: <Pine.BSF.4.05.9904201410130.1762-100000@culverk.student.umd.edu>
next in thread | raw e-mail | index | archive | help
For the last week, I haven't been able to get my kernel to build, or a make world to complete. I didn't have the kernel problems until recently, when the newbus stuff was done. This is my error when building the kernel. (after typing config -r MYKERNEL; make depend; make) cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing -prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -no stdinc -I- -I. -I../.. -I../../../include -DKERNEL -include opt_global.h -elf ioconf.c ioconf.c:103: warning: `psm0_count' redefined ioconf.c:68: warning: this is the location of the previous definition ioconf.c:97: redefinition of `psm0_resources' ioconf.c:64: `psm0_resources' previously defined here ioconf.c:100: warning: excess elements in array initializer after `psm0_resource s' ioconf.c:101: warning: excess elements in array initializer after `psm0_resource s' *** Error code 1 Stop. culverk:/usr/src/sys/compile/MYKERNEL# make -DNOGAMES world always seems to crash when building libc but it stops at a different place each time. Kenneth Culver 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?Pine.BSF.4.05.9904201410130.1762-100000>