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
- Host: GitHub
- URL: https://github.com/ucb-bar/risc-v-ready-to-run
- Owner: ucb-bar
- Created: 2023-12-30T11:12:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-15T17:22:32.000Z (8 months ago)
- Last Synced: 2025-01-16T01:15:22.618Z (5 months ago)
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```