From owner-freebsd-questions Mon Dec 10 14:48:45 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cletus.cornhusker.net (cletus.cornhusker.net [64.21.192.68]) by hub.freebsd.org (Postfix) with ESMTP id 7B73837B417 for ; Mon, 10 Dec 2001 14:48:40 -0800 (PST) Received: from cletus.cornhusker.net (cletus.cornhusker.net [64.21.192.68]) by cletus.cornhusker.net (8.11.3/8.11.1) with ESMTP id fBAHlsb03291; Mon, 10 Dec 2001 17:47:54 GMT (envelope-from deboert@FreeBSD-Geek.Com) Date: Mon, 10 Dec 2001 17:47:54 +0000 (GMT) From: Tim DeBoer X-Sender: deboert@cletus.cornhusker.net To: Josh Paetzel Cc: questions@FreeBSD.ORG Subject: Re: Make depend fails on maestro3.c In-Reply-To: <20011209202940.A562@twincat.vladsempire.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 Thanks Josh, That took care of it. -- Tim DeBoer http://www.freebsd-geek.com "When you find yourself in the company of a Halfling and an ill-tempered Dragon, remember, you do not have to outrun the Dragon... ...you just have to outrun the Halfling." On Sun, 9 Dec 2001, Josh Paetzel wrote: > On Sat, Dec 08, 2001 at 11:57:50PM +0000, Tim DeBoer wrote: > > Hi Everyone, > > I built a customer kern awhile back, no problems there. > > I'm rebuilding, to add in sound support. I've been following the steps in > > the handbook, added device pcm for my ESS Solo, did a > > /usr/sbin/config TEST, no problems. > > > > Try to do a make depend in ../../compile/TEST/ and I get > > > > ===> sound/driver/maestro3 > > make: don't know how to make maestro3.c. Stop > > *** Error code 2 > > > > Stop in /usr/src/sys/modules/sound/driver. > > *** Error code 1 > > > > Stop in /usr/src/sys/modules/sound. > > *** Error code 1 > > > > Stop in /usr/src/sys/modules. > > *** Error code 1 > > > > Stop in /usr/src/sys/compile/TEST. > > > > So, I copied GENERIC over my TEST, only diff is no sound support, and I > > still get the same error. > > > > Any suggestions would be appreciated! > > > rm -rf /usr/obj > cvsup to stable > make buildworld > make installworld > make buildkernel KERNCONF=GENERIC > make installkernel KERNCONF=GENERIC > > Once you have GENERIC running again, make your mods and try to build > your custom kernel again. > > Josh > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message