Date: Sun, 30 Sep 2001 22:16:52 -0800 From: Beech Rintoul <akbeech@anchoragerescue.org> To: Owl <acerbicowl@home.com>, freebsd-questions@freebsd.org Subject: Re: Fwd: HELP PLEASE :) Message-ID: <20011001061919.01B26D4@nebula.anchoragerescue.org> In-Reply-To: <3BB8017E.41C67EA6@home.com> References: <3BB8017E.41C67EA6@home.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sunday 30 September 2001 09:39 pm, Owl wrote: > Message-ID: <3BB40F39.41C67EA6@home.com> > Date: Thu, 27 Sep 2001 22:48:41 -0700 > From: Owl <acerbicowl@home.com> > X-Mailer: Mozilla 3.04Gold (X11; I; FreeBSD 4.4-RELEASE i386) > MIME-Version: 1.0 > To: freebsd-questions@freeBSD.org > Subject: HELP PLEASE :) > Content-Type: text/plain; charset=us-ascii > Content-Transfer-Encoding: 7bit > > Okay, here's the scenario along with previous mail from helpers: > > > > For a few days I've been trying to rebuild my kernel, as I want to add > sound support for SB PCI128. I'm running FreeBSD 4.4 RELEASE. I copy > GENERIC, added device pcm, did config -r MYKERNEL, make depend, make, > and during make it stops with the following error: > > @ -> /usr/src/sys > ln: @/sys: File exists > *** Error code 1 > > I have no clue why it's doing this. help!! :) > Thanks, Ryan > > > Answer: > > > > Try: > > cd /usr/src > make buildkernel KERNCONF=MYKERNEL > make installkernel KERNCONF=MYKERNEL > > Beech > > what happened: > > I tried that too.... same error :\ any other suggestions? > > Make sure your kern_securelevel is set to -1 (see /etc/defaults/rc.conf) > Try nuking everything inside your /usr/obj > Then do a make buildworld > The kernel should compile after that. > > Beec > > > Quesion: > > > did the make buildworld and installworld... and tried to compile my > source again... > and still I get the same error :( any ideas? > Cheers, ryan > Give this a try: cd /usr/src make buildkernel KERNCONF=GENERIC Beech 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?20011001061919.01B26D4>