Subject: Re: current kernel build failure
To: Matt Bell <mtbell@micropede.com>
From: Jason R Thorpe <thorpej@zembu.com>
List: current-users
Date: 08/06/2001 14:53:44
On Mon, Aug 06, 2001 at 04:54:28PM -0400, Matt Bell wrote:

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

Make sure you have updated your gas(1) first.

 > 
 > 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
 > 

-- 
        -- Jason R. Thorpe <thorpej@zembu.com>