xiaoxiang781216 commented on pull request #1038: URL: https://github.com/apache/incubator-nuttx-apps/pull/1038#issuecomment-1058777273
> ``` > arm-none-eabi-ld: /github/workspace/sources/nuttx/staging/libapps.a(process-spawn.c.github.workspace.sources.apps.system.libuv.o): in function `uv__process_child_spawn': > 149/github/workspace/sources/apps/system/libuv/libuv/src/unix/process-spawn.c:243: undefined reference to `uv_socketpair' > 150make[1]: *** [Makefile:152: nuttx] Error 1 > 151make: *** [tools/Unix.mk:509: nuttx] Error 2 > 152make: Target 'all' not remade because of errors. > ``` @pkarashchenko fixed by switch uv_socketpair to uv_pipe. -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org