You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
I have searched the issue tracker for a similar issue and not found a similar issue.
IDF version.
v5.5-dev-2119-g0461e2ff88
Operating System used.
Linux
How did you build your project?
VS Code IDE
If you are using Windows, please specify command line type.
None
What is the expected behavior?
Build to work successfully with no errors or warnings.
What is the actual behavior?
After selecting device type "linux" the warning below is issued in the OUTPUT window.
CMake Warning (dev) at /home/wilsonj/Documents/foldered/espressif/esp-idf/tools/cmake/build.cmake:167 (enable_language): project() should be called prior to this enable_language() call. Call Stack (most recent call first): /home/wilsonj/Documents/foldered/espressif/esp-idf/tools/cmake/build.cmake:244 (__build_set_lang_version) /home/wilsonj/Documents/foldered/espressif/esp-idf/tools/cmake/idf.cmake:55 (__build_init) /home/wilsonj/Documents/foldered/espressif/esp-idf/tools/cmake/project.cmake:29 (include) CMakeLists.txt:11 (include) This warning is for project developers. Use -Wno-dev to suppress it.
The same warning is also issued in the TERMINAL window for the following:
Clearing the build folder and then building issues the warning.
Answers checklist.
IDF version.
v5.5-dev-2119-g0461e2ff88
Operating System used.
Linux
How did you build your project?
VS Code IDE
If you are using Windows, please specify command line type.
None
What is the expected behavior?
Build to work successfully with no errors or warnings.
What is the actual behavior?
After selecting device type "linux" the warning below is issued in the OUTPUT window.
CMake Warning (dev) at /home/wilsonj/Documents/foldered/espressif/esp-idf/tools/cmake/build.cmake:167 (enable_language): project() should be called prior to this enable_language() call. Call Stack (most recent call first): /home/wilsonj/Documents/foldered/espressif/esp-idf/tools/cmake/build.cmake:244 (__build_set_lang_version) /home/wilsonj/Documents/foldered/espressif/esp-idf/tools/cmake/idf.cmake:55 (__build_init) /home/wilsonj/Documents/foldered/espressif/esp-idf/tools/cmake/project.cmake:29 (include) CMakeLists.txt:11 (include) This warning is for project developers. Use -Wno-dev to suppress it.
The same warning is also issued in the TERMINAL window for the following:
Clearing the build folder and then building issues the warning.
Running ESP-IDF: idf.py reconfigure task issues the warning (but isn't highlighted)
Changing a CMakeLists.txt file causes the error to be reported for the first run, but not subsequent ones.
idf.py clean and idf.py build and idf.py reconfigure from the command line also cause the warning to be issued.
Steps to reproduce.
...
Build or installation Logs.
More Information.
No response
The text was updated successfully, but these errors were encountered: