You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Thanks for the great project! While installing the rust based software, I encountered the following error. For context, I am running a headless version of raspberry pi os, on the raspberry pi w 2. The error is thrown on line 8 of build.rs. Do you know what may be causing the issue?
called Result::unwrap() on an Err value: Error { os: "linux", arch: "arm" }
The text was updated successfully, but these errors were encountered:
jettblu
changed the title
Error Build on raspberri Pi W 2
Error Building on Raspberry Pi W 2
Sep 24, 2024
I believe I fixed it here , precisely because I wanted to build on a Raspberry Pi (I think it was Zero).
Please do apt install protobuf-compiler and then export PROTOC=protoc.
The crate has not been released since then, so you might need meshtastic = { git = "https://github.com/meshtastic/rust.git", branch = "main" } in Cargo.toml.
Hi Thanks for the great project! While installing the rust based software, I encountered the following error. For context, I am running a headless version of raspberry pi os, on the raspberry pi w 2. The error is thrown on line 8 of build.rs. Do you know what may be causing the issue?
called
Result::unwrap()
on anErr
value: Error { os: "linux", arch: "arm" }The text was updated successfully, but these errors were encountered: