Changes

Jump to: navigation, search

Bare metal RISC-V GCC 9.3.0 cross compiler instructions

19 bytes removed, 12:34, 17 March 2020
Build and install gdb
cd $HOME/obj/gdb-build
../../src/gdb-8.3/configure --prefix $HOME/riscv xgcc --bindir $HOME/bin --target riscv64-unknown-elf --enable-multilib --with-python=/usr/local/bin/python3
make -j8 && make install

Navigation menu