Re: Cross-Compile difficulties

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



sknauert@xxxxxxxxxxxx wrote:
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
Don't know if it makes any difference, but I always specify the architecture on the command line:

make ARCH=mips -j 3 CROSS_COMPILE=mips-linux-gnu all



[Index of Archives]     [Linux MIPS Home]     [LKML Archive]     [Linux ARM Kernel]     [Linux ARM]     [Linux]     [Git]     [Yosemite News]     [Linux SCSI]     [Linux Hams]

  Powered by Linux