未验证 提交 2075bd49 编写于 作者: M Me No Dev 提交者: GitHub

Lib-builder does not allow to build for more than one target when -t is used

上级 f49931f9
...@@ -35,7 +35,4 @@ Then simply build the libs for all SoCs or one specific SoC. Note that building ...@@ -35,7 +35,4 @@ Then simply build the libs for all SoCs or one specific SoC. Note that building
- ``esp32s3`` - ``esp32s3``
- Example: ``./build.sh -t esp32`` - Example: ``./build.sh -t esp32``
- A wrong format or non-existing SoC will result in the error sed: can't read sdkconfig: No such file or directory - A wrong format or non-existing SoC will result in the error sed: can't read sdkconfig: No such file or directory
- **Option 3**: Build for multiple SoCs (not all) - simply write them down separated with space: ``./build.sh -t <soc1> <soc2> <soc3>``
- Example: ``./build.sh -t esp32 esp32-c3``
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册