本帖最后由 hrqwe 于 2023-11-17 00:30 编辑
step1. git clone
拉代码
step2. git clone toolchain && tool
step3. 配置环境变量 export PATH=`pwd`/toolchain/bin:`pwd`/tools/make:`pwd`/tools/ninja
step4. 进入weather项目,make编译,踩坑,cmake权限不够。给手动chmod 755解决。
step5. 编译中断,提示bflb_tools权限不足,直接整个tools chmod 755。
step6. make -sj
step7. 编译成功。
吐槽:
1、代码编译告警挺多的,不符合cleancode。
2、submodule看了下还是旧的e.coding网址。
3、gitee的submodule网址居然还是github的,需要大家手动改。
|