项目作者: mrisc32

项目描述 :
A fork of binutils-gdb with MRISC32 support. https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git
高级语言: C
项目地址: git://github.com/mrisc32/binutils-mrisc32.git
创建时间: 2018-11-11T11:09:05Z
项目社区:https://github.com/mrisc32/binutils-mrisc32

开源协议:Other

下载


This repo has moved to: https://gitlab.com/mrisc32/binutils-mrisc32

binutils for MRISC32

This is a fork of binutils-gdb with support for MRISC32.

Building

Prerequisites (Ubuntu):

  1. $ sudo apt install build-essential texinfo

Configure and build:

  1. $ cd binutils-mrisc32
  2. $ mkdir build
  3. $ cd build
  4. $ ../configure --target=mrisc32-elf --with-system-zlib --disable-gdb --disable-sim
  5. $ make

Install:

  1. $ 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:

  1. $ git fetch origin
  2. $ git reset --hard origin/users/mbitsnbites/mrisc32