Have the openocd invocation match the spike invocation
authorPalmer Dabbelt <palmer@dabbelt.com>
Mon, 15 May 2017 23:27:30 +0000 (16:27 -0700)
committerPalmer Dabbelt <palmer@dabbelt.com>
Mon, 15 May 2017 23:33:40 +0000 (16:33 -0700)
debug/Makefile

index 98330b500afe5721c7140a79ad5924b424721404..5726883502ef4bfc4743fc25f41d5d0a3dae4191 100644 (file)
@@ -16,7 +16,7 @@ pylint:
                --isolate \
                --$(subst .log,,$@) \
                --sim_cmd $(RISCV)/bin/$(RISCV_SIM) \
-               --server_cmd openocd \
+               --server_cmd $(RISCV)/bin/openocd \
            > $@ 2>&1 || (sed s/^/$@:\ / $@ && false)
 
 clean: