From owner-freebsd-questions Sat Jul 15 11:21:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from scaup.prod.itd.earthlink.net (scaup.prod.itd.earthlink.net [207.217.121.49]) by hub.freebsd.org (Postfix) with ESMTP id 8000E37B56C for ; Sat, 15 Jul 2000 11:21:25 -0700 (PDT) (envelope-from egravel@earthlink.net) Received: from earthlink.net (hybrid-024-221-117-152.phoenix.speedchoice.com [24.221.117.152]) by scaup.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with ESMTP id LAA26111 for ; Sat, 15 Jul 2000 11:21:22 -0700 (PDT) Message-ID: <3970AC35.456F3882@earthlink.net> Date: Sat, 15 Jul 2000 11:23:49 -0700 From: Emmanuel Gravel X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 4.0-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Other problems compiling kernel Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Got this error message when compiling. I can usually work around C problems, however assembler is another story... 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/ccVA5358.s: Assembler messages: /tmp/ccVA5358.s:773: Error: operands given don't match any known 386 instruction /tmp/ccVA5358.s:838: Error: operands given don't match any known 386 instruction *** Error code 1 So anyone know what I should do now? Got the latest sources today... Thanks! Emmanuel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message