Followup to: <[EMAIL PROTECTED]>
By author:Richard Henderson <[EMAIL PROTECTED]>
In newsgroup: linux.dev.kernel
>
> On Tue, Jan 02, 2001 at 03:12:37PM -0500, Ghadi Shayban wrote:
> > {standard input}: Assembler messages:
> > {standard input}:139: Error: bad register name `%%mm0'
>
> This is,
On Tue, Jan 02, 2001 at 03:12:37PM -0500, Ghadi Shayban wrote:
> {standard input}: Assembler messages:
> {standard input}:139: Error: bad register name `%%mm0'
This is, in fact, a compiler bug. Somehow the "%%" in the
source didn't print as "%" as expected.
r~
-
To unsubscribe from this list:
> I have no idea, but I'm guessing this isn't a gcc bug. Here's where my
> build fails:
> {standard input}: Assembler messages:
> {standard input}:139: Error: bad register name `%%mm0'
Your compiler/binutils are too old
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" i
I have no idea, but I'm guessing this isn't a gcc bug. Here's where my
build fails:
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2
-fomit-frame-pointer -fno-strict-aliasing -pipe
-mpreferred-stack-boundary=2 -march=athlon -c -o mmx.o mmx.c
{standard input}: Assemb
4 matches
Mail list logo