PDA

View Full Version : Knoppix 5.01 cd kernel problems



rivendels
06-26-2006, 08:00 PM
Hi
I got this problem, that i just can't compile any kernel under new knoppix 5.01 some versions cannot find different files other just throw strange messages and quit. what is wrong is it a gcc problem or knoppix has bugs??

I get sth like this:


CC arch/i386/kernel/process.o
{standard input}: Assembler messages:
{standard input}:801: Error: suffix or operands invalid for `mov'
{standard input}:802: Error: suffix or operands invalid for `mov'
{standard input}:1010: Error: suffix or operands invalid for `mov'
{standard input}:1011: Error: suffix or operands invalid for `mov'
{standard input}:1090: Error: suffix or operands invalid for `mov'
{standard input}:1091: Error: suffix or operands invalid for `mov'
{standard input}:1149: Error: suffix or operands invalid for `mov'
{standard input}:1150: Error: suffix or operands invalid for `mov'
{standard input}:1264: Error: suffix or operands invalid for `mov'
{standard input}:1276: Error: suffix or operands invalid for `mov'
make[1]: *** [arch/i386/kernel/process.o] error 1
make: *** [arch/i386/kernel] error 2


kernel version is 2.6.11.4

rivendels
06-28-2006, 10:43 AM
Ok I cleared this out. the problem is with too new binutils :shock: after installing binutils-2.15-6 and binutils-dev-2.15-6 everything works fine