Re: No such 386 instruction w/2.0.25

Greenie (greenie@100acre.com)
Sun, 17 Nov 1996 10:24:21 -0600 (CST)


On Sun, 17 Nov 1996, Thomas Molesworth wrote:

> make[1]: Entering directory `/usr/src/linux/arch/i386/kernel'
> gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2
> -fomit-frame-pointer -fno-strength-reduce -pipe -m486 -DCPU=486 -c
> -o time.o time.c
> {standard input}: Assembler messages:
> {standard input}:768: Error: no such 386 instruction: `rdmsr'
> {standard input}:770: Error: no such 386 instruction: `wrmsr'

Grab yourself a new binutils. The "as" you have right now is out of date.
Binutils can be found on sunsite as:
/pub/Linux/GCC/binutils-2.7.0.3.tar.gz

- Graeme.