Date: Sat, 15 Jul 2000 11:23:49 -0700 From: Emmanuel Gravel <egravel@earthlink.net> To: freebsd-questions@freebsd.org Subject: Other problems compiling kernel Message-ID: <3970AC35.456F3882@earthlink.net>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3970AC35.456F3882>