Zepp-Hanzj opened a new pull request, #18923: URL: https://github.com/apache/nuttx/pull/18923
## Summary Pass `-no-pie` through the gcc driver instead of forwarding it as `-Wl,-no-pie`. ## Problem On Ubuntu 20 with GCC 9, `sim:nsh` failed during the final link step with `/usr/bin/ld: cannot find -lgcc_s`. ## Validation ```bash ./tools/configure.sh sim:nsh make -j1 nuttx ``` This change fixes the link failure in that environment. -- 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]
