关于openwrt:cross-compile-x8664-program-for-openwrt

8次阅读

共计 194 个字符,预计需要花费 1 分钟才能阅读完成。

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

正文完
 0