-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Problem compiling for Android #2904
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
Can you post the contents (or first few lines) of the osx.def the linker does not like ? |
This is actually executable file
I have 3 versions of ndk and on all of them is the same problem, also it is reproducible for ARMV7 build And also I'm using Mac-OS |
Hm, that file is supposed to be the list of symbols (functions) exported by the shared library. I need to check how it is supposed to look for osx, maybe what you are seeing is native osx or ios format and nobody tried to cross-compile for Android on OSX recently |
BTW, as you wrote that |
Add parameter |
Thanks for the help guys!
Finally, I have managed to compile the project with help from this comment #2005 (comment) This is my working script
|
Add a paragraph with your NDK version and the command line to wiki, it is open to all github |
Thank you very much for updating the wiki - in particular the added script for X86 should solve #2768 |
No problem. And thank you guys for maintaining this library it helped me a lot in my project |
I have followed this tutorial from wiki.
I used sources from the latest release https://github.com/xianyi/OpenBLAS/releases/tag/v0.3.10
This is my build script after the path adjustment
Compilation ended with an error:
Also if I just compile with
make
compilation succeedCan anybody suggest what might be wrong
The text was updated successfully, but these errors were encountered: