From owner-freebsd-current Wed Aug 2 9: 4:21 2000 Delivered-To: freebsd-current@freebsd.org Received: from rexroof.com (po.wccnet.org [198.111.177.192]) by hub.freebsd.org (Postfix) with ESMTP id C181C37BBFA for ; Wed, 2 Aug 2000 09:04:17 -0700 (PDT) (envelope-from rex@rexroof.com) Received: (from rex@localhost) by rexroof.com (8.9.3/8.9.1) id MAA93444; Wed, 2 Aug 2000 12:04:20 -0400 (EDT) Date: Wed, 2 Aug 2000 12:04:19 -0400 From: "Rex A. Roof" To: freebsd-current@freebsd.org Subject: -current buildkernel problems. Message-ID: <20000802120419.A93439@rexroof.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG after doing a cvsup I tried to build a new kernel and found that I was getting this error: (while doing config) ../../conf/files: coda/coda_fbsd.c must be optional, mandatory or standard so, I searched the mailing lists and found that I needed to update /usr/sbin/config, so I did, and was able to config, and start building the kernel. well, that led me to a rather nice compile error: 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/ccv99837.s: Assembler messages: /tmp/ccv99837.s:772: Error: operands given don't match any known 386 instruction /tmp/ccv99837.s:837: Error: operands given don't match any known 386 instruction *** Error code 1 After searching the mailing lists (this one) again, I found that the answer was to use the newest gcc, and that I probably want to be using "make buildkernel" in /usr/src, so, thats what I did, and I'm getting this error again: ../../conf/files: coda/coda_fbsd.c must be optional, mandatory or standard so, anyone have an answer? I've also tried compiling the newest gcc, standalone, with no luck. -Rex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message