Re: kernel compile fail

1997-01-06 Thread Fundamental

THanks to everyone who helped me with my compile problem.  The good news
is that i compiled a 2.0.27 kernel sucessfully, the bad news is that it
would not boot:(

I get the error 

Unable to mount root fd on 08:01
VFS: Cannnot open root 
kernel panic

And then it stalls.  The only difference between the two kernels is as
follows

versions numbers (my orginal kernel is 2.0.0)
The new kernel had quotas turned on, as well as the the dual processer
options turned on. 

I also uncommented the SNP (or is SMP?) options in the make file and
changed make to MAKE = -j3

Any help aprreciated...


It takes a breeze to make a banner speak
The Singer



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: kernel compile fail

1997-01-03 Thread Manoj Srivastava
Hi,

Do you have the packages libc5-dev, and, if you are on an
 intel box, bin86 as well? The missing stdio.h sounds ominous, though.

manoj
-- 
 If you don't watch it, you're going to catch something.
Manoj Srivastava   mailto:[EMAIL PROTECTED]>
Mobile, Alabama USAhttp://www.datasync.com/%7Esrivasta/>


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: kernel compile fail

1997-01-03 Thread Fundamental
On Thu, 2 Jan 1997, Prashanth Mundkur wrote:

this is it exactly, thanks

mundkur >You need to install the libc5dev package, which has the requisite 
header
mundkur >files.
mundkur >
mundkur >--prashanth
mundkur > 
mundkur >
mundkur >
mundkur >


Peace

michael


Pilgram: "God, can you be merciful and send me off to hell and
  lock me in forever?"

God: "Pilgram, I will not send you there, but if you chose to
  go there, I could never lock you out."
The Singer



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: kernel compile fail

1997-01-03 Thread Prashanth Mundkur
On Fri, 3 Jan 1997, Fundamental wrote:

> 
> Opps, your quite right:)  but, when i did a make dep i get the folowing
> 
> make dep
> gcc -I/usr/src/linux/include -O2 -fomit-frame-pointer -o scripts/mkdep
> scripts/m
> kdep.c
> scripts/mkdep.c:1: stdio.h: No such file or directory
> [..]


You need to install the libc5dev package, which has the requisite header
files.

--prashanth
 



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


kernel compile fail

1997-01-03 Thread Fundamental

On Thu, 2 Jan 1997, Ngo Bach Long wrote:

dragon >>what have i missed?
dragon >>
dragon >
dragon >I think it's supposed to be "make dep" (as in "dependencies"),
dragon >not "make deb".

Opps, your quite right:)  but, when i did a make dep i get the folowing

make dep
gcc -I/usr/src/linux/include -O2 -fomit-frame-pointer -o scripts/mkdep
scripts/m
kdep.c
scripts/mkdep.c:1: stdio.h: No such file or directory
scripts/mkdep.c:2: stdlib.h: No such file or directory
scripts/mkdep.c:4: string.h: No such file or directory
scripts/mkdep.c:5: sys/types.h: No such file or directory
scripts/mkdep.c:6: sys/stat.h: No such file or directory
scripts/mkdep.c:7: unistd.h: No such file or directory
scripts/mkdep.c:8: sys/fcntl.h: No such file or directory
scripts/mkdep.c:9: sys/mman.h: No such file or directory
make: *** [scripts/mkdep] Error 1

Peace

michael


A well adjusted person is one who makes the same mistake
twice without getting nervous.




--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]