-
Notifications
You must be signed in to change notification settings - Fork 15
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
Cross-compiling with armv7-unknown-linux-gnueabihf is an error #42
Comments
First of all there's no need to send screenshots of your GUI, logs will suffice. Secondly submit a PR, if you can't you're gonna have to learn git one day or another. Lastly, I'm not too sure I understand the issue, the strlcpy.c file is used to determine at compile time whether strlcpy is found in the c library. It is normal that it returns and error if the strlcpy is missing, as long at it does not affect the compilation of the actual libzeromq build. |
Hi, I'm having the same issue with targeting However, I then tried to locally patch the [patch.crates-io]
zmq-sys = { git = "https://github.com/MarijnS95/rust-zmq.git", branch = "zeromq-src-0.3" } This was successful in causing the version of
The error clearly references Appreciate any pointers for where to go next - happy to provide more info and also to run further tests if needed. |
@domenicquirl Open up a separate issue and i'll help you out. My guess is that we need to tweak the cc build so that this expected failure is not causing the build to fail. |
@domenicquirl Also tell me if this branch fixes the issue. |
@jean-airoldie thanks for the quick reaction, opened #45 as requested. |
This should be closed by #46. |
I modified the source code, compiled through
The text was updated successfully, but these errors were encountered: