Container bases for cross-compiling for ARMv7 and i686 targets on an x86-64 host.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Anthony J. Martinez 17e7d7a9cf
Add example with extra target dependencies (libpcap)
- ARMv7 target running Debian Stretch
- Depends on libpcap0.8-dev:armhf
- Adds dummy crate to force linking as an example
1 year ago
docker Add example with extra target dependencies (libpcap) 1 year ago
examples Add example with extra target dependencies (libpcap) 1 year ago
LICENSE-APACHE Initial commit 2 years ago
LICENSE-MIT Initial commit 2 years ago
README.md Update project structure for multiple examples, refactor original example 1 year ago

README.md

Cross Build

Provides example Dockerfiles to build cross-compilation containers for various targets from x86-64 hosts.

Examples

  • Example 1: A Rust project fetched from Git, and then compiled for ARMv7 and i686 targets, including a static C runtime
  • Example 2: A Rust project volume mounted as an exported package (.crate file), and compiled for ARMv7 with dynamic linking for a legacy target based on Debian Stretch

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Contact

To discuss features, offer assistance, or get help please join the project's Matrix room.