summaryrefslogtreecommitdiff
path: root/debug.sh
diff options
context:
space:
mode:
Diffstat (limited to 'debug.sh')
-rw-r--r--debug.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/debug.sh b/debug.sh
new file mode 100644
index 0000000..464a44f
--- /dev/null
+++ b/debug.sh
@@ -0,0 +1,5 @@
+export RISCV_PATH=/opt/riscv64-unknown-elf-gcc-8.2.0-2019.05.3-x86_64-linux-ubuntu14/
+make BSP=metal PROGRAM=first TARGET=sifive-hifive1-revb debug
+# run
+# riscv-sifive-elf-gdb software/first/debug/first.elf
+# then: target remote localhost:3333 to connect to GDB debugger