From owner-freebsd-questions Mon Jan 1 14: 8:24 2001 From owner-freebsd-questions@FreeBSD.ORG Mon Jan 1 14:08:21 2001 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from xena.gsicomp.on.ca (cr677933-a.ktchnr1.on.wave.home.com [24.43.230.149]) by hub.freebsd.org (Postfix) with ESMTP id 225BA37B400 for ; Mon, 1 Jan 2001 14:08:21 -0800 (PST) Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18]) by xena.gsicomp.on.ca (8.9.3/8.9.3) with SMTP id RAA30194; Mon, 1 Jan 2001 17:07:42 -0500 (EST) (envelope-from matt@gsicomp.on.ca) Message-ID: <00ad01c0743f$b6a9b1f0$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: "Daniel Yoo" , References: Subject: Re: Custom Kernel Configuration -> Linker Errors Date: Mon, 1 Jan 2001 17:10:54 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > 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