ESP32-CAN/support
Juraj Michálek 0cf3bf1554
tools: remove llvm-patch (#15)
* tools: remove llvm-patch
* docs: update reference to 1.53 compiler binaries from esp-rs/rust repo
2021-07-28 16:14:45 +02:00
..
esptool tools: Dockerfile for ESP-IDF with Rust support (#12) 2021-06-30 08:20:58 +02:00
llvm-project tools: Dockerfile for ESP-IDF with Rust support (#12) 2021-06-30 08:20:58 +02:00
rust tools: remove llvm-patch (#15) 2021-07-28 16:14:45 +02:00
README.md tools: Dockerfile for ESP-IDF with Rust support (#12) 2021-06-30 08:20:58 +02:00

README.md

Support files

Rust

The directory rust contains Dockerfile to build custom version of rust compiler with enabled Xtensa support.

Usage

Building and starting container:

cd support/rust
docker build -t rust-xtensa:bionic -f Dockerfile .
docker run --rm --name rust-xtensa -it rust-xtensa:bionic /bin/bash

Copy Rust dist file from running container:

docker cp rust-xtensa /opt/rust/build/dist/rust-dev-1.50.0-dev-x86_64-unknown-linux-gnu.tar.xz rust-1.50.0-dev-x86_64-unknown-linux-gnu-bionic.tar.xz