home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!ukma!usenet.ins.cwru.edu!po.CWRU.Edu!mal11
- From: mal11@po.CWRU.Edu (Matthew A. Lewis)
- Newsgroups: comp.os.linux
- Subject: error compiling 0.98.1 assistance
- Date: 18 Nov 1992 03:37:39 GMT
- Organization: Case Western Reserve University, Cleveland, OH (USA)
- Lines: 63
- Message-ID: <1ecdq3INNe90@usenet.INS.CWRU.Edu>
- Reply-To: mal11@po.CWRU.Edu (Matthew A. Lewis)
- NNTP-Posting-Host: slc5.ins.cwru.edu
-
-
-
- I've having a little difficulty compiling in patch 1 to the 0.98.0
- source. Compiling 0.98.0 was no problem. But the basic 0.98.1
- compilation attempts always fail with msbusmouse.o.
- I'd appreciate any help possible. Thanx in advance.
-
- gcc -DKERNEL -E -DMAX_MEGABYTES=16 -traditional boot/bootsect.S -o boot/bootsect.s
- as86 -0 -a -o boot/bootsect.o boot/bootsect.s
- ld86 -0 -s -o boot/bootsect boot/bootsect.o
- gcc -DKERNEL -E -DMAX_MEGABYTES=16 -traditional -DSVGA_MODE=4 boot/setup.S -o boot/setup.s
- as86 -0 -a -o boot/setup.o boot/setup.s
- ld86 -0 -s -o boot/setup boot/setup.o
- gcc -DKERNEL -E -DMAX_MEGABYTES=16 -traditional boot/head.S -o boot/head.s
- as -c -o boot/head.o boot/head.s
- gcc -DKERNEL -Wall -O6 -fomit-frame-pointer -DMAX_MEGABYTES=16 -c -o init/main.o init/main.c
- gcc -DKERNEL -Wall -O6 -fomit-frame-pointer -DMAX_MEGABYTES=16 -c -o tools/version.o tools/version.c
- kernel
- gcc -DKERNEL -Wall -O6 -fomit-frame-pointer -DMAX_MEGABYTES=16 -fno-omit-frame-pointer -c sched.c
- gcc -DKERNEL -E -DMAX_MEGABYTES=16 -traditional sys_call.S -o sys_call.s
- as -c -o sys_call.o sys_call.s
- gcc -DKERNEL -Wall -O6 -fomit-frame-pointer -DMAX_MEGABYTES=16 -c traps.c
- gcc -DKERNEL -Wall -O6 -fomit-frame-pointer -DMAX_MEGABYTES=16 -c irq.c
- gcc -DKERNEL -Wall -O6 -fomit-frame-pointer -DMAX_MEGABYTES=16 -c fork.c
- gcc -DKERNEL -Wall -O6 -fomit-frame-pointer -DMAX_MEGABYTES=16 -c panic.c
- gcc -DKERNEL -Wall -O6 -fomit-frame-pointer -DMAX_MEGABYTES=16 -c printk.c
- gcc -DKERNEL -Wall -O6 -fomit-frame-pointer -DMAX_MEGABYTES=16 -c vsprintf.c
- gcc -DKERNEL -Wall -O6 -fomit-frame-pointer -DMAX_MEGABYTES=16 -c sys.c
- gcc -DKERNEL -Wall -O6 -fomit-frame-pointer -DMAX_MEGABYTES=16 -c exit.c
- gcc -DKERNEL -Wall -O6 -fomit-frame-pointer -DMAX_MEGABYTES=16 -c signal.c
- gcc -DKERNEL -Wall -O6 -fomit-frame-pointer -DMAX_MEGABYTES=16 -c mktime.c
- gcc -DKERNEL -Wall -O6 -fomit-frame-pointer -DMAX_MEGABYTES=16 -c ptrace.c
- gcc -DKERNEL -Wall -O6 -fomit-frame-pointer -DMAX_MEGABYTES=16 -c ioport.c
- gcc -DKERNEL -Wall -O6 -fomit-frame-pointer -DMAX_MEGABYTES=16 -c itimer.c
- 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
- sync
- chr_drv
- gcc -DKERNEL -Wall -O6 -fomit-frame-pointer -DMAX_MEGABYTES=16 -c tty_io.c
- tty_io.c:58: warning: `put_tty_queue' declarations disagree about `inline'
- tty_io.c:72: warning: `get_tty_queue' declarations disagree about `inline'
- tty_io.c:86: warning: `tty_write_flush' declarations disagree about `inline'
- gcc -DKERNEL -Wall -O6 -fomit-frame-pointer -DMAX_MEGABYTES=16 -c -o console.o console.c
- gcc -DKERNEL -Wall -O6 -fomit-frame-pointer -DMAX_MEGABYTES=16 -DKBD_US -DKBDFLAGS=0 -c -o keyboard.o keyboard.c
- gcc -DKERNEL -Wall -O6 -fomit-frame-pointer -DMAX_MEGABYTES=16 -c serial.c
- serial.c: In function `line_status_intr':
- serial.c:184: warning: unused variable `status'
- gcc -DKERNEL -Wall -O6 -fomit-frame-pointer -DMAX_MEGABYTES=16 -c tty_ioctl.c
- gcc -DKERNEL -Wall -O6 -fomit-frame-pointer -DMAX_MEGABYTES=16 -c pty.c
- gcc -DKERNEL -Wall -O6 -fomit-frame-pointer -DMAX_MEGABYTES=16 -c lp.c
- gcc -DKERNEL -Wall -O6 -fomit-frame-pointer -DMAX_MEGABYTES=16 -c vt.c
- gcc -DKERNEL -Wall -O6 -fomit-frame-pointer -DMAX_MEGABYTES=16 -c mem.c
- gcc -DKERNEL -Wall -O6 -fomit-frame-pointer -DMAX_MEGABYTES=16 -c mouse.c
- gcc -DKERNEL -Wall -O6 -fomit-frame-pointer -DMAX_MEGABYTES=16 -c busmouse.c
- gcc -DKERNEL -Wall -O6 -fomit-frame-pointer -DMAX_MEGABYTES=16 -c psaux.c
- make[2]: *** No way to make target `msbusmouse.o'. Stop.
- make[1]: *** [kernelsubdirs] Error 1
- make: *** [linuxsubdirs] Error 1
-
- --
- maThiEu a. LeWis "Don't ask me/what you know is true/don't have
- cyber-mercenary to tell you/I love your precious heart/I/I was
- Thieves Like Us standing/you were there/two worlds collided/and
- mal11@Po.cwru.edu they could never tear us apart."
-