From owner-freebsd-current Tue Jun 6 22:31:34 2000 Delivered-To: freebsd-current@freebsd.org Received: from manatee.mammalia.org (manatee.mammalia.org [216.231.50.6]) by hub.freebsd.org (Postfix) with ESMTP id 55F5D37B746 for ; Tue, 6 Jun 2000 22:31:26 -0700 (PDT) (envelope-from rjoseph@manatee.mammalia.org) Received: (from rjoseph@localhost) by manatee.mammalia.org (8.9.3/8.9.3) id WAA04551 for freebsd-current@FreeBSD.org; Tue, 6 Jun 2000 22:31:21 -0700 (PDT) (envelope-from rjoseph) Date: Tue, 6 Jun 2000 22:31:21 -0700 From: R Joseph Wright To: freebsd-current@FreeBSD.org Subject: odd error in bioscall.s Message-ID: <20000606223120.A4519@manatee.mammalia.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have this problem while building a kernel from sources cvsup'ed today: cc -c -x assembler-with-cpp -DLOCORE -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -g -nostdinc -I- -I. -I../.. -I../../../include -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 ../../i386/i386/bioscall.s {standard input}: Assembler messages: {standard input}:774: Error: operands given don't match any known 386 instruction {standard input}:839: Error: operands given don't match any known 386 instruction *** Error code 1 Stop in /usr/src/sys/compile/MANATEE. The file bioscall.s has only 163 lines. Where is it getting 774 and 839? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message