-
Notifications
You must be signed in to change notification settings - Fork 1.5k
libbuiltin/Makefile: Modify the libbuiltin makefile to standard #14679
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
[Experimental Bot, please feedback here] No, this PR description does not fully meet the NuttX requirements. Here's why and how to improve it: Missing Information/Improvements Needed:
Example of an Improved Summary and Impact Section: Summary: This PR introduces support for profiling and code coverage analysis within the NuttX build system using the compiler's built-in profiling capabilities and the Impact:
By providing more specific information and addressing all the required points, you'll make it much easier for reviewers to understand and approve your PR. Remember to provide concrete evidence of your testing through logs and reports. |
|
Sorry I have to cancel the CI Check, there's a problem with CI Test: |
|
Sorry I have to cancel the CI Check again, because of the problem with CI Test: |
1. bin and kbin folders are dynamically generated 2. Context comes before depend, so the bin and kbin folders are created in the context construction phase. When the depend process comes, each library is downloaded, and a relative bin/xxx and kbin/xxx directory is created for each library to place files. This is to prevent duplicate file names. Signed-off-by: wangmingrong1 <wangmingrong1@xiaomi.com>
Summary
Impact
no
Testing
no