simbit18 commented on PR #16147:
URL: https://github.com/apache/nuttx/pull/16147#issuecomment-2789780561

   Hi @anchao 
   I think it is also necessary to update the Cmakefile
   
   ```
   FAILED: nuttx 
   : && /tools/ccache/bin/arm-none-eabi-g++  --specs=nosys.specs   
-Wl,--print-memory-usage -Wl,--entry=__start -nostdlib -Wl,--gc-sections 
-Wl,--cref -Wl,-Map=nuttx.map @CMakeFiles/nuttx.rsp -o nuttx  && :
   
/tools/gcc-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/bin/ld:
 warning: nuttx has a LOAD segment with RWX permissions
   
/tools/gcc-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/bin/ld:
 libs/libc/libc.a(lib_crc16.c.obj): in function `crc16part':
   
/github/workspace/sources/nuttx/libs/libc/misc/lib_crc16.c:49:(.text.crc16part+0x24):
 undefined reference to `crc16xmodempart'
   
/tools/gcc-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/bin/ld:
 libs/libc/libc.a(lib_crc16.c.obj): in function `crc16full':
   
/github/workspace/sources/nuttx/libs/libc/misc/lib_crc16.c:65:(.text.crc16full+0x26):
 undefined reference to `crc16xmodempart'
   ```
   
   
https://github.com/apache/nuttx/actions/runs/14353366426/job/40237220865?pr=16162#step:7:1219


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to