jerpelea opened a new pull request, #19097: URL: https://github.com/apache/nuttx/pull/19097
## Summary cmake/elf: Fix ELF entry point from __start to _start — The ELF entry point on ARM/ARM64/x86_64 incorrectly used __start (kernel boot entry) instead of _start (C runtime entry in crt0.c). arm64 and x86_64 elf.cmake already used _start; ARM was the outlier. mm/kasan: Fix compile options applied to wrong target in SPLIT build — In SPLIT build, the kmm target carries the kasan code, but compile options were mistakenly applied to the mm target. In flat build, the kmm target does not exist, causing a CMake configuration error. build/fix: remove nonexistent target in cmake — The nuttx_apps_mksymtab target does not exist in the nuttx repository, causing build failure when CONFIG_MODULES is enabled. ## Impact RELEASE ## Testing CI -- 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]
