Go to file
Palmer Dabbelt 08fc145225 Correct some win64 .PHONY entries 2017-06-07 18:20:36 -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 Correct some win64 .PHONY entries 2017-06-07 18:20:36 -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.