【发布时间】:2014-03-26 10:17:26
【问题描述】:
我正在尝试使用 cygwin 在 Windows 中使用 Android NDK 编译一个开源库。
根据以下问题
configure does not recognize androideabi
我想我应该能够做到,但我做不到。如果我使用
./configure --host=i686-android-linux
我明白了
configure:3471: error: C compiler cannot create executables
See `config.log' for more details
我猜 configure 不知道如何找到那个主机,是吗?任何想法将不胜感激。
【问题讨论】:
标签: android android-ndk