Replies: 1 comment 1 reply
-
what version of cross are you using? Can you try to install the version from the main branch?
|
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
-
Hi,
I am trying to cross compile to a Raspberry Pi Zero 2 W with help of cross. I need some system dependencies, so the current
Cross.toml
file is like this:But then on compilation, the libdbus-sys crate reports:
So it can't find the libdbus, although there is the pre-build to install it.
I am obviously doing something wrong, so what am I missing here?
Beta Was this translation helpful? Give feedback.
All reactions