nealef commented on PR #2026: URL: https://github.com/apache/nuttx-apps/pull/2026#issuecomment-2150756014
@tmedicci The script `tools/mksymtab.sh` is processing some artifacts of the build process and finding an undefined symbol and placing it in the `sot_symbols.c` file. I can't tell in which artifact it's finding it but I assume it's in the `.so` file. @acassis Can I get access to where you are building things to find where that reference is? `_start` is the default symbol if no `--entry` is specified. It makes me wonder if we need to define `CONFIG_USER_ENTRYPOINT` for this platform? However, I'd like to take a look at the artifacts before pursuing this line of investigation. -- 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]
