Date: Sun, 9 Dec 2001 20:29:40 +0000 From: Josh Paetzel <friar_josh@webwarrior.net> To: Tim DeBoer <deboert@FreeBSD-Geek.Com> Cc: questions@FreeBSD.ORG Subject: Re: Make depend fails on maestro3.c Message-ID: <20011209202940.A562@twincat.vladsempire.net> In-Reply-To: <Pine.BSF.4.21.0112082349020.422-100000@cletus.cornhusker.net>; from deboert@FreeBSD-Geek.Com on Sat, Dec 08, 2001 at 11:57:50PM %2B0000 References: <Pine.BSF.4.21.0112082349020.422-100000@cletus.cornhusker.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011209202940.A562>