diff options
author | Christian Cunningham <cc@localhost> | 2022-04-15 15:07:30 -0700 |
---|---|---|
committer | Christian Cunningham <cc@localhost> | 2022-04-15 15:07:30 -0700 |
commit | a0175ae1a38162f9594bba022c14b5776e073cea (patch) | |
tree | 4931e839e644d66380d877fcd0ce2f5283630e52 | |
parent | 99d760d1656920bda8d782ff10e40b4e7458dd03 (diff) |
ARM Cross Compiler Binary Instructions
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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` |