Changes

Jump to: navigation, search

Bare metal RISC-V GCC 9.3.0 cross compiler instructions

18 bytes removed, 08:33, 13 November 2019
Build and install gdb
cd $HOME/obj/gdb-build
../../src/gdb-8.3/configure --prefix $HOME/xgcc --bindir $HOME/bin riscv --target riscv64-unknown-elf --enable-multilib
make -j8 && make install

Navigation menu