From 1e9fd14f3eb4cec4960504d2f369fc0de2d5948c Mon Sep 17 00:00:00 2001 From: Robert Foss Date: Sun, 25 Jan 2015 00:43:00 +0100 Subject: [PATCH] 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 --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 5d80e64..2796156 100644 --- a/README.md +++ b/README.md @@ -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. +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 ---------------