-
Notifications
You must be signed in to change notification settings - Fork 97
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
Failure to cross-compile for Android/AArch64 #33
Comments
I'm really not sure there's much I can do to fix this. It's a limitation of GNU autoconfig. |
I use Autoconf tools and scripts all the time to cross-compile software. I'm certain this is not a limitation of Autoconf. |
If your autoconf scripts aren't testing for |
Is there a way to make this check optional and provide its value through a parameter to This would put the responsibility of verifying support for this function on the person who builds the software, and at least allow to produce a binary for the target device. |
https://vanducuy.wordpress.com/2009/11/19/libdaemon-0-14-cross-compile-error/
|
Attempting to cross-compile for Android/AArch64 fails with the message:
Full log:
The text was updated successfully, but these errors were encountered: