I am using x86 based system, Redhat Linux 9, to compile a kernel for power pc
This is what I did
# make clean && make mrproper # make ARCH=ppc CROSS_COMPILE=powerpc-linux- menuconfig # make modules # make dep #make bzImage
I have an error here: make: ***[init/main.o] Error 1
Some one tell me where I went wrong