Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/trmckay/docker-rust-riscv
- Owner: trmckay
- Created: 2022-01-08T18:21:59.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-16T04:15:15.000Z (over 2 years ago)
- Last Synced: 2024-10-12T06:22:37.779Z (3 months ago)
- Topics: docker, riscv, rust
- Language: Dockerfile
- Homepage: https://hub.docker.com/repository/docker/trmckay/rust-riscv
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```