Kernel compile errors

2000-09-27 Thread David Fisher
G'day all, I have had a very frustrating morning trying to compile a new 2.2.17 kernel from the tarball sources for my up-to-date woody machine. I get a make error on make zImage and on make bzImage, but not on make vmlinux. I was tearing my hair out over thisuntil I read the list

Kernel compile errors

1999-03-25 Thread John Leget
Running potato im coming up against the following with kernel 2.2.4 acct.c: In function `sys_acct': acct.c:197: too few arguments to function `filp_close' acct.c:203: too few arguments to function `filp_close' make[2]: *** [acct.o] Error 1 make[2]: Leaving directory

Re: Kernel compile errors

1999-03-25 Thread Mitch Blevins
In foo.debian-user, you wrote: Running potato im coming up against the following with kernel 2.2.4 acct.c: In function `sys_acct': acct.c:197: too few arguments to function `filp_close' acct.c:203: too few arguments to function `filp_close' make[2]: *** [acct.o] Error 1 make[2]: Leaving

Re: Kernel compile errors

1999-03-25 Thread Mirek Kwasniak
On Thu, Mar 25, 1999 at 06:22:41PM +1200, John Leget wrote: Running potato im coming up against the following with kernel 2.2.4 acct.c: In function `sys_acct': acct.c:197: too few arguments to function `filp_close' acct.c:203: too few arguments to function `filp_close' make[2]: *** [acct.o]

Kernel Compile Errors

1999-03-17 Thread Jesse Lee
here are the erros I get when I am compiling my kernel. as86 -o -a [bootsect.o] bootsect.s make[1]: as86: command not found make[1]: *** [bootsect.o] error 127 make [zimage] Error 2 then it stops and the zImage is not created. now I am running kernel 2.0.34 I have tried it with kernel

Re: Kernel Compile Errors

1999-03-17 Thread Tom Pfeifer
Jesse Lee wrote: here are the erros I get when I am compiling my kernel. as86 -o -a [bootsect.o] bootsect.s make[1]: as86: command not found make[1]: *** [bootsect.o] error 127 I had the same problem the first time I tried to compile the kernel. You just need to install

kernel compile errors

1998-07-28 Thread Chris Ulrich
I just recently abandoned my own linux setup and installed debian (hamm). This is a pretty much stock setup -- the only thing un-debian I've done so far is change /bin/sh to point to pdksh, but that *shouldn't* be the problem because I've compiled many kernels with my old setup where I didn't

Re: kernel compile errors

1998-07-28 Thread Nathan E Norman
On Tue, 28 Jul 1998, Chris Ulrich wrote: : : I just recently abandoned my own linux setup and installed debian (hamm). : This is a pretty much stock setup -- the only thing un-debian I've done so : far is change /bin/sh to point to pdksh, but that *shouldn't* be the problem : because I've

Re: kernel compile errors

1998-07-28 Thread Gary L. Hennigan
[EMAIL PROTECTED] (Chris Ulrich) writes: | I just recently abandoned my own linux setup and installed debian (hamm). | This is a pretty much stock setup -- the only thing un-debian I've done so | far is change /bin/sh to point to pdksh, but that *shouldn't* be the problem | because I've