-
-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
compilation error when compiling to arm #374
Comments
Have you set up |
I was able to set up pkg-config for cross compilation, but now i get this linker error: |
|
now I get this error when compiling with cross |
Did you install libdbus-1-dev in the Docker container for cross, using the Dockerfile I linked or otherwise? |
Describe the bug
i get a pkg config error when i try to compile my code to
armv7-unknown-linux-gnueabihf
Expected behavior
the code should compile without an errors
Actual behavior
when i compile my code for
armv7-unknown-linux-gnueabihf
, get this error:pkg_config failed: pkg-config has not been configured to support cross-compilation.
.Additional context
I am compiling from x86 linux
The text was updated successfully, but these errors were encountered: