From owner-freebsd-questions Tue Jun 2 07:26:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA03852 for freebsd-questions-outgoing; Tue, 2 Jun 1998 07:26:36 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.net-link.net (mail.net-link.net [205.217.6.20]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA03844 for ; Tue, 2 Jun 1998 07:26:31 -0700 (PDT) (envelope-from wpub1@net-link.net) Received: from ricecake.fastnet0.net (pmr200-22.bc.net-link.net [207.49.227.62]) by mail.net-link.net (8.9.0/8.9.0) with SMTP id KAA23237 for ; Tue, 2 Jun 1998 10:26:32 -0400 Message-Id: <3.0.3.32.19980602103220.00697360@smtp.net-link.net> X-Sender: wpub1@smtp.net-link.net (Unverified) X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Tue, 02 Jun 1998 10:32:20 -0400 To: freebsd-questions@FreeBSD.ORG From: Matthew Hagerty Subject: Kernel (2.2.6-R) compilation error Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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