From owner-freebsd-bugs Tue Jul 18 19:50: 7 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4BF9037B54E for ; Tue, 18 Jul 2000 19:50:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA64669; Tue, 18 Jul 2000 19:50:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 18 Jul 2000 19:50:06 -0700 (PDT) Message-Id: <200007190250.TAA64669@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Will Andrews Subject: Re: kern/20021: 4.0-STABLE kernel compile dies Reply-To: Will Andrews Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/20021; it has been noted by GNATS. From: Will Andrews To: key@purdue.edu Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: kern/20021: 4.0-STABLE kernel compile dies Date: Tue, 18 Jul 2000 22:43:14 -0400 On Tue, Jul 18, 2000 at 06:24:04PM -0700, key@purdue.edu wrote: > >Synopsis: 4.0-STABLE kernel compile dies Actually, 4.1-RC now. :) > su-2.03# make > [many files which compiled correctly are omitted] > 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/bioscal > l.s > /tmp/ccEc7898.s: Assembler messages: > /tmp/ccEc7898.s:773: Error: operands given don't match any known 386 instruction > /tmp/ccEc7898.s:838: Error: operands given don't match any known 386 instruction > *** Error code 1 We over at PHYS encountered the same problem trying to upgrade one of our RELENG_4 systems. The problem is caused by not having the new Binutils 2.10.0, which supports those 386 instructions, installed beforehand. Simple solution is to run ``make install'' in /usr/src/gnu before trying a kernel build. This is normally covered by an installworld. Take care, -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message