toku-mac opened a new pull request, #19037: URL: https://github.com/apache/nuttx/pull/19037
## Summary This updates the simulator link rule so `nuttx$(EXEEXT)` depends on `$(EXTRA_LIBS)`. With this dependency in place, changes to extra application libraries, including Rust static libraries rebuilt by Cargo, cause the simulator `nuttx` binary to be relinked. ## Testing I confirm that changes are verified on local setup and works as intended: * Build Host(s): OS (macOS 26.5), CPU(Apple M1), compiler(Apple clang version 21.0.0) * Target(s): arch(sim) * Ensure your PATH environment variable is properly configured to allow execution of: menuconfig, olddefconfig, savedefconfig, and setconfig. * Use the Rust toolchain version prior to nightly-2026-04-29 to avoid errors related to lib/rustlib/src/rust/library/std/src/sys/net/connection/socket/unix.rs. * Depends on the corresponding apps-side PR. [#3522](https://github.com/apache/nuttx-apps/pull/3522) ## PR verification Self-Check * [x] My PR adheres to Contributing [Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md) and [Documentation](https://nuttx.apache.org/docs/latest/contributing/index.html) (git commit title and message, coding standard, etc). * [x] My PR is ready for review and can be safely merged into a codebase. -- 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]
