mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
c521fcb6fd
Previously the error message was CMake Error at /home/user/esp-idf/tools/cmake/build.cmake:296 (__component_get_property): __component_get_property Function invoked with incorrect arguments for function named: __component_get_property Call Stack (most recent call first): /home/user/esp-idf/tools/cmake/build.cmake:341 (__build_resolve_and_add_req) /home/user/esp-idf/tools/cmake/build.cmake:638 (__build_expand_requirements) /home/user/esp-idf/tools/cmake/project.cmake:710 (idf_build_process) CMakeLists.txt:6 (project) Now it will be: CMake Error at /home/user/esp-idf/tools/cmake/build.cmake:298 (message): Failed to resolve component 'whatever' required by component 'main'. Call Stack (most recent call first): /home/user/esp-idf/tools/cmake/build.cmake:345 (__build_resolve_and_add_req) /home/user/esp-idf/tools/cmake/build.cmake:642 (__build_expand_requirements) /home/user/esp-idf/tools/cmake/project.cmake:710 (idf_build_process) CMakeLists.txt:6 (project) Also improved the hint to show the component name in quotes. |
||
---|---|---|
.. | ||
extra_path | ||
file_args_expansion_inputs | ||
test_idf_extensions/test_ext | ||
error_output.yml | ||
idf_ext.py | ||
idf_py_help_schema.json | ||
pytest.ini | ||
test_hints.py | ||
test_idf_py.py | ||
test_idf_qemu.py |