home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / linux / 17032 < prev    next >
Encoding:
Internet Message Format  |  1992-11-17  |  4.2 KB

  1. Path: sparky!uunet!ukma!usenet.ins.cwru.edu!po.CWRU.Edu!mal11
  2. From: mal11@po.CWRU.Edu (Matthew A. Lewis)
  3. Newsgroups: comp.os.linux
  4. Subject: error compiling 0.98.1 assistance
  5. Date: 18 Nov 1992 03:37:39 GMT
  6. Organization: Case Western Reserve University, Cleveland, OH (USA)
  7. Lines: 63
  8. Message-ID: <1ecdq3INNe90@usenet.INS.CWRU.Edu>
  9. Reply-To: mal11@po.CWRU.Edu (Matthew A. Lewis)
  10. NNTP-Posting-Host: slc5.ins.cwru.edu
  11.  
  12.  
  13.  
  14. I've having a little difficulty compiling in patch 1 to the 0.98.0
  15. source. Compiling 0.98.0 was no problem. But the basic 0.98.1 
  16. compilation attempts always fail with msbusmouse.o. 
  17. I'd appreciate any help possible. Thanx in advance.
  18.  
  19. gcc -DKERNEL -E -DMAX_MEGABYTES=16 -traditional boot/bootsect.S -o boot/bootsect.s
  20. as86 -0 -a -o boot/bootsect.o boot/bootsect.s
  21. ld86 -0 -s -o boot/bootsect boot/bootsect.o
  22. gcc -DKERNEL -E -DMAX_MEGABYTES=16 -traditional -DSVGA_MODE=4 boot/setup.S -o boot/setup.s
  23. as86 -0 -a -o boot/setup.o boot/setup.s
  24. ld86 -0 -s -o boot/setup boot/setup.o
  25. gcc -DKERNEL -E -DMAX_MEGABYTES=16 -traditional boot/head.S -o boot/head.s
  26. as -c -o boot/head.o boot/head.s
  27. gcc -DKERNEL -Wall -O6 -fomit-frame-pointer -DMAX_MEGABYTES=16  -c -o init/main.o init/main.c
  28. gcc -DKERNEL -Wall -O6 -fomit-frame-pointer -DMAX_MEGABYTES=16 -c -o tools/version.o tools/version.c
  29. kernel
  30. gcc -DKERNEL -Wall -O6 -fomit-frame-pointer -DMAX_MEGABYTES=16  -fno-omit-frame-pointer -c sched.c
  31. gcc -DKERNEL -E -DMAX_MEGABYTES=16 -traditional sys_call.S -o sys_call.s
  32. as -c -o sys_call.o sys_call.s
  33. gcc -DKERNEL -Wall -O6 -fomit-frame-pointer -DMAX_MEGABYTES=16 -c traps.c
  34. gcc -DKERNEL -Wall -O6 -fomit-frame-pointer -DMAX_MEGABYTES=16 -c irq.c
  35. gcc -DKERNEL -Wall -O6 -fomit-frame-pointer -DMAX_MEGABYTES=16 -c fork.c
  36. gcc -DKERNEL -Wall -O6 -fomit-frame-pointer -DMAX_MEGABYTES=16 -c panic.c
  37. gcc -DKERNEL -Wall -O6 -fomit-frame-pointer -DMAX_MEGABYTES=16 -c printk.c
  38. gcc -DKERNEL -Wall -O6 -fomit-frame-pointer -DMAX_MEGABYTES=16 -c vsprintf.c
  39. gcc -DKERNEL -Wall -O6 -fomit-frame-pointer -DMAX_MEGABYTES=16 -c sys.c
  40. gcc -DKERNEL -Wall -O6 -fomit-frame-pointer -DMAX_MEGABYTES=16 -c exit.c
  41. gcc -DKERNEL -Wall -O6 -fomit-frame-pointer -DMAX_MEGABYTES=16 -c signal.c
  42. gcc -DKERNEL -Wall -O6 -fomit-frame-pointer -DMAX_MEGABYTES=16 -c mktime.c
  43. gcc -DKERNEL -Wall -O6 -fomit-frame-pointer -DMAX_MEGABYTES=16 -c ptrace.c
  44. gcc -DKERNEL -Wall -O6 -fomit-frame-pointer -DMAX_MEGABYTES=16 -c ioport.c
  45. gcc -DKERNEL -Wall -O6 -fomit-frame-pointer -DMAX_MEGABYTES=16 -c itimer.c
  46. ld -r -o kernel.o sched.o sys_call.o traps.o irq.o fork.o panic.o printk.o vsprintf.o sys.o exit.o signal.o mktime.o ptrace.o ioport.o itimer.o
  47. sync
  48. chr_drv
  49. gcc -DKERNEL -Wall -O6 -fomit-frame-pointer -DMAX_MEGABYTES=16 -c tty_io.c
  50. tty_io.c:58: warning: `put_tty_queue' declarations disagree about `inline'
  51. tty_io.c:72: warning: `get_tty_queue' declarations disagree about `inline'
  52. tty_io.c:86: warning: `tty_write_flush' declarations disagree about `inline'
  53. gcc -DKERNEL -Wall -O6 -fomit-frame-pointer -DMAX_MEGABYTES=16 -c -o console.o console.c
  54. gcc -DKERNEL -Wall -O6 -fomit-frame-pointer -DMAX_MEGABYTES=16 -DKBD_US -DKBDFLAGS=0 -c -o keyboard.o keyboard.c
  55. gcc -DKERNEL -Wall -O6 -fomit-frame-pointer -DMAX_MEGABYTES=16 -c serial.c
  56. serial.c: In function `line_status_intr':
  57. serial.c:184: warning: unused variable `status'
  58. gcc -DKERNEL -Wall -O6 -fomit-frame-pointer -DMAX_MEGABYTES=16 -c tty_ioctl.c
  59. gcc -DKERNEL -Wall -O6 -fomit-frame-pointer -DMAX_MEGABYTES=16 -c pty.c
  60. gcc -DKERNEL -Wall -O6 -fomit-frame-pointer -DMAX_MEGABYTES=16 -c lp.c
  61. gcc -DKERNEL -Wall -O6 -fomit-frame-pointer -DMAX_MEGABYTES=16 -c vt.c
  62. gcc -DKERNEL -Wall -O6 -fomit-frame-pointer -DMAX_MEGABYTES=16 -c mem.c
  63. gcc -DKERNEL -Wall -O6 -fomit-frame-pointer -DMAX_MEGABYTES=16 -c mouse.c
  64. gcc -DKERNEL -Wall -O6 -fomit-frame-pointer -DMAX_MEGABYTES=16 -c busmouse.c
  65. gcc -DKERNEL -Wall -O6 -fomit-frame-pointer -DMAX_MEGABYTES=16 -c psaux.c
  66. make[2]: *** No way to make target `msbusmouse.o'.  Stop.
  67. make[1]: *** [kernelsubdirs] Error 1
  68. make: *** [linuxsubdirs] Error 1
  69.  
  70. -- 
  71. maThiEu a. LeWis     "Don't ask me/what you know is true/don't have
  72. cyber-mercenary       to tell you/I love your precious heart/I/I was
  73. Thieves Like Us       standing/you were there/two worlds collided/and
  74. mal11@Po.cwru.edu     they could never tear us apart." 
  75.