03 2020 档案
摘要:小米R3G openwrt交叉编译 整体流程: 1.去openwrt官网下载对应的交叉编译sdk,用c语言测试ok 2.设置rust 为nightly版本,并用xargo代替cargo构建项目(因为rust正式版的target不支持mipsel-unknown-linux-uclibc) 3.有的r
阅读全文
摘要:安装rust curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh export RUSTUP_DIST_ROOT=https://mirrors.ustc.edu.cn/rust-static rustup 国内源 expor
阅读全文