ho terminato la configurazione su Mandriva ed ho lanciato la compilazione però mi restituisce il seguente errore:

codice:
# make bzImage && make modules && make modules_install
make[1]: `arch/i386/kernel/asm-offsets.s' is up to date.
  CHK     include/linux/compile.h
  CC      arch/i386/kernel/process.o
{standard input}: Assembler messages:
{standard input}:700: Error: suffix or operands invalid for `mov'
{standard input}:701: Error: suffix or operands invalid for `mov'
{standard input}:886: Error: suffix or operands invalid for `mov'
{standard input}:887: Error: suffix or operands invalid for `mov'
{standard input}:951: Error: suffix or operands invalid for `mov'
{standard input}:952: Error: suffix or operands invalid for `mov'
{standard input}:1050: Error: suffix or operands invalid for `mov'
{standard input}:1051: Error: suffix or operands invalid for `mov'
{standard input}:1060: Error: suffix or operands invalid for `mov'
{standard input}:1072: Error: suffix or operands invalid for `mov'
make[1]: *** [arch/i386/kernel/process.o] Error 1
make: *** [arch/i386/kernel] Error 2
Con gcc version 3.3.6 (Mandrakelinux release 3.3.6-3mdk).

se a qualcuno è già uscito e sa come risolvere...