wangtao13 opened a new issue, #19178: URL: https://github.com/apache/nuttx/issues/19178
### Description I am working on nuttx-12.13 for a MIPS SOC, I just want to try module in nuttx, so I enable the `module` example in menuconfig and make it. Finally, I got an error as follows, ``` LD: nuttx /home/t/develop/nuttx/staging/libc.a(elf_bind.o): In function `libelf_relocate': elf/elf_bind.c:(.text+0x898): undefined reference to `up_relocate' /home/t/develop/nuttx/staging/libc.a(elf_bind.o): In function `libelf_relocateadd': elf/elf_bind.c:(.text+0xee4): undefined reference to `up_relocateadd' /home/t/develop/nuttx/staging/libc.a(elf_bind.o): In function `libelf_relocatedyn': elf/elf_bind.c:(.text+0x187c): undefined reference to `up_relocate' /home/t/develop/nuttx/staging/libc.a(elf_verify.o): In function `libelf_verifyheader': make[1]: *** [Makefile:109: nuttx] Error 1 ``` The toolchain of mips-linux-gnu does NOT include libraries for ELF, so I am wondering how to fix it and make module example be built well. Thanks, ### Verification - [x] I have verified before submitting the report. -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
