Go to file
Palmer Dabbelt bb55bf20fa Don't pass "--host" for the native builds
RedHat doesn't install all the tools with their full tuple, just GCC.  This
lets autoconf find the relevant tools.
2017-06-08 13:23:59 -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 Don't pass "--host" for the native builds 2017-06-08 13:23:59 -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.