home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / linux / 22857 < prev    next >
Encoding:
Internet Message Format  |  1993-01-06  |  950 b 

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!matt.ksu.ksu.edu!news
  2. From: nan@matt.ksu.ksu.edu (Nan Zou)
  3. Newsgroups: comp.os.linux
  4. Subject: 0.99.2 kernel compile error: too many args to `inode_init'
  5. Date: 5 Jan 1993 20:47:07 -0600
  6. Organization: Kansas State University
  7. Lines: 18
  8. Message-ID: <1idh7bINNlf4@matt.ksu.ksu.edu>
  9. NNTP-Posting-Host: matt.ksu.ksu.edu
  10.  
  11. I grabbed the 0.99.2 kernel source and tried to compile it, here's what
  12. I got:
  13.  
  14. /usr/src/linux# make all
  15. [...]
  16. gcc -DKERNEL -Wall -O6 -fomit-frame-pointer  -c -o init/main.o init/main.c
  17. init/main.c: In function `start_kernel':
  18. init/main.c:245: too many arguments to function `inode_init'
  19. init/main.c:245: void value not ignored as it ought to be
  20. make: *** [init/main.o] Error 1
  21.  
  22. -------------------------------
  23.  
  24. What does this error mean?  I already did a make config; make dep, could
  25. anyone tell me what I did wrong?  I'm using the SLS .98 package with gcc
  26. 2.2.2d.
  27.  
  28. -- Nan 
  29.