You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.[GNU Arm Embedded Toolchain](https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-a/downloads)
5
-
-~~brew: `gcc-arm-embedded`~~ This is 32 bit only, 64bit not available on brew
6
-
- Extract this [pre-built cross-compiler toolchain](https://github.com/thinkski/osx-arm-linux-toolchains/releases/download/8.3.0/aarch64-unknown-linux-gnu.tar.xz) into the build folder (should be located at `$PROJECT/build/aarch64-unkown-linux-gnu`)
7
-
2.[QEMU](https://www.qemu.org/download/)
8
-
3.-~~brew: `qemu`~~ Version on brew does not support the Raspberry Pi 4
9
-
- Checkout this [patched fork](https://github.com/mcribbs/qemu-patch-raspberry4) and compile.
10
-
- Update QEMU_COMMAND in the Makefile with the location of your built binary
11
-
## Resources
12
-
-https://jsandler18.github.io/ - This is old and targets 32bit machines
0 commit comments