From owner-freebsd-stable Mon Feb 5 0:35:47 2001 Delivered-To: freebsd-stable@freebsd.org Received: from bazooka.unixfreak.org (bazooka.unixfreak.org [63.198.170.138]) by hub.freebsd.org (Postfix) with ESMTP id 3F7EE37B69C for ; Mon, 5 Feb 2001 00:35:26 -0800 (PST) Received: by bazooka.unixfreak.org (Postfix, from userid 1000) id EA8013E09; Mon, 5 Feb 2001 00:35:25 -0800 (PST) Received: from unixfreak.org (localhost [127.0.0.1]) by bazooka.unixfreak.org (Postfix) with ESMTP id E930F3C10B; Mon, 5 Feb 2001 00:35:25 -0800 (PST) To: "Mars G. Miro" Cc: freebsd-stable@freebsd.org Subject: Re: buildkernel errors In-Reply-To: Message from Mars G.Miro of "Mon, 05 Feb 2001 15:32:42 +0800." <01020515521500.10140@hellraiser.cannoncreek.com> Date: Mon, 05 Feb 2001 00:35:20 -0800 From: Dima Dorfman Message-Id: <20010205083525.EA8013E09@bazooka.unixfreak.org> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > cc -c -x assembler-with-cpp -DLOCORE -O -Wall -Wredundant-decls -Wnested-exte > rns -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast > -qual -fformat-extensions -ansi -g -nostdinc -I- -I. -I/usr/src/sys -I/usr/s > rc/sys/../include -D_KERNEL -include opt_global.h -elf -mpreferred-stack-bo > undary=2 /usr/src/sys/i386/i386/bioscall.s > /tmp/ccN41074.s: Assembler messages: > /tmp/ccN41074.s:773: Error: operands given don't match any known 386 instruct > ion > /tmp/ccN41074.s:838: Error: operands given don't match any known 386 instruct > ion This is usually seen when one tries to do a buildkernel before doing a buildworld. Did the buildworld finish as usual? If not, make sure it does and try again. Dima Dorfman dima@unixfreak.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message