Re: Kernel compiling problems

2011-03-03 Thread b. f.
>Heya! > >Anybody know what's wrong with this? > >## make buildworld buildkernel KERNCONF=NINJA ... >/usr/src/sys/kern/sysv_msg.c:163: error: invalid application of 'sizeof' to >incomplete type 'struct freebsd7_msgctl_args This error message is suggestive. ;) >options COMPAT_FREEBSD4 > >option

Re: Kernel compiling problems

2011-03-03 Thread David Demelier
On 25/02/2011 12:21, Redd Vinylene wrote: Heya! Anybody know what's wrong with this? ## make buildworld buildkernel KERNCONF=NINJA cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-

Re: Kernel compiling problems

2011-02-25 Thread Damien Fleuriot
Do not use a custom kern for your upgrade, build generic with pf and altq. I'm not sure your CPU type is correct ? I could be wrong, haven't used 32bits for a while. Make clean, then build the world, then your kern. Once you have generic working, make your custom kern --- Fleuriot Damien On 25

Re: Kernel compiling problems

2011-02-25 Thread Chris Rees
On 25 February 2011 11:21, Redd Vinylene wrote: > Heya! > > Anybody know what's wrong with this? > > ## make buildworld buildkernel KERNCONF=NINJA > Have you successfully used NINJA to build a kernel before? Chris ___ freebsd-questions@freebsd.org mail

Re: Kernel Compiling Problems...

2005-09-26 Thread Lowell Gilbert
Kris Kennaway <[EMAIL PROTECTED]> writes: > On Sun, Sep 25, 2005 at 03:32:25PM -0400, Robert Mendal wrote: > > Hello, I'm trying to make a custom kernel for my system for the first time > > and I'm having some problems. I followed the directions in the FreeBSD > > Handbook and printed my dmesg.boo

Re: Kernel Compiling Problems...

2005-09-25 Thread Kris Kennaway
On Sun, Sep 25, 2005 at 03:32:25PM -0400, Robert Mendal wrote: > Hello, I'm trying to make a custom kernel for my system for the first time > and I'm having some problems. I followed the directions in the FreeBSD > Handbook and printed my dmesg.boot file for reference as well. I don't > believe I d