Re: Error compiling Kernel

2009-05-17 Thread Glen Barber
Hi, Jose On Sun, May 17, 2009 at 8:15 AM, Jose Luis Alarcon Sanchez jlalar...@gawab.com wrote: Hi Folks!. I am trying to compile the Kernel, but it stop at this point: When was your last c(v)sup? -- Glen Barber ___ freebsd-questions@freebsd.org

Re: Error compiling Kernel

2009-05-17 Thread Bruce Cran
On Sun, 17 May 2009 14:15:32 +0200 Jose Luis Alarcon Sanchez jlalar...@gawab.com wrote: -I/usr/src/sys/dev/ath /usr/src/sys/dev/ath/if_ath.c: In function 'ath_rx_tap': /usr/src/sys/dev/ath/if_ath.c:3414: error: 'const struct ath_rx_status' has no member named 'rs_flags'

Re: Error compiling Kernel

2009-05-17 Thread Glen Barber
On Sun, May 17, 2009 at 8:41 AM, Bruce Cran br...@cran.org.uk wrote: [snip] Try adding options AH_SUPPORT_AR5416 to your kernel configuration. Should this be ATH_SUPPORT_AR5416? (Just making sure it's not a typo.) -- Glen Barber ___

Re: Error compiling Kernel

2009-05-17 Thread Bruce Cran
On Sun, 17 May 2009 08:46:23 -0400 Glen Barber glen.j.bar...@gmail.com wrote: On Sun, May 17, 2009 at 8:41 AM, Bruce Cran br...@cran.org.uk wrote: [snip] Try adding options AH_SUPPORT_AR5416 to your kernel configuration. Should this be ATH_SUPPORT_AR5416? (Just making sure

Re: Error compiling Kernel

2009-05-17 Thread Jose Luis Alarcon Sanchez
On Sun, 17 May 2009 13:41:28 +0100 Bruce Cran br...@cran.org.uk wrote: On Sun, 17 May 2009 14:15:32 +0200 Jose Luis Alarcon Sanchez jlalar...@gawab.com wrote: -I/usr/src/sys/dev/ath /usr/src/sys/dev/ath/if_ath.c: In function 'ath_rx_tap': /usr/src/sys/dev/ath/if_ath.c:3414: error: 'const

Re: error compiling kernel

2008-10-01 Thread Dino Vliet
--- On Mon, 9/29/08, Frank Shute [EMAIL PROTECTED] wrote: From: Frank Shute [EMAIL PROTECTED] Subject: Re: error compiling kernel To: Dino Vliet [EMAIL PROTECTED] Cc: freebsd-questions@freebsd.org Date: Monday, September 29, 2008, 2:31 PM On Sun, Sep 28, 2008 at 11:09:01PM -0700, Dino Vliet

Re: error compiling kernel

2008-10-01 Thread Frank Shute
On Wed, Oct 01, 2008 at 12:24:48AM -0700, Dino Vliet wrote: --- On Mon, 9/29/08, Frank Shute [EMAIL PROTECTED] wrote: On Sun, Sep 28, 2008 at 11:09:01PM -0700, Dino Vliet wrote: Hi all, In an effort to compile a new kernel on my amd64 system running freebsd 6.3 I get the

Re: error compiling kernel

2008-09-29 Thread Frank Shute
On Sun, Sep 28, 2008 at 11:09:01PM -0700, Dino Vliet wrote: Hi all, In an effort to compile a new kernel on my amd64 system running freebsd 6.3 I get the following error message after the make buildkernel KERNCONF=MYKERNEL step. The error I get is: /usr/src/sys/dev/usb/udbp.c: 426:

Re: error compiling kernel

2004-09-04 Thread messmate
On Sat, 4 Sep 2004 02:03:26 +0400 Sergey Zaharchenko [EMAIL PROTECTED] wrote: On Fri, Sep 03, 2004 at 09:40:35PM +0200, messmate probably wrote: Hello, to setup the pf firewall had to compile a new kernel. So added the options, compile and get this error : gensetdefs: kern_synch.o: not an

Re: error compiling kernel for SMP

2004-02-03 Thread Kris Kennaway
On Tue, Feb 03, 2004 at 01:58:24AM -0500, Scott Wallace wrote: I have a computer running FreeBSD 4.3. This computer has dual 266MHz Intel PII processors. I am trying to compile a new kernel for the multiple processors. I copied GENERIC to DUALIE and uncommented the two lines for SMP kernel. I

Re: Error compiling kernel

2003-01-22 Thread Doug Reynolds
On Wed, 22 Jan 2003 18:27:02 +0100, Ernest Hammerschmidt wrote: Hello, I just installed FreeBSD 4.7 yesterday and tried to install a new kernel following the instructions from the handbook. Unfortunately I ran into the following problem when executing 'make buildkernel KERNCONF=MYKERNEL':