Re: Kernel making problems

2000-05-27 Thread Warner Losh
In message <[EMAIL PROTECTED]> Jaye Mathisen writes: : Wasn't there just a big to-do wrt to 4.0 (then -current), about the right : way to do things is to install a new kernel, then build the world? Yes. That was needed for a while since the new binaries produced code the olkd kernel couldn't ex

Re: Kernel making problems

2000-05-27 Thread Jaye Mathisen
Wasn't there just a big to-do wrt to 4.0 (then -current), about the right way to do things is to install a new kernel, then build the world? I seem to remember Rod championing this method. (Had something to do with some syscall interface changing). On Sat, 27 May 2000, Warner Losh wrote: > In

Re: Kernel making problems

2000-05-27 Thread Otter
Warner Losh wrote: > > In message <[EMAIL PROTECTED]> "David O'Brien" writes: > : On Sat, May 27, 2000 at 11:09:00AM -0400, John Baldwin wrote: > : > You need to build and install a new world before a new kernel. It looks > : > like this needs to go into src/UPDATING. > : > : Actually just the f

Re: Kernel making problems

2000-05-27 Thread Warner Losh
In message <[EMAIL PROTECTED]> "David O'Brien" writes: : On Sat, May 27, 2000 at 11:09:00AM -0400, John Baldwin wrote: : > You need to build and install a new world before a new kernel. It looks : > like this needs to go into src/UPDATING. : : Actually just the following will also fix the proble

Re: Kernel making problems

2000-05-27 Thread David O'Brien
On Sat, May 27, 2000 at 11:09:00AM -0400, John Baldwin wrote: > You need to build and install a new world before a new kernel. It looks > like this needs to go into src/UPDATING. Actually just the following will also fix the problem: cd /usr/src/gnu/usr.bin/binutils make obj make de

Re: Kernel making problems

2000-05-27 Thread Warner Losh
In message <[EMAIL PROTECTED]> John Baldwin writes: : You need to build and install a new world before a new kernel. It looks : like this needs to go into src/UPDATING. Done. Others have suggested this as well. Warner To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-

Re: Kernel making problems

2000-05-27 Thread John Baldwin
On 27-May-00 Otter wrote: > Matthew Hunt wrote: >> >> On Thu, May 25, 2000 at 10:58:41PM -0400, Otter wrote: >> >> > cc -ffast-math -pipe -march=pentiumpro -O3 -I/usr/include -I. -c >> > aicasm_gram.c >> > In file included from ../../dev/aic7xxx/aicasm_gram.y:40: >> > ../../dev/aic7xxx/aicasm

Re: Kernel making problems

2000-05-27 Thread Otter
Matthew Hunt wrote: > > On Thu, May 25, 2000 at 10:58:41PM -0400, Otter wrote: > > > cc -ffast-math -pipe -march=pentiumpro -O3 -I/usr/include -I. -c > > aicasm_gram.c > > In file included from ../../dev/aic7xxx/aicasm_gram.y:40: > > ../../dev/aic7xxx/aicasm.h:44: syntax error before `struct'

Re: Kernel making problems

2000-05-26 Thread Matthew Hunt
On Thu, May 25, 2000 at 10:58:41PM -0400, Otter wrote: > cc -ffast-math -pipe -march=pentiumpro -O3 -I/usr/include -I. -c > aicasm_gram.c > In file included from ../../dev/aic7xxx/aicasm_gram.y:40: > ../../dev/aic7xxx/aicasm.h:44: syntax error before `struct' > ../../dev/aic7xxx/aicasm.h:53: sy