From owner-freebsd-questions Fri Jul 14 13:55:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from flux.tribble.net (flux.tribble.net [198.49.247.41]) by hub.freebsd.org (Postfix) with ESMTP id 5215A37B531 for ; Fri, 14 Jul 2000 13:55:39 -0700 (PDT) (envelope-from tribble@tribble.net) Received: from localhost (tribble@localhost) by flux.tribble.net (8.9.3/8.9.3) with ESMTP id OAA20766 for ; Fri, 14 Jul 2000 14:55:38 -0600 (MDT) Date: Fri, 14 Jul 2000 14:55:38 -0600 (MDT) From: Paul To: questions@freebsd.org Subject: strange kernel build issues Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hey there... I'm having a very strange issue while trying to build kernel after cvsup'ing to -STABLE This is a FreeBSD 4.0-RELEASE machine. Seems it doesn't like some of the assembler instructions for some reason. is it just because i haven't done a make world first? here is where it dies: --snip-- 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/ccqr5463.s: Assembler messages: /tmp/ccqr5463.s:773: Error: operands given don't match any known 386 instruction /tmp/ccqr5463.s:838: Error: operands given don't match any known 386 instruction *** Error code 1 Stop in /usr/src/sys/compile/STASIS. You must build a kernel first. *** Error code 1 Stop in /usr/src/sys/compile/STASIS. --snip-- Regards, Paul http://www.tribble.net/ "Our OS who art in CPU, UNIX be thy name. Thy programs run, thy syscalls done, In kernel as it is in user!" -fortune To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message