rust-crosscompiler-arm
rust-crosscompiler-arm copied to clipboard
Docker images for Rust dedicated to cross compilation for ARM v6 and more
When I use your Docker image to compile eg. [librespot](https://github.com/librespot-org/librespot), it would fail to read the Git commit ID. The project uses [`vergen`](https://docs.rs/vergen/2.0.0/vergen/) to expose that information in environment variables....
Would there be an easy trick to strip the resulting binary?
When I use any code that tries to build anything from serialport package, I get the following error: ``` error: linking with `arm-linux-gnueabihf-gcc-with-link-search` failed: exit code: 1 | = note:...
Hi @dlecan, thanks for this! I'm struggling to get a nightly version of this going. I forked your Docker image, ran `rustup toolchain install nightly-x86_64-unknown-linux-gnu`, which succeeded. But when I...
host ```console $ uname -a Linux mylaptop 4.15.0-22-generic #24-Ubuntu SMP Wed May 16 12:15:17 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux $ lsb_release -a No LSB modules are available. Distributor ID:...
When a binary that uses OpenSSL is compiled using this method, it relies on libssl.so.1.0.0. However, Debian Stretch ships with libssl.so.1.1 and libssl.so.1.0.2 with no way to install libssl.so.1.0.0. I...
`cargo --version`, `cargo build` ... work perfectly. But `cargo test` doesn't. ``` Running target/arm-unknown-linux-gnueabihf/debug/gdu-87960cd2401908e1 /source/target/arm-unknown-linux-gnueabihf/debug/gdu-87960cd2401908e1: 1: /source/target/arm-unknown-linux-gnueabihf/debug/gdu-87960cd2401908e1: Syntax error: word unexpected (expecting ")") ```
Hello! First of all thanks for this very easy to use cross-compiler magic-bag-of-tools-that-just-work! Then, my question is, could you add an option to target ARMv7?