Port-i386 archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Custom Kernel setback...
Hello,
I have just checked out netbsd-4 and I'm trying to build
a custom kernel for a small file server. My kernel config
file is on-line at http://grex.cyberspace.org/~ball/PHIL00
The config and "make depend" seemed to go smoothly, but
when I try "make", I get the following. Any suggestions or
helpful observations would be welcome.
- Andy Ball
---------------------------<snip>---------------------------
# compile PHIL/tcp_usrreq.o
cc -ffreestanding -fno-zero-initialized-in-bss -mfpmath=sse -msse2
-march=pentiu
m4 -mfpmath=sse -msse2 -march=pentium4 -O2 -Werror -Wall -Wno-main
-Wno-format-z
ero-length -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes
-Wswitch -Ws
hadow -Wcast-qual -Wwrite-strings -Wno-sign-compare -Wno-pointer-sign
-Wno-attri
butes -Wextra -Wno-unused-parameter -fno-strict-aliasing -Di386 -I.
-I../../../.
./../common/include -I../../../../arch -I../../../.. -nostdinc
-DMAXUSERS=32 -D_
KERNEL -D_KERNEL_OPT
-I../../../../lib/libkern/../../../common/lib/libc/quad -I.
./../../../lib/libkern/../../../common/lib/libc/string
-I../../../../lib/libkern
/../../../common/lib/libc/arch/i386/string -c
../../../../netinet/tcp_usrreq.c
cc1: warnings being treated as errors
../../../../netinet/tcp_usrreq.c: In function 'inet6_ident_core':
../../../../netinet/tcp_usrreq.c:1162: warning: implicit declaration of
function
'in6_pcblookup_connect'
../../../../netinet/tcp_usrreq.c:1162: warning: assignment makes pointer
from in
teger without a cast
../../../../netinet/tcp_usrreq.c:1164: error: dereferencing pointer to
incomplet
e type
../../../../netinet/tcp_usrreq.c:1170: warning: implicit declaration of
function
'in6totcpcb'
../../../../netinet/tcp_usrreq.c:1170: warning: assignment makes pointer
from in
teger without a cast
../../../../netinet/tcp_usrreq.c:1171: error: dereferencing pointer to
incomplet
e type
../../../../netinet/tcp_usrreq.c:1174: error: dereferencing pointer to
incomplet
e type
*** Error code 1
Stop.
make: stopped in /usr/src/sys/arch/i386/compile/PHIL
phil
Home |
Main Index |
Thread Index |
Old Index