Date: Thu, 20 Jul 2000 13:36:22 -0400 From: Forrest Aldrich <forrie@forrie.com> To: freebsd-stable@freebsd.org Subject: 4.x stable compile error (Kernel) Message-ID: <4.3.2.7.2.20000720133520.00c34dc0@64.20.73.233>
next in thread | raw e-mail | index | archive | help
I've done a 'make clean' in /usr/src, and this error keeps coming up. Looks like a bug... is this known? A CVSUP was just performed, so the archive is up-to-date. _F ===> agp make: don't know how to make agp_if.c. Stop *** Error code 2 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/src/sys/compile/INBOUND. make -f ../../dev/aic7xxx/Makefile MAKESRCPATH=../../dev/aic7xxx Warning: Object directory not changed from original /usr/src/sys/compile/INBOUND cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 ../../i386/apm/apm.c cc -c -x assembler-with-cpp -DLOCORE -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 ../../i386/i386/bioscall.s /tmp/cce31618.s: Assembler messages: /tmp/cce31618.s:776: Error: operands given don't match any known 386 instruction /tmp/cce31618.s:841: Error: operands given don't match any known 386 instruction *** Error code 1 Stop in /usr/src/sys/compile/INBOUND. chflags noschg /kernel mv /kernel /kernel.old install -c -m 555 -o root -g wheel -fschg kernel /kernel if [ -d /modules -a -n "`ls /modules`" ]; then mkdir -p /modules.old; cp -p /modules/* /modules.old; fi; cd ../../modules && env MAKEOBJDIRPREFIX=/usr/src/sys/compile/INBOUND/modules make install ===> agp install -c -o root -g wheel -m 555 agp.ko /modules install: agp.ko: No such file or directory *** Error code 71 Stop in /usr/src/sys/modules/agp. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4.3.2.7.2.20000720133520.00c34dc0>