Date: Sat, 9 Dec 2000 15:41:29 +1030 From: Greg Lehey <grog@lemis.com> To: chip <chip@wiegand.org> Cc: freebsd-questions@freebsd.org Subject: Re: Kernel compile error Message-ID: <20001209154129.P53111@wantadilla.lemis.com> In-Reply-To: <3A31BF2E.30EA2F1D@wiegand.org>; from chip@wiegand.org on Fri, Dec 08, 2000 at 09:12:14PM -0800 References: <3A31BF2E.30EA2F1D@wiegand.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Friday, 8 December 2000 at 21:12:14 -0800, chip wrote: > I copied the GENERIC kernel to WIEGAND, ran vi to add one > line at the bottom of the file - > device pcm then ran > /usr/sbin/config -g WIEGAND and all is okay > ../../compile/WIEGAND and get the following error: > cc -c -0 -Wall -Wredundant-decls -Wnested-externs > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith > -Winline -Wcast-qual -fformat-extensions -ansi -g -nostdinc > -I- -I. -I../.. -I../../../include -D_KERNEL -include > opt_global.h -el -mpreferred-stack-boundary=2 > ../../dev/aic7xxx/aic7770.c In file included from > ../../dev/aic7xxx/aic7xxx_freebsd.h:176, from > ../../dev/aic7xxx/aic7770.c:41: > ../../dev/aic7xxx/aic7xxx.h:40: aic7xxx_reg.h: > no such file or directory Error Code 1 > stop in /usr/src/sys/compile/WIEGAND > > I then ran vi WIEGAND and found one line with aic and > commented out that one line, reran the above and got > the same results. I then deleted WIEGAND and started > over but did not comment out the aic line, just added > the device pcm only, and now get access denied even > though I am doing this as root. > > I can't find a log file of the errors, is there one? > I wrote all that stuff down on paper then typed it all > in this long-hand. > Help please, I just want to enable a sb64 card. Did you read this message? # config WIEGAND Don't forget to do a ``make depend'' Kernel build directory is ../../compile/WIEGAND Greg -- When replying to this message, please copy the original recipients. If you don't, I may ignore the reply. For more information, see http://www.lemis.com/questions.html Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers 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?20001209154129.P53111>