From owner-freebsd-questions Sat Oct 7 13:24:28 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.atl.mediaone.net (atlasmtp.atl.mediaone.net [24.92.1.152]) by hub.freebsd.org (Postfix) with ESMTP id 053C937B503 for ; Sat, 7 Oct 2000 13:24:22 -0700 (PDT) Received: from mindspring.net (client120073.atl.mediaone.net [24.31.120.73]) by smtp.atl.mediaone.net (8.8.7/8.8.7) with ESMTP id QAA16999 for ; Sat, 7 Oct 2000 16:24:20 -0400 (EDT) Message-ID: <39DF865D.2C06C095@mindspring.net> Date: Sat, 07 Oct 2000 16:23:58 -0400 From: Mike Flanagan Reply-To: mikenoc@mindspring.net X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 4.0-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: problems with make buildworld Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello , I have just updated the sources and then tried to do a make buildworld unsecsesfully. I am running FreeBSD 4.0 The new sources went threw fine and the steps I took to do a make buildworld are as follows. I edited make.conf and added CFLAGS= -O -pipe NOPROFILE= true USA_RESIDENT= YES Then I cd /usr/obj and rm -rf * then did the make buildworld. After doing that I got a new Generic Kernel that I cannot compile to save my life. Even trying to compile the GENERIC kernel withought editing anything errors out with the following. So any help would be most apprecaited. Mike F. ude opt_global.h -elf -mpreferred-stack-boundary=2 -fomit-frame-pointer ../../i386/i386/atomic.c cc -c -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/autoconf.c cc -c -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/bios.c 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/ccj69159.s: Assembler messages: /tmp/ccj69159.s:776: Error: operands given don't match any known 386 instruction /tmp/ccj69159.s:841: Error: operands given don't match any known 386 instruction *** Error code 1 Stop in /usr/src/sys/compile/MFKERNEL. You must build a kernel first. *** Error code 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message