commit 12e902533abdffabafc0e941612f0dd4300d2b00 parent 0fdef5e10f1d05483e41d1b1b23e963697fed940 Author: Brian Swetland <swetland@frotz.net> Date: Fri, 22 Apr 2022 12:59:12 -0700 docs: alternate toolchain build system Diffstat:
M | docs/setup.md | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/docs/setup.md b/docs/setup.md @@ -42,6 +42,13 @@ make install You can change `--prefix=` to point at where you want to install qemu or remove it to install in /usr/local (which will require running make install as root) +## Alternate Toolchain Build + +I haven't tried this, but it's the official-ish RISCV toolchain build system and looks like it should build gcc, gdb, and qemu: +https://github.com/riscv-collab/riscv-gnu-toolchain + +Be sure to configure it for 32bit riscv. + ## Checking out and building ```