From 2075bd492bf3ae2b0b66027feeb928752dee3326 Mon Sep 17 00:00:00 2001 From: Me No Dev Date: Tue, 27 Sep 2022 11:44:30 +0300 Subject: [PATCH] Lib-builder does not allow to build for more than one target when -t is used --- docs/source/guides/core_debug.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/source/guides/core_debug.rst b/docs/source/guides/core_debug.rst index abd3f0f9d..1f39567e2 100644 --- a/docs/source/guides/core_debug.rst +++ b/docs/source/guides/core_debug.rst @@ -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 `` - - - Example: ``./build.sh -t esp32 esp32-c3`` -- GitLab