acassis commented on PR #17734:
URL: https://github.com/apache/nuttx/pull/17734#issuecomment-3699133010
@zhhyu7 please fix this CI error:
Error: /github/workspace/sources/nuttx/include/nuttx/net/usrsock.h:322:10:
error: implicit declaration of function 'net_sem_timedwait2'; did you mean
'nxsem_timedwait'? [-Wimplicit-function-declaration]
322 | return net_sem_timedwait2(sem, interruptible, timeout,
&g_usrsock_lock,
| ^~~~~~~~~~~~~~~~~~
| nxsem_timedwait
make[1]: *** [Makefile:109: drivers_initialize.o] Error 1
make[1]: Target 'libdrivers.a' not remade because of errors.
make: *** [tools/LibTargets.mk:107: drivers/libdrivers.a] Error 2
make: Target 'all' not remade because of errors.
--
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]