1

Inb4 使用busybox。 我需要HASSECURITY禁用该标志。在busybox中启用了标志,我看不到任何方法可以更改buysbox'es组件的编译标志(但是如果有办法做到这一点 - 我想了解它)

我一直在尝试使用adt 包 (20140321) 中提供的arm-linux-androideabi-gcc-4.8从源代码交叉编译lsof-4.87 。在运行配置脚本之前,我导出环境变量:

export LSOF_ARCH="armv7l"
export LSOF_CC=${HOME}/NDK/adt-bundle-linux-x86_64-20140321/android-ndk-r9d/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin/arm-linux-androideabi-gcc
export LSOF_CCV=4.8

但是,在执行配置脚本期间,我仍然收到错误消息:

Cannot determine C library type; assuming it is not glibc

你知道如何解决这个问题吗?

4

0 回答 0