Subject: Help for a newbie on -current
To: None <current-users@netbsd.org>
From: Carlos de Avelar Portela <caportel@terra.com.br>
List: current-users
Date: 03/03/2002 00:18:04
Hi all!

Well, I just get started to build the -current kernel after download of 
the entire sources, and always got this error on npx:

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/cc5rNAyk.s: Assembler messages:
/tmp/cc5rNAyk.s:317: Error: no such 386 instruction: `fxsave'
/tmp/cc5rNAyk.s:412: Error: no such 386 instruction: `fxsave'
/tmp/cc5rNAyk.s:451: Error: no such 386 instruction: `fxrstor'
/tmp/cc5rNAyk.s:487: Error: no such 386 instruction: `fxsave'
/tmp/cc5rNAyk.s:571: Error: no such 386 instruction: `fxsave'
*** Error code 1

Stop.

I tried a generic and a customized kernel configuration, but got the 
same error. Can somebody help me on this?


thx

Carlos