xiaoxiang781216 commented on PR #17644:
URL: https://github.com/apache/nuttx/pull/17644#issuecomment-3754497088
```
Configuration/Tool: stm32f103-minimum/adb,CONFIG_ARM_TOOLCHAIN_GNU_EABI
2026-01-15 11:48:54
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Building NuttX...
arm-none-eabi-ld:
/github/workspace/sources/nuttx/staging/libapps.a(signal.c.github.workspace.sources.apps.system.libuv_1.o):
in function `uv__signal_register_handler':
signal.c:(.text.uv__signal_register_handler+0x32): undefined reference to
`sigaction'
arm-none-eabi-ld:
/github/workspace/sources/nuttx/staging/libapps.a(signal.c.github.workspace.sources.apps.system.libuv_1.o):
in function `uv__signal_stop':
signal.c:(.text.uv__signal_stop+0x1b2): undefined reference to `sigaction'
make[1]: *** [Makefile:217: nuttx] Error 1
make: *** [tools/Unix.mk:552: nuttx] Error 2
```
@wangchdo need make libuv skip signal related function if signal is disabled.
--
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]