687
edits
Changes
→Build and install riscv-openocd
git clone git@github.com:riscv/riscv-openocd.git
cd $HOME/src/riscv-openocd
./bootstrap
./configure --prefix=$HOME/xgcc --bindir=$HOME/bin --enable-remote-bitbang --enable-jtag_vpi
make -j8 && make install