This repo has moved to: https://gitlab.com/mrisc32/binutils-mrisc32
This is a fork of binutils-gdb with support for MRISC32.
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
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