Date: Tue, 02 Jun 1998 10:32:20 -0400 From: Matthew Hagerty <wpub1@net-link.net> To: freebsd-questions@FreeBSD.ORG Subject: Kernel (2.2.6-R) compilation error Message-ID: <3.0.3.32.19980602103220.00697360@smtp.net-link.net>
next in thread | raw e-mail | index | archive | help
Greetings, I have compiled FreeBSD kernels since 2.0.1, but I can't figure this one out. This is the error during the make process: cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -nostdinc -I- -I. -I. ./.. -I../../../include -DCOMPAT_43 -DMSDOSFS -DNFS -DFFS -DINET -DKERNEL ../.. /i386/isa/if_le.c ../../i386/isa/if_le.c: In function `lemac_probe': ../../i386/isa/if_le.c:851: warning: assignment from incompatible pointer type ../../i386/isa/if_le.c:853: too many arguments to function ../../i386/isa/if_le.c: In function `lemac_rxd_intr': ../../i386/isa/if_le.c:1107: too many arguments to function ../../i386/isa/if_le.c: In function `depca_probe': ../../i386/isa/if_le.c:1524: warning: assignment from incompatible pointer type ../../i386/isa/if_le.c:1528: too many arguments to function ../../i386/isa/if_le.c: In function `lance_init': ../../i386/isa/if_le.c:1755: too many arguments to function ../../i386/isa/if_le.c:1772: too many arguments to function *** Error code 1 Stop. The config and make depend work fine. I have checked my kernel config several times, but I can't seem to figure out what is causing this. I have installed 2.2.6-RELEASE from the CDROM using the updated boot floppy from the ftp site. Thanks, Matthew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3.0.3.32.19980602103220.00697360>