Changes

Jump to: navigation, search

Bare metal RISC-V GCC 9.3.0 cross compiler instructions

139 bytes added, 09:02, 13 November 2019
Build and install riscv-openocd
./configure --prefix=$HOME/riscv --enable-remote-bitbang --enable-jtag_vpi
make -j8 && make install
 
== Add tools to PATH and set RISCV ==
 
printf "PATH=$HOME/riscv/bin:$PATH\nRISCV=$HOME/riscv\nexport RISCV\n" >> $HOME/lib/profile.local

Navigation menu