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':
   elf/elf_verify.c:(.text+0xb4): undefined reference to `up_checkarch'
   make[1]: *** [Makefile:109: nuttx] Error 1
   ```
   I did NOT find any definition of `up_checkarch()` and other undefined 
functions in arch/??
   
   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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to