Sorry for my silly question. I didn't realize that even in the Linux PPC master Makefile it is necessary to setup the ARCH variable. Anyway here are the operations I performed in order to build the kernel for this board (I think this can help other newbies like me):
1) download linuxppc_2_4_devel tree: rsync -avz --delete source/mvista.com::linuxppc_2_4_devel <destination_directory> 2) make mrproper 3) make walnut_config 4) make oldconfig 5) make dep 6) make pImage Thanks for the help, llandre ** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
