Replies: 1 comment 1 reply
-
|
Could uou show us your Cross.toml that youve tried so far? Also please avoid taking pictures with a camera of the screen 😅 better to just copy the text as text 👍 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, so, for the project I've been working on, I abandoned the idea of using a separate library for sockets. I think I have that working in Rust. My Buildroot Pi is missing a lot of dependencies, though, and since there is no easy way to see what those are without terminal access, I figured I would try an old recommendation and build with MUSL.
I am running apt-get install libasound2-dev as part of the prebuild but still getting this error...
Thoughts? Thanks in advance, sorry to keep bothering this forum! (I am still a bit new to Rust)
Update I'm thinking maybe I need a static library for ALSA- I tried creating one on the Raspberry Pi running Raspbian and copying it to /usr/lib/aarch64-linux-unknown-gnu, but that didn't work. Is there somewhere else I need to put it? Is there another command I need to run? Is there a way to check that it was even generated correctly?
Beta Was this translation helpful? Give feedback.
All reactions