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
I also tried to cargo clean and then cargo build again, with them same result
When I tried to built it with cargo build --verbose it tells me, that its apparently failing here:
Compiling rs_ws281x v0.4.4 (/home/pi/rpi-ws281x-rust)
Running `/home/pi/rpi-ws281x-rust/target/debug/build/rs_ws281x-d2fc28725d587891/build-script-build`
error: failed to run custom build command for `rs_ws281x v0.4.4 (/home/pi/rpi-ws281x-rust)`
My rustc version is: rustc 1.66.0 (69f9c33d7 2022-12-12)
I also tried to explicitly install sudo apt install build-essential clang libssl-dev and rebooted, yet, still no luck. Another clean and build also didn't helped.
You probably need to change your compilation target from "arm-linux-unknown-gnueabihf" to "aarch64-unknown-linux-gnu". Your header libraries are all installed for the aarch64 architecture, but you're trying to compile for regular 32-bit arm, so the target triple is different (and therefore the library search path is different).
Sorry this is such a late reply. I only occasionally get to my computer that has credentials for my personal GitHub.
Hey,
I do have a problem however. When I try to build the project, it tells me, that
bits/libc-header-start.h
is missing. Heres the full error:libc6-dev is already installed and up to date
I also tried to
cargo clean
and thencargo build
again, with them same resultWhen I tried to built it with
cargo build --verbose
it tells me, that its apparently failing here:My
rustc
version is:rustc 1.66.0 (69f9c33d7 2022-12-12)
I also tried to explicitly install
sudo apt install build-essential clang libssl-dev
andreboot
ed, yet, still no luck. Another clean and build also didn't helped.dpkg -L libc6-dev
yields:The text was updated successfully, but these errors were encountered: