Re: Kernel questions...

1999-07-07 Thread Steve Dunham
Troy Tuttle [EMAIL PROTECTED] writes:

 I am having some trouble compiling a kernel (2.2.1)it gets to the point
 of compiling the actual kernel itself and then it dies with about 50
 dereferenced pointer to an imcomplete type errorsI have tried using
 egcs and gcc with the same error both times

 I am running a SS1+ with 28 meg of ram..my installation is Slink...all the
 packages including src for 2.2.1 are from slink...and I am running 2.2.1 as
 my kernel..

If you are building from slink, you need the kernel-source-sparc-2.2.1
source package.


Steve
[EMAIL PROTECTED]


RE: Kernel questions...

1999-07-07 Thread Troy Tuttle

-Troy

Linux it's the choice of a GNU generation!



 --
 From: Steve Dunham[SMTP:[EMAIL PROTECTED]
 Sent: Wednesday, July 07, 1999 1:49 PM
 To:   Troy Tuttle
 Cc:   recipient.list.not.shown
 Subject:  Re: Kernel questions...
 
 Troy Tuttle [EMAIL PROTECTED] writes:
 
  I am having some trouble compiling a kernel (2.2.1)it gets to the
 point
  of compiling the actual kernel itself and then it dies with about 50
  dereferenced pointer to an imcomplete type errorsI have tried
 using
  egcs and gcc with the same error both times
 
  I am running a SS1+ with 28 meg of ram..my installation is Slink...all
 the
  packages including src for 2.2.1 are from slink...and I am running 2.2.1
 as
  my kernel..
 
 If you are building from slink, you need the kernel-source-sparc-2.2.1
 source package.
 
I am using that src pkg...but still no luck...



Re: Kernel questions...

1999-07-07 Thread Steve Dunham
Troy Tuttle [EMAIL PROTECTED] writes:

 I am using that src pkg...but still no luck...

I'm not sure what's going wrong here.  (Sounds like some include files
are mixed up).  You can try:

  make clean
  rm include/linux/modules/*
  make dep
  make

Or, you could try the kernel-source-2.2.9 package from potato (and
slink-updates).  It fixes a denial of service problem in the network
stack.


Steve
[EMAIL PROTECTED]