-
Notifications
You must be signed in to change notification settings - Fork 121
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
Errors in building for android: <stdio.h> not found and openBlas failed to compile #52
Comments
@Siddhant24 I guess it's the NDK version problem. NDK version r16 (and later) changed a lot of things. Adding some special arguments or changing it to r15 could solve the problem. I'll re-check this problem and find a way to fix it. |
@solrex I also posted this issue on stackoverflow. Some suggestions in the comments. |
@solrex @zchrissirhcz
CMakeOutput.log has the following contents:
|
@Siddhant24 Do you have "make" installed? Try "which make". |
@solrex Yes I have "make" installed. |
@Siddhant24 |
I get the following errors when trying to run
./tools/build_android.sh
The main error seems to be <stdio.h> not found. I followed the procedure mentioned in README. I have all the dependencies installed.
$NDK_HOME is set correctly:
The text was updated successfully, but these errors were encountered: