acassis commented on PR #18950:
URL: https://github.com/apache/nuttx/pull/18950#issuecomment-4530567316
@patrickelectric the iMX93 build is failing after this modification.
@PetervdPerk do you have some idea why is it happening?
```
Configuration/Tool: imx93-qsb/nsh-ddr,CONFIG_ARM_TOOLCHAIN_GNU_EABI
2026-05-24 20:26:29
------------------------------------------------------------------------------------
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/libarch.a(imx9_start.o): in function
`__start':
/github/workspace/sources/nuttx/arch/arm/src/chip/imx9_start.c:191:(.text.__start+0x34):
undefined reference to `memset'
arm-none-eabi-ld:
/github/workspace/sources/nuttx/arch/arm/src/chip/imx9_start.c:204:(.text.__start+0x4e):
undefined reference to `memcpy'
/github/workspace/sources/nuttx/include/string.h:233:(.text.bufferedoutstream_puts+0x28):
undefined reference to `memcpy'
arm-none-eabi-ld:
/github/workspace/sources/nuttx/staging/libc.a(lib_strlcat.o): in function
`strlen':
/github/workspace/sources/nuttx/include/string.h:365:(.text.strlcat+0x18):
undefined reference to `strlen'
arm-none-eabi-ld:
/github/workspace/sources/nuttx/staging/libc.a(lib_strcat.o): in function
`strlen':
/github/workspace/sources/nuttx/include/string.h:365:(.text.strcat+0x6):
undefined reference to `strlen'
arm-none-eabi-ld:
/github/workspace/sources/nuttx/staging/libc.a(lib_getcwd.o): in function
`strlen':
/github/workspace/sources/nuttx/include/string.h:365:(.text.getcwd+0x2a):
undefined reference to `strlen'
arm-none-eabi-ld:
/github/workspace/sources/nuttx/staging/libmm.a(mm_mallinfo.o): in function
`memset':
/github/workspace/sources/nuttx/include/string.h:243:(.text.mm_mallinfo+0xe):
undefined reference to `memset'
arm-none-eabi-ld:
/github/workspace/sources/nuttx/staging/libmm.a(mm_memdump.o): in function
`memset':
/github/workspace/sources/nuttx/include/string.h:243:(.text.mm_memdump+0x10):
undefined reference to `memset'
arm-none-eabi-ld:
/github/workspace/sources/nuttx/staging/libapps.a(dd_main.c.github.workspace.sources.apps.system.dd_1.o):
in function `memset':
/github/workspace/sources/nuttx/include/string.h:243:(.text.dd_main+0x10):
undefined reference to `memset'
arm-none-eabi-ld:
/github/workspace/sources/nuttx/staging/libapps.a(dd_main.c.github.workspace.sources.apps.system.dd_1.o):
in function `strlen':
/github/workspace/sources/nuttx/include/string.h:365:(.text.dd_main+0x138):
undefined reference to `strlen'
arm-none-eabi-ld:
/github/workspace/sources/nuttx/staging/libapps.a(dd_main.c.github.workspace.sources.apps.system.dd_1.o):
in function `strcmp':
/github/workspace/sources/nuttx/include/string.h:321:(.text.dd_main+0x176):
undefined reference to `strcmp'
arm-none-eabi-ld:
/github/workspace/sources/nuttx/staging/libdrivers.a(mkrd.o): in function
`memset':
/github/workspace/sources/nuttx/include/string.h:247:(.text.mkrd+0x1e):
undefined reference to `memset'
arm-none-eabi-ld:
/github/workspace/sources/nuttx/staging/libdrivers.a(ramdisk.o): in function
`memset':
/github/workspace/sources/nuttx/include/string.h:243:(.text.rd_geometry+0xe):
undefined reference to `memset'
arm-none-eabi-ld:
/github/workspace/sources/nuttx/staging/libdrivers.a(ramdisk.o): in function
`memcpy':
/github/workspace/sources/nuttx/include/string.h:233:(.text.rd_read+0x24):
undefined reference to `memcpy'
arm-none-eabi-ld:
/github/workspace/sources/nuttx/include/string.h:233:(.text.rd_write+0x26):
undefined reference to `memcpy'
arm-none-eabi-ld:
/github/workspace/sources/nuttx/staging/libc.a(lib_dumpvbuffer.o): in function
`memset':
/github/workspace/sources/nuttx/include/string.h:247:(.text.lib_dumpvhandler+0xaa):
undefined reference to `memset'
arm-none-eabi-ld:
/github/workspace/sources/nuttx/include/string.h:247:(.text.lib_dumpvhandler+0xbc):
undefined reference to `memset'
arm-none-eabi-ld:
/github/workspace/sources/nuttx/staging/libc.a(lib_fputs.o): in function
`strlen':
/github/workspace/sources/nuttx/include/string.h:365:(.text.fputs_unlocked+0x44):
undefined reference to `strlen'
arm-none-eabi-ld:
/github/workspace/sources/nuttx/staging/libc.a(lib_libfwrite.o): in function
`memcpy':
/github/workspace/sources/nuttx/include/string.h:233:(.text.lib_fwrite_unlocked+0x8e):
undefined reference to `memcpy'
arm-none-eabi-ld:
/github/workspace/sources/nuttx/include/string.h:233:(.text.lib_fwrite_unlocked+0xe4):
undefined reference to `memcpy'
make[1]: *** [Makefile:230: nuttx] Error 1
make: *** [tools/Unix.mk:569: nuttx] Error 2
make: Target 'all' not remade because of errors.
/github/workspace/sources/nuttx/tools/testbuild.sh: line 397:
/github/workspace/sources/nuttx/../nuttx/nuttx.manifest: No such file or
directory
[1/1] Normalize imx93-qsb/nsh-ddr
/github/workspace/sources/nuttx /github/workspace/sources/nuttx
HEAD detached at pull/18950/merge
nothing to commit, working tree clean
/github/workspace/sources/nuttx
/github/workspace/sources/apps /github/workspace/sources/nuttx
On branch master
Your branch is up to date with 'origin/master'.
nothing to commit, working tree clean
/github/workspace/sources/nuttx
Build Attempt 1 of 1
```
--
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]