Skip to content

Commit

Permalink
Lib-builder does not allow to build for more than one target when -t …
Browse files Browse the repository at this point in the history
…is used
  • Loading branch information
me-no-dev authored Sep 27, 2022
1 parent f49931f commit 2075bd4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/source/guides/core_debug.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,4 @@ Then simply build the libs for all SoCs or one specific SoC. Note that building
- ``esp32s3``
- 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
- **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``

0 comments on commit 2075bd4

Please sign in to comment.