Linux ndk用arm-Linux-androideabi-gcc交叉编译lighttpd
答案:2 悬赏:0 手机版
解决时间 2021-03-18 06:16
- 提问者网友:寂寞撕碎了回忆
- 2021-03-17 07:56
在安卓设备上执行./lighttpd -f /conf.d/lighttpd.conf,错误是没找到mod_indexfile.so文件,在Linux编译生成的文件中也没有生成mod_indexfile.so,为什么会没有生成mod_indexfile.so文件
最佳答案
- 五星知识达人网友:枭雄戏美人
- 2021-03-17 09:13
Sources for this prebuilt toolchain can be downloaded from Android Opensource
Project GIT repository git://android.googlesource.com/toolchain.
Configure options:
export CC="gcc -m64"
export CXX="g++ -m64"
export ABI=64
path/to/build/configure --target=arm-linux-androideabi \
--host=x86_64-linux-gnu --build=x86_64-linux-gnu \
--with-gcc-version=4.6 --with-binutils-version=2.21 \
--with-gmp-version=4.2.4 --with-mpfr-version=2.4.1 \
--with-gdb-version=7.3.x --with-arch=armv5te \
--with-sysroot=[ics generic sysroot] \
--with-gold-version=2.21 --enable-gold=default
Project GIT repository git://android.googlesource.com/toolchain.
Configure options:
export CC="gcc -m64"
export CXX="g++ -m64"
export ABI=64
path/to/build/configure --target=arm-linux-androideabi \
--host=x86_64-linux-gnu --build=x86_64-linux-gnu \
--with-gcc-version=4.6 --with-binutils-version=2.21 \
--with-gmp-version=4.2.4 --with-mpfr-version=2.4.1 \
--with-gdb-version=7.3.x --with-arch=armv5te \
--with-sysroot=[ics generic sysroot] \
--with-gold-version=2.21 --enable-gold=default
全部回答
- 1楼网友:七十二街
- 2021-03-17 09:44
sources for this prebuilt toolchain can be downloaded from android opensource project git repository git://android.googlesource.com/toolchain. configure options: export cc="gcc -m64" export cxx="g++ -m64" export abi=64 path/to/...
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯