aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-04-15 15:07:30 -0700
committerChristian Cunningham <cc@localhost>2022-04-15 15:07:30 -0700
commita0175ae1a38162f9594bba022c14b5776e073cea (patch)
tree4931e839e644d66380d877fcd0ce2f5283630e52
parent99d760d1656920bda8d782ff10e40b4e7458dd03 (diff)
ARM Cross Compiler Binary Instructions
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
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`