====== Cobalt Qube2 (Linux) ====== ===== Linux 2.4.x ===== ===== Linux 2.6.x ===== ===== Cross-compiling kernel stuff ===== links: * http://debian.speedblue.org/ (cross-compiling tools / debian) * [[:linux:kernel#cross-compiling|Cross Compiling notes on TNT]] * http://www.kegel.com/crosstool/current/doc/crosstool-howto.html make ARCH= config, then make ARCH= CROSS_COMPILE= all you can put the CROSS_COMPILE variable on the config command, too. Doesn't hurt and is probably "proper" **Example** ... ARCH = mips CROSS_COMPILE = /usr/mipsel/bin/mipsel-linux- .. export ARCH=mips make-kpkg --initrd --rootcmd=fakeroot --arch mips --append-to-version=xxx kernel_image FIXME - Debian package is created for arch=mips (Mipsel Debian on CobaltQube expect arch=mipsel) - you might have some problem installing the package;