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

版本需要注意的几点问题 #24

Open
zhangxy123666 opened this issue Feb 22, 2019 · 1 comment
Open

版本需要注意的几点问题 #24

zhangxy123666 opened this issue Feb 22, 2019 · 1 comment

Comments

@zhangxy123666
Copy link

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版本,好尴尬

@doegox
Copy link
Contributor

doegox commented Feb 22, 2019

谢谢,请提交补丁

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