From 3cdac72e96106362bc315b7c10f23c2bbe28672b Mon Sep 17 00:00:00 2001 From: davidharrishmc <74973295+davidharrishmc@users.noreply.github.com> Date: Wed, 20 Oct 2021 10:49:41 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d8812fb0..559c3e0ee 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ sudo make install cd ../../riscv-arch-test cp ../riscv-isa-sim/arch_test_target/spike/Makefile.include . edit Makefile.include - change line with TARGETDIR to ~/riscv-wally/addins/riscv-isa-sim/arch_test_target (or whatever your path is) ***fix + change line with TARGETDIR to /home/harris/riscv-wally/addins/riscv-isa-sim/arch_test_target (or whatever your path is) add line export RISCV_PREFIX = riscv64-unknown-elf- # this might not be needed if you have 32-bit versions of the riscv gcc compiler built separately make make XLEN=32