sknauert@xxxxxxxxxxxx wrote:
Don't know if it makes any difference, but I always specify the architecture on the command line:make CROSS_COMPILE=mips-linux-gnu- oldconfig make -j 3 CROSS_COMPILE=mips-linux-gnu- all make CROSS_COMPILE=mips-linux-gnu- INSTALL_MOD_PATH=~/ modules_install cp vmlinux ~/boot/vmlinux-2.6.21.1 cp System.map ~/boot/System.map-2.6.21.1 cp .config ~/boot/config-2.6.21.1 cd ~/ tar -cf kernel.tar lib boot
make ARCH=mips -j 3 CROSS_COMPILE=mips-linux-gnu all