binutils for MRISC32
This is a fork of binutils-gdb with support for MRISC32.
Building
Prerequisites (Ubuntu):
$ sudo apt install build-essential texinfo
Configure and build:
$ cd binutils-mrisc32
$ mkdir build
$ cd build
$ ../configure --target=mrisc32-elf --with-system-zlib --disable-gdb --disable-sim
$ make
Install:
$ sudo make install
About this Git repo
The MRISC32 port of binutils is maintained as a branch that is periodically rebased on top of the latest upstream master branch and force pushed to the fork repository. To update your local clone you need to:
$ git fetch origin
$ git reset --hard origin/users/mbitsnbites/mrisc32