is cross-compiling from Rust possible on OpenBSD? (was Re: Rust no_std and cross-compiling

2025-01-23 Thread Luke A. Call
Is cross-compiling with Rust even possible on OpenBSD? I don't see rustup available, and ran into the below issues when trying a couple of different triples, with an attempted no_std "hello world". Thank you. On 2025-01-21 17:13:11-0700, Luke A. Call wrote: > I'm attempting to follow these inst

Rust no_std and cross-compiling

2025-01-21 Thread Luke A. Call
I'm attempting to follow these instructions https://zenn.dev/zulinx86/articles/rust-nostd-101 ...to create a no_std "hello world" in Rust, just to see it work, and its size and speed. I get these two errors: $cargo build --target x86_64-unknown-openbsd Compiling baremetal_rust v0.1.0 (/h