Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

mrisc32/binutils-mrisc32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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