erkan-vatan commented on PR #17229: URL: https://github.com/apache/nuttx/pull/17229#issuecomment-3446479223
@linguini1 I added CMake build‑system support. To resolve the problem, I defined the link option directly in `arch/arm/src/am67/CMakeLists.txt`: ```cmake target_link_options(nuttx PRIVATE -Wl,--entry=_vector_start) ``` -- 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]
