Subject: current kernel build failure
To: None <current-users@netbsd.org>
From: Matt Bell <mtbell@micropede.com>
List: current-users
Date: 08/06/2001 16:54:28
Hi,

Im trying to build a kernel with today's source and July 25th's userland
and get this error:

cc  -O2 -Werror -Wall -Wmissing-prototypes -Wstrict-prototypes
-Wpointer-arith -Wno-uninitialized -Wno-main -I. -I../../../../arch
-I../../../.. -nostdinc -DLKM -DIPSEC_DEBUG -DMAXUSERS=32 -D_KERNEL
-D_KERNEL_OPT -Di386  -c ../../../../dev/clock_subr.c
cc  -O2 -Werror -Wall -Wmissing-prototypes -Wstrict-prototypes
-Wpointer-arith -Wno-uninitialized -Wno-main -I. -I../../../../arch
-I../../../.. -nostdinc -DLKM -DIPSEC_DEBUG -DMAXUSERS=32 -D_KERNEL
-D_KERNEL_OPT -Di386  -c ../../../../arch/i386/isa/npx.c
/tmp/ccaNVX5r.s: Assembler messages:
/tmp/ccaNVX5r.s:314: Error: no such 386 instruction: `fxsave'
/tmp/ccaNVX5r.s:410: Error: no such 386 instruction: `fxsave'
/tmp/ccaNVX5r.s:450: Error: no such 386 instruction: `fxrstor'
/tmp/ccaNVX5r.s:486: Error: no such 386 instruction: `fxsave'
/tmp/ccaNVX5r.s:581: Error: no such 386 instruction: `fxsave'
*** Error code 1

Stop.

Any Ideas?

-Matt