-
Notifications
You must be signed in to change notification settings - Fork 1.6k
How to build Android version openblas when armeabi-v7a-hard is no longer supported by ndk #1026
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
Comments
See build script and documentation at the end of #963 please. |
@martin-frbg great material. but that still armeabi-v7a-hard, I will try when use CFLAGS and LDFLAGS |
Sorry, I missed the significance of that aspect as I am far from being familiar with this platform. |
You can build ARMV5 target which has only C kernels and no assembly at all. |
thanks @martin-frbg and @ brada4. I successfully build the android version openblas on armeabi-v7a after I carefully reference the wiki. |
@austingg I had the same question with you and in your solution, you said carefully reference the wiki you successfully build openblas. Do you mean the wiki at the following location |
@xiaodaxia yes,I reference that wiki. |
Thanks for your help! It did work. |
@xiaodaxia great! I have updated the wiki for people who want to use openblas on Android. |
Thank you for the update. |
Since the new ndk no longer supports armeabi-v7a-hard abi, how to build and use openblas in android or arm?
The text was updated successfully, but these errors were encountered: