Re: Error compiling Kernel

2009-05-17 Thread Jose Luis Alarcon Sanchez
On Sun, 17 May 2009 13:41:28 +0100 Bruce Cran wrote: > On Sun, 17 May 2009 14:15:32 +0200 > Jose Luis Alarcon Sanchez 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

Re: Error compiling Kernel

2009-05-17 Thread Bruce Cran
On Sun, 17 May 2009 08:46:23 -0400 Glen Barber wrote: > On Sun, May 17, 2009 at 8:41 AM, Bruce Cran 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.)

Re: Error compiling Kernel

2009-05-17 Thread Glen Barber
On Sun, May 17, 2009 at 8:41 AM, Bruce Cran 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 ___ freebsd-questions@f

Re: Error compiling Kernel

2009-05-17 Thread Bruce Cran
On Sun, 17 May 2009 14:15:32 +0200 Jose Luis Alarcon Sanchez 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' /usr/src/sys/dev/ath/if_ath.c:3416: er

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 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 mailing list ht

Error compiling Kernel

2009-05-17 Thread Jose Luis Alarcon Sanchez
Hi Folks!. I am trying to compile the Kernel, but it stop at this point: cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostd

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

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, 20

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

error compiling kernel

2008-09-28 Thread Dino Vliet
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: undefined reference to 'ng_parse_int32_type' udbp.o (.rodata + 0xc0):/

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_sy

error compiling kernel

2004-09-03 Thread messmate
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 ELF file gensetdefs: sys.pipe.o: not an ELF ile *** ERROR code 1 What could this mean ? Running release 4.10 Any help would be very appreciated. mess-

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

error compiling kernel for SMP

2004-02-02 Thread Scott Wallace
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 have tried the old way and the new way according to http://www.f

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': >

Error compiling kernel

2003-01-22 Thread Ernest Hammerschmidt
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': ===> crypto @ -> /usr/src/sys machine -> /usr/