-
Hi I've been trying to compile my code for running on a raspberry pi, but I can't get cross working correctly. the command I use is Here are the error logs: Caused by: --- stderr
The system library HINT: you may need to install a package such as dbus-1, dbus-1-dev or dbus-1-devel. One possible solution is to check whether packages thread 'main' panicked at /cargo/registry/src/index.crates.io-6f17d22bba15001f/libdbus-sys-0.2.5/build.rs:25:9: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
See https://github.com/cross-rs/wiki_assets/tree/main/FAQ/dbus which should precisely explain this |
Beta Was this translation helpful? Give feedback.
Thanks a lot! My code now compiles, but i have no idea why