CMakeLists.txt >> error: 'Building Active Configuration'
Posted: Wed Nov 20, 2024 9:39 pm
Whenever I modify any of the CMakeLists.txt files and try to rebuild the project I get this Prompt:
Cleaning the project doesn't help.
What works most of the time is closing the Espressif Eclipse IDE and re-opening it.
Occasionally, that doesn't work either, and then I have to delete & re-import the project to get it working again.
-My project is using the nvs_rw_blob project
-Using ESP-IDF 5.3.1
Code: Select all
error: "'Building Active Configuration' has encountered a problem".
Errors occurred during the build.
Errors running builder 'CDT Core Builder' on project 'TEST'.
Building TEST
D:\Test\Firmware_TEST\build\bootloader
Building TEST
D:\Test\Firmware_TEST\build\bootloader
What works most of the time is closing the Espressif Eclipse IDE and re-opening it.
Occasionally, that doesn't work either, and then I have to delete & re-import the project to get it working again.
-My project is using the nvs_rw_blob project
-Using ESP-IDF 5.3.1