Skip to content
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

Build from android source failed #80

Open
qdk0901 opened this issue Aug 18, 2014 · 2 comments
Open

Build from android source failed #80

qdk0901 opened this issue Aug 18, 2014 · 2 comments

Comments

@qdk0901
Copy link

qdk0901 commented Aug 18, 2014

android source version: 4.1
throw many of errors: fatal error: cstddef: No such file or directory

@PabloGN
Copy link

PabloGN commented Aug 27, 2014

I had the same error.
I changed 4.6 to 4.9 at build-android.sh and linked (ln -s) to allow accesses to 4.6 named directories at android ndk subdirs.
Also I linked platforms/Android-L to android-9
But I get:
/home/pablo/android-ndk-r10/sources/cxx-stl/gnu-libstdc++/4.6/include/cctype:64:11: error: '::isalnum' has not been declared
using ::isalnum;
Ubuntu Trusty 64b NDKr10

@PabloGN
Copy link

PabloGN commented Aug 30, 2014

Hehe, I found the issue. I did a mistake, I chose the 64b version of the NDK, I mean, the NDK whose purpose is to generate binaries for 64bit machines. Besides of the host machine, whether it is 32 or 64b, but the target machine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants