xiaoxiang781216 commented on issue #14002:
URL: https://github.com/apache/nuttx/issues/14002#issuecomment-2404724205

   do you have the similar snippet in your ld script:
   ```
       .init_section : {
           _sinit = ABSOLUTE(.);
           KEEP(*(SORT_BY_INIT_PRIORITY(.init_array.*) 
SORT_BY_INIT_PRIORITY(.ctors.*)))
           KEEP(*(.init_array EXCLUDE_FILE(*crtbegin.o *crtbegin?.o *crtend.o 
*crtend?.o) .ctors))
           _einit = ABSOLUTE(.);
       } > flash
   ```


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