Subject: i386/isa/npx.c cannot be compiled
To: None <current-users@netbsd.org>
From: Katsuhisa ABE <katsuhisa.abe@nifty.com>
List: current-users
Date: 04/11/2002 23:42:19
Dear folks,
I cannot complie current's GENERIC kernel with the following message,
which sources are updated on about 11:00 (UTC) today (11th April)
by "cvs update -d -P":
---------------------------------
cc -ffreestanding -O2 -Werror -Wall -Wno-main -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wno-uninitialized -Di386 -I. -I../../../../arch -I../../../.. -nostdinc -DLKM -DMAXUSERS=32 -D_KERNEL -D_KERNEL_OPT -c ../../../../arch/i386/isa/npx.c
/tmp/ccsTc7FR.s: Assembler messages:
/tmp/ccsTc7FR.s:331: Error: no such 386 instruction: `fxsave'
/tmp/ccsTc7FR.s:425: Error: no such 386 instruction: `fxsave'
/tmp/ccsTc7FR.s:464: Error: no such 386 instruction: `fxrstor'
/tmp/ccsTc7FR.s:493: Error: no such 386 instruction: `fxsave'
/tmp/ccsTc7FR.s:576: Error: no such 386 instruction: `fxsave'
*** Error code 1
Stop.
--------------------------------
My environment is NetBSD 1.5.3 (i386) and CPU is
Intel Pentium III (Coppermine) (686-class), 701.62 MHz
But When I uncomment "options I686_CPU" , it can be compiled.
So would you give me any advice?
Regards,
-- Katsuhisa ABE <katsuhisa.abe@nifty.com>