Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Jan 2001 17:10:54 -0500
From:      "Matthew Emmerton" <matt@gsicomp.on.ca>
To:        "Daniel Yoo" <danny@vkpc.com>, <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Custom Kernel Configuration -> Linker Errors
Message-ID:  <00ad01c0743f$b6a9b1f0$1200a8c0@gsicomp.on.ca>
References:  <Pine.BSF.4.30.0101011326490.33593-100000@vkpc.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> I'm posting to this list b/c I have been trying to create a more slimmed
> down version of the 4.1 kernel, and it was a course of action suggested by
> the on-line handbook.
>
> I have included my new configuration below. As you can see, there is
> nothing drastic. I have simply removed the SCSI references, and a bit here
> and there. The problem is that when I do a make, I get linker errors:

[ snip ]

> # USB support
> device uhci # UHCI PCI->USB interface
> device ohci # OHCI PCI->USB interface
> device usb # USB Bus (required)
> device ugen # Generic
> device uhid # "Human Interface Devices"
> device ukbd # Keyboard
> device ulpt # Printer
> device umass # Disks/Mass storage - Requires scbus and da
> device ums # Mouse

'device umass' requires 'device scbus' and 'device da'.

If you wish to retain USB support (which it appears you do), you can either
add in those two SCSI lines, or remove the 'device umass' line from the USB
portion, if you're not planning on using any USB-based storage peripherals
(CD-RW, flash cards, etc)

--
Matt Emmerton



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?00ad01c0743f$b6a9b1f0$1200a8c0>