An open API service indexing awesome lists of open source software.

https://github.com/ucb-bar/risc-v-ready-to-run

Prebuilt RISC-V GCC Toolchains for Linux
https://github.com/ucb-bar/risc-v-ready-to-run

Last synced: 3 months ago
JSON representation

Prebuilt RISC-V GCC Toolchains for Linux

Awesome Lists containing this project

README

        

# RISC-V Ready-To-Run

This repo contains some prebuilt toolchain, libraries, and workloads for RISC-V platforms.

## Usage

### RISC-V GNU Toolchain

```bash
wget https://github.com/ucb-bar/RISC-V-Ready-To-Run/releases/download/v2024.06.04/riscv64-unknown-toolchain.tar.xz
tar -xf riscv64-unknown-toolchain.tar.xz
```