From a0175ae1a38162f9594bba022c14b5776e073cea Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Fri, 15 Apr 2022 15:07:30 -0700 Subject: ARM Cross Compiler Binary Instructions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7fb9103..b69f5cb 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,12 @@ - From the root of the directory, i.e. in `Jobbed`, execute `make -f Unix.mk` - The built image is found in `build/kernel7.img` and can be copied to the root of the Raspberry Pi SD card's first parition +### Building MacOS with Cross Compiler from ARM's website + - Clone the repository + - Ensure you have the `gcc-arm-embedded` installed from the website, 10-3 2021 July + - From the root of the directory, i.e. in `Jobbed`, execute `make -f Mac.mk` + - The built image is found in `build/kernel7.img` and can be copied to the root of the Raspberry Pi SD card's first parition + ### Building (Google Colab) - `!git clone https://github.com/TerminalCursor/Jobbed.git` - `!apt install gcc-arm-none-eabi` -- cgit v1.2.1