How do I cross compile for Rasperry Pi 64 bit on Windows?

This page summarizes the projects mentioned and recommended in the original post on /r/learnrust

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. cross

    “Zero setup” cross compilation and “cross testing” of Rust crates

    If you want to get it working with openssl for some reason, I would recommend using cross, but it won't do you much good by itself, as the default docker image (and therefore sysroot) doesn't have much. Given your errors, it likely doesn't come with a version of openssl. If you want to add it yourself, please look at the "Custom Docker Images" section of cross's readme page. You'll need a bit of knowledge of how to get cross compilation working on your Linux distro of choice for the docker base image. Good luck!

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. rust-openssl

    OpenSSL bindings for Rust

  4. rust-musl-cross

    Docker images for compiling static Rust binaries using musl-cross

  5. teloxide

    🤖 An elegant Telegram bots framework for Rust

    I'm using teloxide, which is a crate for building Telegram bots. I have a small Telegram bot running on my Raspberry Pi, and since it's very slow to compile, I'm trying to cross compile it from my Windows machine, with no luck.

  6. fetcher

    Automation and scraping tool (by SergeyKasmy)

    From my Cargo.toml:

  7. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Show /r/rust: a Rust implementation of the Realworld demo app spec using Axum and SQLx, written by a co-author of SQLx.

    11 projects | /r/rust | 31 Jan 2022
  • Running Rust on AWS Lambda on ARM64

    3 projects | dev.to | 6 Oct 2021
  • The State of SSL Stacks

    5 projects | news.ycombinator.com | 10 May 2025
  • Shell-secrets – GPG-encrypted environment variables

    9 projects | news.ycombinator.com | 17 Apr 2025
  • Convert enum into/from number in Rust

    1 project | dev.to | 17 Mar 2025