- Code: Select all
make[2]: Entering directory `/usr/src/linux-2.4.33/arch/i386/lib'
gcc -D__KERNEL__ -I/usr/src/linux-2.4.33/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=athlon -nostdinc -iwithprefix include -DKBUILD_BASENAME=mmx -c -o mmx.o mmx.c
mmx.c: In function `_mmx_memcpy':
mmx.c:42: error: invalid `asm': operand number out of range
{standard input}: Assembler messages:
{standard input}:62: Error: expecting operand before ','; got nothing
make[2]: *** [mmx.o] Error 1
make[2]: Leaving directory `/usr/src/linux-2.4.33/arch/i386/lib'
make[1]: *** [first_rule] Error 2
make[1]: Leaving directory `/usr/src/linux-2.4.33/arch/i386/lib'
make: *** [_dir_arch/i386/lib] Error 2
This is on debian stable. Any ideas?