Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Sep 1996 18:46:47 -0700 (PDT)
From:      Doug White <dwhite@gdi.uoregon.edu>
To:        Leonard Chung <Leonard@pacbell.net>
Cc:        questions@freebsd.org
Subject:   Re: Kernel Build Error - dereferencing pointer to incomplete type
Message-ID:  <Pine.BSI.3.94.960922184558.298G-100000@gdi.uoregon.edu>
In-Reply-To: <1.5.4.32.19960923005333.006646bc@pacbell.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSI.3.94.960922184558.298G-100000>