-
Notifications
You must be signed in to change notification settings - Fork 56
Description
Hello,
My development environment is Windows, and when I enter this command, I idf.py set-target esp32s3 and I get the following error
`-- Component directory D:/soft/iot-reference-esp32c3/components/esp-aws-iot/libraries/common does not contain a CMakeLists.txt file. No component will be added
-- Component directory D:/soft/iot-reference-esp32c3/components/esp-aws-iot does not contain a CMakeLists.txt file. No component will be added
CMake Error at D:/soft/espressif_1/esp-idf_5.0.3/frameworks/esp-idf-v5.0.3/tools/cmake/targets.cmake:81 (message):
Toolchain file
D:/soft/espressif_1/esp-idf_5.0.3/frameworks/esp-idf-v5.0.3/tools/cmake/toolchain-esp32c3
.cmake not found
Call Stack (most recent call first):
D:/soft/espressif_1/esp-idf_5.0.3/frameworks/esp-idf-v5.0.3/tools/cmake/project.cmake:413 (__target_set_toolchain)
CMakeLists.txt:8 (project)
-- Configuring incomplete, errors occurred!
CMake Warning:
Value of IDF_TARGET contained a newline; truncating
cmake failed with exit code 1, output of the command is in the D:\soft\iot-reference-esp32c3\build\log\idf_py_stderr_output_27284 and D:\soft\iot-reference-esp32c3\build\log\idf_py_stdout_output_27284
`