Sign inSign up

yasuyuky/rust-arm

By yasuyuky

•Updated over 5 years ago

Image
0

10K+

yasuyuky/rust-arm repository overview

⁠Docker Image for cross compilation in rust

target:arm-unknown-linux-gnueabihf

⁠Usage

Change directory to your project root.

Then you enter into docker image.

docker run -it --rm -v ${PWD}:/source yasuyuky/rust-arm

and following commands works

cargo build --target=arm-unknown-linux-gnueabihf
rustc --target=arm-unknown-linux-gnueabihf -C linker=arm-linux-gnueabihf-gcc foo.rs

⁠License

MIT

Tag summary

Content type

Image

Digest

sha256:c982e3ad7…

Size

510.7 MB

Last updated

over 5 years ago

docker pull yasuyuky/rust-arm