From Fedora Project Wiki

< Architectures‎ | ARM

Revision as of 05:28, 1 December 2010 by Jzaidi (talk | contribs) (Created page with 'First, grab a source code. ''wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.36.1.tar.bz2'' Extract and install the package ''tar xjvf (tar.bz2 file)'' You get a fol...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

First, grab a source code. wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.36.1.tar.bz2

Extract and install the package tar xjvf (tar.bz2 file)

You get a folder called linux-2.6.36.1. Change to that directory and edit the Makefile.

Inside the Makefile, change to the following:

ARCH  ?= arm CROSS_COMPILE ?= (directory of the cross-compiler)

                 For example, /home/username/Desktop/arm-2010.09/bin/arm-none-linux-gnueabi-