Changes

Jump to: navigation, search

Bare metal RISC-V GCC 9.3.0 cross compiler instructions

19 bytes removed, 08:33, 13 November 2019
Build and install riscv-openocd
# brew install pkg-config libtool automake autoconf # required by bootstrap
./bootstrap
./configure --prefix=$HOME/xgcc --bindir=$HOME/bin riscv --enable-remote-bitbang --enable-jtag_vpi
make -j8 && make install

Navigation menu