Changes

Jump to: navigation, search

Bare metal RISC-V GCC 9.3.0 cross compiler instructions

305 bytes added, 08:09, 13 November 2019
Build and install riscv-openocd
== Build and install riscv-openocd ==
 
cd $HOME/src
git clone git@github.com:riscv/riscv-openocd.git
cd $HOME/src/riscv-openocd
# required by bootstrap
# brew install pkg-config libtool automake autoconf
./bootstrap
./configure --prefix=$HOME/xgcc --bindir=$HOME/bin --enable-remote-bitbang --enable-jtag_vpi
make -j8 && make install

Navigation menu