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:
parent
a8bd97b5d0
commit
1e9fd14f3e
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue