Subject: Re: Error: no such 386 instruction: `fxsave'
To: Mike Saunders <method@method.cx>
From: Andrew Gillham <gillham@vaultron.com>
List: current-users
Date: 10/29/2001 17:51:53
On Mon, Oct 29, 2001 at 05:55:04PM -0600, Mike Saunders wrote:
> 
> schizo# make
> cc  -O2 -Werror -Wall -Wmissing-prototypes -Wstrict-prototypes
> -Wpointer-arith -Wno-uninitialized -Wno-main -I. -I../../../../arch
> -I../../../.. -nostdinc -DCRYPTO_MD_DES_ENC -DCRYPTO_MD_BF_ENC -DLKM
> -DMAXUSERS=32 -D_KERNEL -D_KERNEL_OPT -Di386  -c
> ../../../../arch/i386/isa/npx.c
> /tmp/ccmq7D7T.s: Assembler messages:
> /tmp/ccmq7D7T.s:314: Error: no such 386 instruction: `fxsave'
> /tmp/ccmq7D7T.s:410: Error: no such 386 instruction: `fxsave'
> /tmp/ccmq7D7T.s:450: Error: no such 386 instruction: `fxrstor'
> /tmp/ccmq7D7T.s:486: Error: no such 386 instruction: `fxsave'
> /tmp/ccmq7D7T.s:571: Error: no such 386 instruction: `fxsave'
> *** Error code 1

Read /usr/src/UPDATING.  You need to rebuild gas, or remove "options I686_CPU

-Andrew