When running idf.py build in the docker container I get the following error:
Executing action: all (aliases: build)
Running ninja in directory /code/led-blink/build
Executing "ninja all"...
ninja: error: '/root/esp/esp-idf/components/bt/controller/lib_esp32c6/esp32c6-bt-lib/libble_app.a', needed by 'light.elf', missing and no known rule to make it
ninja failed with exit code 1, output of the command is in the /code/led-blink/build/log/idf_py_stderr_output_401 and /code/led-blink/build/log/idf_py_stdout_output_401
I found this issue in the ESP-Matter repo when I googled the error and they recommend using v5.2.1 of esp-idf when using ESP-Matter.
When running
idf.py buildin the docker container I get the following error:I found this issue in the ESP-Matter repo when I googled the error and they recommend using v5.2.1 of esp-idf when using ESP-Matter.