This document is a tiny guide about how to build a kernel for your device using cross compilation.
To build cross compiled kernel images you'll need to read and complete this step:
For example for versatile devices:
$ mkdir /devel/crux-arm/kernel $ cd /devel/crux-arm/kernel $ git clone git://crux-arm.nu/crux-arm/kernel/vexpress.git $ cd vexpress $ git branch 3.5 origin/3.5 $ git checkout 3.5
For example, to build a image (zImage) for vexpress devices:
$ cd /devel/crux-arm/kernel/vexpress $ make