We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
NDK r10b版本 CPPFLAGS="--sysroot=$NDKROOT/platforms/android-3/arch-arm" CFLAGS="--sysroot=$NDKROOT/platforms/android-3/arch-arm" ./configure --prefix=/data/local/Inst --host=armv7-unknown-linux --target=armv7-unknown-linux --with-tmpdir=/sdcard
这里要是android-3,改其他版本编译不过
另外提示找不到 tracergrind,需要设置环境 VALGRIND_LIB="/data/local/Inst/lib/valgrind/" export VALGRIND_LIB
并且32位下需要 arm-linux-androideabi-4.8
我尝试了至少5个NDK版本,好尴尬
The text was updated successfully, but these errors were encountered:
谢谢,请提交补丁
Sorry, something went wrong.
No branches or pull requests
NDK r10b版本
CPPFLAGS="--sysroot=$NDKROOT/platforms/android-3/arch-arm"
CFLAGS="--sysroot=$NDKROOT/platforms/android-3/arch-arm"
./configure --prefix=/data/local/Inst
--host=armv7-unknown-linux --target=armv7-unknown-linux
--with-tmpdir=/sdcard
这里要是android-3,改其他版本编译不过
另外提示找不到 tracergrind,需要设置环境
VALGRIND_LIB="/data/local/Inst/lib/valgrind/"
export VALGRIND_LIB
并且32位下需要 arm-linux-androideabi-4.8
我尝试了至少5个NDK版本,好尴尬
The text was updated successfully, but these errors were encountered: