cederom commented on PR #17284: URL: https://github.com/apache/nuttx/pull/17284#issuecomment-3504960581
Hmm, looks like `boards/arm/sama5/jupiter-nano/` is impacted and needs a fix? https://github.com/apache/nuttx/actions/runs/19176611989/job/54823072207?pr=17284#step:7:682 ``` ==================================================================================== Configuration/Tool: jupiter-nano/sdmmc-nsh-net-resolvconf,CONFIG_ARM_TOOLCHAIN_GNU_EABI 2025-11-07 19:38:58 ------------------------------------------------------------------------------------ Cleaning... Configuring... Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI Building NuttX... Error: netdb/lib_dnsdelserver.c:44:12: error: 'dns_find_nameserver_index' defined but not used [-Werror=unused-function] 44 | static int dns_find_nameserver_index(FAR const struct sockaddr *addr, | ^~~~~~~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[1]: *** [Makefile:156: bin/lib_dnsdelserver.o] Error 1 make[1]: Target 'libc.a' not remade because of errors. make: *** [tools/LibTargets.mk:196: libs/libc/libc.a] Error 2 make: Target 'all' not remade because of errors. /github/workspace/sources/nuttx/tools/testbuild.sh: line 385: /github/workspace/sources/nuttx/../nuttx/nuttx.manifest: No such file or directory [1/1] Normalize jupiter-nano/sdmmc-nsh-net-resolvconf ``` -- 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]
