home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!matt.ksu.ksu.edu!news
- From: nan@matt.ksu.ksu.edu (Nan Zou)
- Newsgroups: comp.os.linux
- Subject: 0.99.2 kernel compile error: too many args to `inode_init'
- Date: 5 Jan 1993 20:47:07 -0600
- Organization: Kansas State University
- Lines: 18
- Message-ID: <1idh7bINNlf4@matt.ksu.ksu.edu>
- NNTP-Posting-Host: matt.ksu.ksu.edu
-
- I grabbed the 0.99.2 kernel source and tried to compile it, here's what
- I got:
-
- /usr/src/linux# make all
- [...]
- gcc -DKERNEL -Wall -O6 -fomit-frame-pointer -c -o init/main.o init/main.c
- init/main.c: In function `start_kernel':
- init/main.c:245: too many arguments to function `inode_init'
- init/main.c:245: void value not ignored as it ought to be
- make: *** [init/main.o] Error 1
-
- -------------------------------
-
- What does this error mean? I already did a make config; make dep, could
- anyone tell me what I did wrong? I'm using the SLS .98 package with gcc
- 2.2.2d.
-
- -- Nan
-