From owner-freebsd-questions Sat Dec 21 8:24:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E10A37B406 for ; Sat, 21 Dec 2002 08:24:09 -0800 (PST) Received: from mail.bellavista.cz (mail.bellavista.cz [62.168.44.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C20943EE5 for ; Sat, 21 Dec 2002 08:24:08 -0800 (PST) (envelope-from neuhauser@bellavista.cz) Received: from freepuppy.bellavista.cz (freepuppy.bellavista.cz [10.0.0.10]) by mail.bellavista.cz (Postfix) with ESMTP id C4AA45C; Sat, 21 Dec 2002 18:20:15 +0100 (CET) Received: by freepuppy.bellavista.cz (Postfix, from userid 1001) id 9F9102FDAF5; Sat, 21 Dec 2002 17:24:00 +0100 (CET) Date: Sat, 21 Dec 2002 17:24:00 +0100 From: Roman Neuhauser To: elarsen2@cox.net Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Help With Custom Kernel Message-ID: <20021221162400.GI437@freepuppy.bellavista.cz> Mail-Followup-To: elarsen2@cox.net, freebsd-questions@FreeBSD.ORG References: <20021221052532.OVEZ2284.lakemtao07.cox.net@smtp.central.cox.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021221052532.OVEZ2284.lakemtao07.cox.net@smtp.central.cox.net> User-Agent: Mutt/1.5.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG # elarsen2@cox.net / 2002-12-21 00:25:34 -0500: > I am building a custom kernel so I can use my sound card. > I am building it the ``traditional'' way. And when I type > the second make comand It ends with the fallowing: > > -include opt_global.h -elf -mpreferred-stack-boundary=2 > vers.c > linking kernel > umass.o: In function `umass_cam_attach_sim': > umass.o(.text+0x137f): undefined reference to `cam_simq_alloc' you broke a dependency. go back to building GENERIC, if that succeeds, add just *one* feature, including it's dependencies if any (recursively), and build again. as a general advice: read the comments carefully. if a comment next to an "option" of "device" foo says it requires bar, it's not a joke. -- If you cc me or remove the list(s) completely I'll most likely ignore your message. see http://www.eyrie.org./~eagle/faqs/questions.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message