yamt opened a new pull request, #15226:
URL: https://github.com/apache/nuttx/pull/15226

   ## Summary
   
   This breaks the libuv build without CONFIG_PIPES
   as expected:
   
   ```
   LD:  nuttx
   /usr/bin/ld: nuttx.rel: in function `uv_pipe':
   /src/apps/system/libuv/libuv/src/unix/pipe.c:516: undefined reference to 
`NXpipe2'
   collect2: error: ld returned 1 exit status
   make[1]: *** [Makefile:427: nuttx] Error 1
   make: *** [tools/Unix.mk:551: nuttx] Error 2
   ```
   
   This exposes https://github.com/apache/nuttx/issues/14773 on linux.
   
   ## Impact
   
   ## Testing
   
   


-- 
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