README: Add cross compilation instructions

To make cross-compilation easy, refer users to the setup_codesourcery
repo that is maintained by Robert Foss.

Signed-off-by: Sean Cross <xobs@kosagi.com>
This commit is contained in:
Robert Foss 2015-01-25 00:43:00 +01:00 committed by Sean Cross
parent a8bd97b5d0
commit 1e9fd14f3e

View file

@ -6,6 +6,15 @@ of the Fernvale CPU. It will likely be disposed of when the system has been
understood well enough to implement a full operating system. understood well enough to implement a full operating system.
Setting up cross compilation
----------------------------
### Linux
git clone https://github.com/robertfoss/setup_codesourcery.git
sudo setup_codesourcery/setup.sh
/usr/local/bin/codesourcery-arm-2014.05.sh
Building Fernly Building Fernly
--------------- ---------------