make buildkernel - error: 'IOSIZE_MAX' undeclared

2012-04-03 Thread Ewald Jenisch
Hi, Today I tried to build a new system/kernel for one of my boxes running FreeBSD9. make buildworld went ok, however during make buildkernel I got this: -- Cut here -- /usr/src/sys/kern/subr_uio.c: In function 'uiomove_faultflag':

Re: make buildkernel error

2008-10-05 Thread Unga
--- On Sat, 10/4/08, Unga [EMAIL PROTECTED] wrote: I'm getting following compile error for /usr/src/sys/i386/i386/genassym.c : cc1: error: unrecognized command line option -mno-align-long-strings cc1: error: unrecognized command line option -fformat-extensions *** Error code 1 I found

make buildkernel error

2008-10-04 Thread Unga
Hi all I'm getting following compile error for /usr/src/sys/i386/i386/genassym.c : cc1: error: unrecognized command line option -mno-align-long-strings cc1: error: unrecognized command line option -fformat-extensions *** Error code 1 I'm using gcc version 4.3.1. Does this means above options

Re: make buildkernel error

2008-10-04 Thread Jeremy Chadwick
On Sat, Oct 04, 2008 at 02:17:50AM -0700, Unga wrote: I'm getting following compile error for /usr/src/sys/i386/i386/genassym.c : cc1: error: unrecognized command line option -mno-align-long-strings cc1: error: unrecognized command line option -fformat-extensions *** Error code 1 I'm using

Re: make buildkernel ERROR ?Why?

2006-06-22 Thread Jordi Pavon
Right John, I follow your instructions and it's OK. Thank you very much!! You have the umass device enabled which, as it says, requires scbus and da. Either remark the umass line or unremark the scbus and da lines in the SCSI peripherals section. Also, as you have the INET6

make buildkernel ERROR ¿Why?

2006-06-21 Thread Jordi Pavon
Hi, this is my first time I customize my kernel. I'm working with Freebsd 6.0, I made a make buildkernel KERNELCONF=ALBABRAIN, and I get this error: ... cc -c -O -pipe -mcpu=pentiumpro -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes

Re: make buildkernel ERROR ?Why?

2006-06-21 Thread Giorgos Keramidas
On 2006-06-21 13:23, Jordi Pavon [EMAIL PROTECTED] wrote: Hi, this is my first time I customize my kernel. I'm working with Freebsd 6.0, I made a make buildkernel KERNELCONF=ALBABRAIN, and I get this error: ... cc -c -O -pipe -mcpu=pentiumpro -Wall -Wredundant-decls [...]

Re: make buildkernel ERROR ?Why?

2006-06-21 Thread Jordi Pavon
On 2006-06-21 13:23, Jordi Pavon wrote: Hi, this is my first time I customize my kernel. I'm working with Freebsd 6.0, I made a make buildkernel KERNELCONF=ALBABRAIN, and I get this error: ... cc -c -O -pipe -mcpu=pentiumpro -Wall -Wredundant-decls [...]

Re: make buildkernel ERROR ?Why?

2006-06-21 Thread John Murphy
Jordi Pavon [EMAIL PROTECTED] wrote: The configuration File is attached, sorry for the Hotmail editor. You have the umass device enabled which, as it says, requires scbus and da. Either remark the umass line or unremark the scbus and da lines in the SCSI peripherals section. Also, as you

Re: make buildkernel ERROR ?Why?

2006-06-21 Thread Nikolas Britton
On 6/21/06, Jordi Pavon [EMAIL PROTECTED] wrote: On 2006-06-21 13:23, Jordi Pavon wrote: Hi, this is my first time I customize my kernel. I'm working with Freebsd 6.0, I made a make buildkernel KERNELCONF=ALBABRAIN, and I get this error: ... cc -c

Re: make buildkernel error

2002-09-27 Thread Kris Kennaway
On Fri, Sep 27, 2002 at 07:11:41AM +0700, - wrote: === VLAN mkdir -p /usr/obj/usr/src/sys cd /usr/src/sys/i386/conf; PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin config -d /usr/obj/usr/src/sys/VLAN