try to fix openocd path

This commit is contained in:
alonamid 2019-07-22 17:41:31 +00:00
parent 9e5ed591b9
commit e177fcd414
1 changed files with 1 additions and 0 deletions

View File

@ -150,6 +150,7 @@ if [ "$FASTINSTALL" = "false" ]; then
echo "Skipping RISC-V OpenOCD"
else
echo "Building RISC-V OpenOCD"
cd "$CHIPYARD_DIR/toolchains/$TOOLCHAIN"
check_version automake 1.14 "OpenOCD build"
check_version autoconf 2.64 "OpenOCD build"
build_project riscv-openocd --prefix=$RISCV --enable-remote-bitbang --enable-jtag_vpi --disable-werror