Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/trmckay/docker-rust-riscv

Rust, GNU, and QEMU toolchains for riscv64 and riscv32
https://github.com/trmckay/docker-rust-riscv

docker riscv rust

Last synced: about 2 months ago
JSON representation

Rust, GNU, and QEMU toolchains for riscv64 and riscv32

Awesome Lists containing this project

README

        

- [dockerhub:trmckay/rust-riscv](https://hub.docker.com/repository/docker/trmckay/rust-riscv/)
- [github:trmckay/docker-rust-riscv](https://github.com/trmckay/docker-rust-riscv)

Provides rustup + cargo/rustc with all supported RISC-V targets, a `riscv64-unknown-elf-` GNU toolchain,
and `qemu-system-riscv{64,32}`.

```bash
$ docker build -t rust-riscv .
$ docker run -it --rm -v "path/to/crate:/src" rust-riscv cargo build
```