-
Notifications
You must be signed in to change notification settings - Fork 388
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
Failing to build C dependency for arm musl target #161
Comments
Did you ever find a solution for this? I basically am encountering a similar issue where it can't find |
I am getting the same error about missing |
Here's the path of includes:
That is, |
I think maybe the Docker image on Docker Hub is out of date. When working on #255 I had to re-build the Docker image for this target from source using [target.armv7-unknown-linux-musleabihf]
image = "japaric/armv7-unknown-linux-musleabihf:latest" |
Thanks @briansmith. I was having the same problem and that fixed it. |
I guess this should be working now that the new images are available on Docker Hub. |
I'm trying to compile project with miniz-sys dependency for
armv7-unknown-linux-musleabihf
and getting the following error:Is it trying to use wrong toolchain (gnueabihf instead of musleabihf) or am i missing something?
Here is full compilation log:
The text was updated successfully, but these errors were encountered: