Date: Fri, 10 Nov 2000 20:37:16 -0500 From: Klaus Steden <klaus@compt.com> To: freebsd-questions@freebsd.org Subject: problems upgrading 4.0-RELEASE Message-ID: <20001110203716.I41892@cthulu.compt.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001110203716.I41892>