Date: Wed, 2 Aug 2000 12:04:19 -0400 From: "Rex A. Roof" <rex@rexroof.com> To: freebsd-current@freebsd.org Subject: -current buildkernel problems. Message-ID: <20000802120419.A93439@rexroof.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000802120419.A93439>