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 majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message

Reply via email to