Kernel compilation error

Eduardo Viruena Silva mrspock at esfm.ipn.mx
Sat Apr 26 04:28:21 PDT 2003


On Sat, 26 Apr 2003, Julien Rebetez wrote:

> Hello,
> I got an error while compiling my kernel :
> 	localhost# make depend
> 	...
> 	mkdep: compile failed
> 	*** Error code 1
>
> As said in the FreeBSD handbook, i've joined my kernel config file.
>
> Thanks, julien


I tried to compile your kernel.


../../pci/if_xl.c:130: miibus_if.h: No such file or directory
../../dev/usb/if_aue.c:96: miibus_if.h: No such file or directory
mkdep: compile failed

which is more explict...

You must include a line saying:

	device	miibus

in your kernel definition.  It is needed by your ethernet cards.

		Eduardo.



More information about the freebsd-questions mailing list