From owner-freebsd-questions Sun Sep 22 21:37:51 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA06807 for questions-outgoing; Sun, 22 Sep 1996 21:37:51 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id VAA06752 for ; Sun, 22 Sep 1996 21:37:43 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.7.5/8.6.12) with SMTP id SAA00387; Sun, 22 Sep 1996 18:46:47 -0700 (PDT) Date: Sun, 22 Sep 1996 18:46:47 -0700 (PDT) From: Doug White Reply-To: dwhite@resnet.uoregon.edu To: Leonard Chung cc: questions@freebsd.org Subject: Re: Kernel Build Error - dereferencing pointer to incomplete type In-Reply-To: <1.5.4.32.19960923005333.006646bc@pacbell.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sun, 22 Sep 1996, Leonard Chung wrote: > I'm trying to build a stripped down Kernel for my 486 so that com3 is > enabled and my NE2000 card is on the right IRQ. When I try to compile the > kernel, following the directions in the handbook, I get this error: > > [sic] > ../../pci/if_de.c:2501: `TULIP_BUSMODE_SWRESET' undeclared (first use this > function) > ../../pci/if_de.c:2524: dereferencing pointer to incomplete type > ../../pci/if_de.c:2527: dereferencing pointer to incomplete type > ../../pci/if_de.c:2527: dereferencing pointer to incomplete type > > I've checked through the handbook, but to no avail. What really puzzles me > is that make seems to be compiling in some PCI support, even though I > deleted the PCI option from the kernel config file. If anybody wants the > entire logged output from make, just e-mail me and I'll send it to you > privately, as it's pretty long. You deleted the 'controller pci0' part but didn't delete the PCI ethernet cards. > device de0 > device fxp0 > device vx0 Remove these and you should be much happier. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major