We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Recommended OS: Ubuntu 17.04 (I don't want to use Ubuntu either, cross-compiling is just simpler)
apt-get install gcc-arm-linux-gnueabi g++-arm-linux-gnueabi
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- oldconfig
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- modules_prepare
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- zImage modules -j 8
/boot/zImage
/arch/arm/boot
INSTALL_MOD_PATH=../modules make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- modules_install
build
../modules/lib/modules/3.18.21-custom/
source
cd /lib/modules/3.18.21-custom/build && make scripts