Hi All, I am working on linux-2.6.18-rc2-g73a589b5.tar.bz2 for MPC875, the cross-tools are from ELDK 4.0. After configuration and do 'make zImage', I got these error:
CC arch/ppc/boot/simple/m8xx_tty.o arch/ppc/boot/simple/m8xx_tty.c:32: error: static declaration of 'cpmp' follows non-static declaration include/asm/commproc.h:74: error: previous declaration of 'cpmp' was here make[2]: *** [arch/ppc/boot/simple/m8xx_tty.o] Error 1 I also got these errors if I used these tools on Linux 2.6.13, but there is no error if I use tools from ELDK 3.1.1, can anyone help me figure it out? Thanks.