Re: "no such 386 instruction" with gcc 2.95.2

2001-01-28 Thread Matti Aarnio
> > I think I must need to upgrade my assembler, but: > > 2.4.0/Documentation/Changes does not list an assembler version. It does, the "binutils" package contain the assembler and linker, et.al. of that kind utilities. The errors quoted below are definitely due to "too ol

Re: "no such 386 instruction" with gcc 2.95.2

2001-01-27 Thread Jakob Schroeter
Hi! I have a similar problem when compiling recent 2.4.0-ac or 2.4.1-pre kernels: gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -march=i686-c -o i387.o i387.c {standard input}: Assembler messages: {standard input}:30

Re: "no such 386 instruction" with gcc 2.95.2

2001-01-27 Thread Pavel Machek
Hi! > I think I must need to upgrade my assembler, but: > 2.4.0/Documentation/Changes does not list an assembler version. > > > > > make[2]: Entering directory `/mnt/sdb2/src/linux-2.4.0/drivers/md' > gcc -D__KERNEL__ -I/mnt/sdb2/src/linux-2.4.0/include -Wall -Wstrict-proto > types -O2 -fomit

Re: "no such 386 instruction" with gcc 2.95.2

2001-01-25 Thread Brian Gerst
"David L. Nicol" wrote: > > I think I must need to upgrade my assembler, but: > 2.4.0/Documentation/Changes does not list an assembler version. The gas assembler is part of binutils. -- Brian Gerst - To unsubscribe from this list: send the line "unsubscribe linu