Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nderjung/docker-riscv-gnu-toolchain


https://github.com/nderjung/docker-riscv-gnu-toolchain

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

        

# Dockerized RISC-V GNU Toolchain

## Available binaries

* spike
* gcc-riscv64-linux-gnu

## Usage

```bash
docker run -it --rm nderjung.net/riscv-gnu-toolchain \
spike -m128 -p1 +disk=root.bin.sqsh bbl linux-4.1.y/vmlinux
```