wangzhi16 opened a new pull request, #18272: URL: https://github.com/apache/nuttx/pull/18272
## Summary This patch fixes a build error in the ARM architecture sources where the linker reported missing or incorrectly referenced `crt0.o` objects. The change corrects the ARM `arch/arm/src` build inputs so that `crt0.o` is correctly referenced and the `arm-none-eabi-ld` link stage completes successfully. ## Why - The linker error indicated a malformed or missing path to `crt0.o`, causing build failures for ARM targets. Fixing the build inputs ensures correct object file paths and successful linking. ## Impact - Build: Resolves ARM link-time failures caused by missing `crt0.o` references; enables successful ARM builds. - Runtime: No functional change expected; purely build-system/source fix. - Compatibility: Backwards compatible for source users; ensures downstream builds that depend on ARM architecture build succeed. ## Testing ostest PASS -- 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]
