package: binutils
version: 2.16.1cvs20050902-1
When I try to compile using kernel-source-2.6.8 or kernel-source-2.6.11
(in Sid, on a host with an Athlon-64 CPU, but running the standard i386
packages except for a custom 2.4.27 kernel), the compile (done by
running "make" after a "make menuconfig", and whether performed with or
without a "make clean") fails with these messages from the assembler:
[...]
GZIP usr/initramfs_data.cpio.gz
AS usr/initramfs_data.o
LD usr/built-in.o
CC arch/i386/kernel/process.o
{standard input}: Assembler messages:
{standard input}:704: Error: suffix or operands invalid for `mov'
{standard input}:705: Error: suffix or operands invalid for `mov'
{standard input}:898: Error: suffix or operands invalid for `mov'
{standard input}:899: Error: suffix or operands invalid for `mov'
{standard input}:999: Error: suffix or operands invalid for `mov'
{standard input}:1000: Error: suffix or operands invalid for `mov'
{standard input}:1069: Error: suffix or operands invalid for `mov'
{standard input}:1070: Error: suffix or operands invalid for `mov'
{standard input}:1136: Error: suffix or operands invalid for `mov'
{standard input}:1148: Error: suffix or operands invalid for `mov'
make[1]: *** [arch/i386/kernel/process.o] Error 1
make: *** [arch/i386/kernel] Error 2
The same kernel-source-2.6.8 package, with the same .config file scp'd
over, does make on a different system -- one with a 1.7GHz Celeron CPU,
and running an older version (probably 2.15-5) of binutils.
Both hosts are using gcc-3.3 as /usr/bin/gcc .
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]