Skip to content
This repository was 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

About

A fork of binutils-gdb with MRISC32 support.

Topics

Resources

License

GPL-2.0 and 3 other licenses found

Licenses found

GPL-2.0
COPYING
Unknown
COPYING.LIB
Unknown
COPYING.LIBGLOSS
Unknown
COPYING.NEWLIB

Stars

Watchers

Forks

Packages

No packages published

Contributors 597