Cheers, Sergio
chmod u+w ppc_defs.h grep '^#define' mk_defs.s >> ppc_defs.h rm mk_defs.s gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -D__powerpc__ -fsigned-char -msoft-float -pipe -ffixed-r2 -Wno-uninitialized -mmultiple -mstring -D__ASSEMBLY__ -c head.S -o head.o /usr/src/linux/include/asm/mmu.h: Assembler messages: /usr/src/linux/include/asm/mmu.h:10: Error: Unrecognized opcode: `typedef' make[1]: *** [head.o] Error 1 make[1]: Leaving directory `/usr/src/linux/arch/ppc/kernel' make: *** [_dir_arch/ppc/kernel] Error 2 <root> [/usr/src/linux]