Open
Description
首先说明我是Linux系统环境,电脑安装的有ESP-IDF 和RUST最新的稳定版和每夜版本
运行如下命令报错: cargo espflash --release --monitor
error: unexpected argument '--release' found
Usage: cargo espflash
For more information, try '--help'.
共享库版本是1.8,搜索共享库如下
find /usr/lib /usr/local/lib -name "libgit2.so.*"
/usr/lib/libgit2.so.1.8
/usr/lib/libgit2.so.1.8.1
直接使用cargo build --release编译的话就会报如下错误
warning: esp32s3_box
(bin "esp32s3_box") generated 7 warnings (run cargo fix --bin "esp32s3_box"
to apply 6 suggestions)
最后运行了很多次编译后又莫名其妙编译好了,麻烦问下是哪里不对才会这样
Metadata
Metadata
Assignees
Labels
No labels