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

Latest commit

 

History

History
90 lines (67 loc) · 3.88 KB

README.md

File metadata and controls

90 lines (67 loc) · 3.88 KB

Github All Releases Github All Releases

GNU MCU Eclipse RISC-V Embedded GCC

Rationale

GNU MCU Eclipse RISC-V Embedded GCC is a GCC toolchain distribution for RISC-V devices, that complements the official RISC-V distribution, maintained by SiFive.

For main benefits for the users are:

  • convenience: binaries for all major platforms are provided (Windows 64/32-bits, GNU/Linux 64/32-bits, macOS);
  • uniform and portable install: the toolchain is also available as a binary xPack, and can be easily installed with xpm;
  • improved support for Continuous Integration usage: as for any xPack, the toolchain can be easily used in test environments.

Changes

Compared to the original RISC-V release, there are no functional changes; the same architecture options are supported, and the same combinations of libraries (derived from newlib) are provided, plus possibly more.

Releases

The GNU MCU Eclipse RISC-V Embedded GCC releases generally follow the official RISC-V distribution, maintained by SiFive.

  • 8.2.0-2.2 (20190521)
  • 8.2.0-2.1 (20190425)
  • 8.1.0-2 (20181019)
  • 7.2.0-4 (20180606)
  • 7.2.0-3 (20180506)
  • 7.2.0-2 (20180111)
  • 7.2.0-1 (20171109)
  • 7.1.1-2 (20170912)
  • 7.1.1-1 (20170702)

Install

The procedure to install GNU MCU Eclipse RISC-V Embedded GCC is platform specific, but relatively straight forward (a .zip archive on Windows, a compressed tar archive on macOS and GNU/Linux).

A portable method is to use xpm:

$ xpm install @gnu-mcu-eclipse/riscv-none-gcc --global

More details are available on the How to install the RISC-V toolchain? page.

Build

The build scripts are part of the separate gnu-mcu-eclipse/riscv-none-gcc-build project.

Publish

The procedure used to publish the binaries is documented in the separate PUBLISH page.

The metadata files used to publish the xPacks on the npmjs.com server are available from the gnu-mcu-eclipse/riscv-none-gcc-xpack project.

Download analytics

Credits to Shields IO and Somsubhra/github-release-stats.