cross compile x86_64 program for openwrt
Posted FengShao
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了cross compile x86_64 program for openwrt相关的知识,希望对你有一定的参考价值。
export STAGING_DIR=/home/openwrt/staging_dir/toolchain-x86_64_gcc-7.5.0_musl
export PATH=${PATH}:${STAGING_DIR}/bin
./configure --build=x86_64-unknown-linux-gnu --host=x86_64-openwrt-linux-musl
make -j8
以上是关于cross compile x86_64 program for openwrt的主要内容,如果未能解决你的问题,请参考以下文章
build-qt.sh(Cross compile in Linux for Windows)
MATLAB:mex-compile 上缺少框架 – 架构 x86_64 的未定义符号
Xcode12报错 No architectures to compile for (ONLY_ACTIVE_ARCH=YES, active arch=x86_64,
Xcode12报错 No architectures to compile for (ONLY_ACTIVE_ARCH=YES, active arch=x86_64,
No architectures to compile for (ONLY_ACTIVE_ARCH=YES, active arch=x86_64, VALID_ARCHS=i386).错误解决方法(