mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
hints: add a more complete description for component not found errors
This commit is contained in:
parent
88fa51951c
commit
b1b25ad7df
@ -224,7 +224,7 @@
|
|||||||
|
|
||||||
-
|
-
|
||||||
re: "Failed to resolve component '(?!esp_ipc)(\\w+)'"
|
re: "Failed to resolve component '(?!esp_ipc)(\\w+)'"
|
||||||
hint: "The component {} has been moved to the IDF component manager or has been removed and refactored into some other component.\nPlease look out for component in 'https://components.espressif.com' and add using 'idf.py add-dependency' command.\nRefer to the migration guide for more details."
|
hint: "The component {} could not be found. This could be because: component name was misspelled, the component was not added to the build, the component has been moved to the IDF component manager or has been removed and refactored into some other component.\nPlease look out for component in 'https://components.espressif.com' and add using 'idf.py add-dependency' command.\nRefer to the migration guide for more details about moved components.\nRefer to the build-system guide for more details about how components are found and included in the build."
|
||||||
match_to_output: True
|
match_to_output: True
|
||||||
|
|
||||||
-
|
-
|
||||||
|
@ -50,7 +50,7 @@
|
|||||||
'HINT: The header file task_snapshot.h is no longer included as part of freertos/task.h. Users need to include freertos/task_snapshot.h explicitly.'
|
'HINT: The header file task_snapshot.h is no longer included as part of freertos/task.h. Users need to include freertos/task_snapshot.h explicitly.'
|
||||||
|
|
||||||
"Failed to resolve component 'component'\n":
|
"Failed to resolve component 'component'\n":
|
||||||
"HINT: The component component has been moved to the IDF component manager or has been removed and refactored into some other component.\nPlease look out for component in 'https://components.espressif.com' and add using 'idf.py add-dependency' command.\nRefer to the migration guide for more details."
|
"HINT: The component component could not be found. This could be because: component name was misspelled, the component was not added to the build, the component has been moved to the IDF component manager or has been removed and refactored into some other component.\nPlease look out for component in 'https://components.espressif.com' and add using 'idf.py add-dependency' command.\nRefer to the migration guide for more details about moved components.\nRefer to the build-system guide for more details about how components are found and included in the build."
|
||||||
|
|
||||||
'fatal error: tmp/atca_mbedtls_wrap.h: No such file or directory\n':
|
'fatal error: tmp/atca_mbedtls_wrap.h: No such file or directory\n':
|
||||||
"HINT: To use CONFIG_ESP_TLS_USE_SECURE_ELEMENT option, please install `esp-cryptoauthlib` using 'idf.py add-dependency espressif/esp-cryptoauthlib'"
|
"HINT: To use CONFIG_ESP_TLS_USE_SECURE_ELEMENT option, please install `esp-cryptoauthlib` using 'idf.py add-dependency espressif/esp-cryptoauthlib'"
|
||||||
|
Loading…
Reference in New Issue
Block a user