Date: Fri, 7 Apr 2000 00:14:37 -0400 From: Ray Kohler <ray@rjk191.rh.psu.edu> To: Chris Lucas <Chris_Lucas@baylor.edu> Cc: freebsd-questions@freebsd.org Subject: Re: building kernel with 4.0-release Message-ID: <20000407001410.A8270@rjk191.rh.psu.edu> In-Reply-To: <38ED5C0E.6DADA607@baylor.edu>; from Chris_Lucas@baylor.edu on Thu, Apr 06, 2000 at 10:54:55PM -0500 References: <38ED5C0E.6DADA607@baylor.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Apr 06, 2000 at 10:54:55PM -0500, Chris Lucas wrote: > Im getting this error when I run make depend : > > ../../pci/if_dc.c:151: miibus_if.h: No such file or directory > ../../isa/ppc.c:54: ppbus_if.h: No such file or directory > mkdep: compile failed > *** Error code 1 You need to include: device miibus device ppbus "device dc0" requires miibus, and "device ppc0" requires ppbus. Then run config again and make depend. It ought to work now. -- Ray Kohler <rjk191@psu.edu> FreeBSD -- The Power to Serve There is a great discovery still to be made in Literature: that of paying literary men by the quantity they do NOT write. 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?20000407001410.A8270>