Go to file
Palmer Dabbelt f0d7137480 Install libgcc*.dll along with OpenOCD
Since users might not have MinGW installed on their target machines we
want to bundle all the necessary DLLs along with OpenOCD.  This does so.
2017-06-07 18:20:50 -07:00
src Add OpenOCD (and libusb) as another target 2017-06-07 14:44:51 -07:00
.gitignore Build riscv-gnu-toolchain on Ubuntu for Windows 2017-06-06 11:40:09 -07:00
.gitmodules Add OpenOCD (and libusb) as another target 2017-06-07 14:44:51 -07:00
Makefile Install libgcc*.dll along with OpenOCD 2017-06-07 18:20:50 -07:00
README.md Build riscv-gnu-toolchain on Ubuntu for Windows 2017-06-06 11:40:09 -07:00

README.md

RISC-V Binary Tools for Embedded Development

At SiFive we've been distributing binary releases of the embedded development tools that target our RISC-V platforms. This repository contains the scripts we use to build these tools.

You should just be able to type "make" and get all the toolchain releases supported on the current platform. Right now this just builds riscv-gnu-toolchain for both Windows and Ubuntu, but I plan on adding other targets as we perform the first release.

The end-user output is a set of tarballs in "bin" that should be ready to upload to a website or deliver to customers.