Monday, October 1, 2012

[android-developers] Re: NDK - What is "host system"?

I am pretty sure "host system" in this context means the system the build will actually run on, i.e. the phone itself. 'androideabi' looks like a typo. 'armeabi' does occur. Could that be what you meant? 'android' goes without saying, after all.

The list of supported abis is in the doc subdir of your ndk installdir, in the file CPU-ARCH-ABIS.html sec. I.1. 'armeabi' is listed, 'androideabi' is not.

On Friday, September 28, 2012 12:36:49 PM UTC-7, KNERD wrote:
I am getting this error while using the NDK on a project:

checking build system type... i686-pc-linux-gnu
checking host system type... Invalid configuration `arm-linux-
androideabi': system `androideabi' not recognized
aconfigure: error: /bin/sh ./config.sub arm-linux-androideabi failed


It's obvious what the build system type is, but the documentation
seems to not even mention what a HOST SYSTEM TYPE is.




--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment