diff options
author | Christian Cunningham <cc@localhost> | 2022-04-04 17:47:20 -0700 |
---|---|---|
committer | Christian Cunningham <cc@localhost> | 2022-04-04 17:47:20 -0700 |
commit | 4d4d0d1d05a0c705e95d0aa2c18f941675182f47 (patch) | |
tree | 1eedb3042dc4ba2c739df93b382f63fcc7703316 | |
parent | b338f6fe91c5d22db452d40d8a31dc88378e72de (diff) |
Toolchain acquisition
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -9,6 +9,9 @@ - Ensure you have the `arm-none-eabi-gcc` cross compiler installed. - From the root of the directory, i.e. in `Jobbed`, execute `make` +## Getting Cross Compiler + - https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/downloads + ## Todo - Finish Build Instructions - Deterministic Graphics |