diff options
author | Christian Cunningham <cc@localhost> | 2022-04-15 09:50:28 -0700 |
---|---|---|
committer | Christian Cunningham <cc@localhost> | 2022-04-15 09:50:28 -0700 |
commit | 86050005de7ebf8741fcf67a5a3d347dccbdb62d (patch) | |
tree | f80ee94745d082e2e060778578aea7d688e7da98 | |
parent | 8c8e92cd14941921a125777e51e86d516ccdf428 (diff) |
WSL Missing Dependency
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,8 @@ - Ensure you have the `gcc-arm-none-eabi` cross compiler installed `# apt install gcc-arm-none-eabi`. - 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 + - On WSL you may also need to run `# apt install build-essential` to get `make` + - For faster building, it is recommended to run `make clean;make -f Unix.mk -j4`, where 4 can be adjusted to the amount of parallel jobs that the system can perform ### Building MacOS - Clone the repository |