acassis commented on issue #8813:
URL: https://github.com/apache/nuttx/issues/8813#issuecomment-1468842151

   Error -22 means "Invalid argument", please enable the debug NETWORK (err, 
warn and info) to find where and why this error is happening.
   
   ```
   $ make menuconfig
   
   Build Setup  --->
   Debug Options  --->
   [*] Enable Debug Features
   [*]   Enable Error Output
   [*]     Enable Warnings Output
   [*]       Enable Informational Debug Output
   ...
   [*]   Network Debug Features
   [*]     Network Error Output
   [*]     Network Warnings Output
   [*]     Network Informational Output
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to