forked from espressif/esp-idf
feat(hints): Add hints on using external sock utilities
This commit is contained in:
@@ -455,3 +455,13 @@
|
||||
-
|
||||
re: "Configuration descriptor larger than control transfer max length"
|
||||
hint: "Connected USB device has a large Configuration descriptor.\nTo increase the transfer size, go to 'idf.py menuconfig' -> 'Component config' -> 'USB-OTG' -> 'Largest size of transfers to/from default endpoints' and set appropriate size."
|
||||
|
||||
-
|
||||
re: "error: implicit declaration of function '(socketpair|gai_strerror|getifaddrs|freeifaddrs)'"
|
||||
hint: "{}() is not supported in IDF.\nTo use a simplified implementation of this function, add a dependency to sock_utils library 'idf.py add-dependency espressif/sock_utils'"
|
||||
match_to_output: True
|
||||
|
||||
-
|
||||
re: "undefined reference to `(socketpair|gai_strerror|gethostname|getnameinfo|pipe|getifaddrs|freeifaddrs)'"
|
||||
hint: "{}() is not supported in IDF.\nTo use a simplified implementation of this function, add a dependency to sock_utils library 'idf.py add-dependency espressif/sock_utils'"
|
||||
match_to_output: True
|
||||
|
Reference in New Issue
Block a user