From owner-freebsd-questions Fri Nov 10 17:37:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from kobold.compt.com (TBextgw.compt.com [209.115.146.18]) by hub.freebsd.org (Postfix) with ESMTP id 0DEBD37B479 for ; Fri, 10 Nov 2000 17:37:18 -0800 (PST) Date: Fri, 10 Nov 2000 20:37:16 -0500 From: Klaus Steden To: freebsd-questions@freebsd.org Subject: problems upgrading 4.0-RELEASE Message-ID: <20001110203716.I41892@cthulu.compt.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I'm attempting to upgrade my machine from 4.0-RELEASE to -STABLE. I've run 'make buildworld' successfully, and I'm now in the process of building a new kernel. However ... I can't even build a GENERIC kernel. Here's what I get... kobold:/usr/src/sys/compile/GENERIC[2615]# make 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 -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}:776: Error: operands given don't match any known 386 instruction {standard input}:841: Error: operands given don't match any known 386 instruction *** Error code 1 Stop in /usr/src/sys/compile/GENERIC. I've cvsup'd fresh kernel source (as of Wednesday), and run 'make depend' and 'make clean'. I'm at a loss. Anyone seen this before? Anyone have a solution? thanks, Klaus To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message