nealef commented on PR #2026:
URL: https://github.com/apache/nuttx-apps/pull/2026#issuecomment-2142620830

   The `_start` symbol is being placed int `sot_symtab.c` by 
`tools/mksymtab.sh` which is using the `nm` command to find all the unresolved 
symbols in a `.a` or `.so` file (I don't have insight into which object is 
being looked at in this particular instance). `_start` is the default symbol 
for the entry point on an executable unless overridden in the link command line 
`--entry`. Should whatever is building the object for xtensa use the `--entry` 
with the `__esp32s3_start` argument? I am assuming this is for the dynload test 
within sotest. If true then I need to find the best place to specify the 
`--entry` option or the `.ld` script.


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