Date: Sat, 21 Dec 2002 17:24:00 +0100 From: Roman Neuhauser <neuhauser@bellavista.cz> To: elarsen2@cox.net Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Help With Custom Kernel Message-ID: <20021221162400.GI437@freepuppy.bellavista.cz> In-Reply-To: <20021221052532.OVEZ2284.lakemtao07.cox.net@smtp.central.cox.net> References: <20021221052532.OVEZ2284.lakemtao07.cox.net@smtp.central.cox.net>
next in thread | previous in thread | raw e-mail | index | archive | help
# 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021221162400.GI437>