-
Notifications
You must be signed in to change notification settings - Fork 3k
Fix ARM compiler warning for microlib #12303
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
- Remove the --library_type=micorlib from c/cxx configuration.
And is this flag in the linker configuration ? |
CI started |
@rajkan01 looks like you have some genuine errors. For ARCHPRO for example: |
This PR changes related to ARM toolchain with microlib library but failure in GCC_ARM. Please restart the CI. |
Test run: FAILEDSummary: 3 of 4 test jobs failed Failed test jobs:
|
CI restarted |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
This PR does not contain release version label after merging. |
I'll look at this shortly. It should be fine as it has release version |
Summary of changes
[DEBUG] Output: armclang: warning: -Wl,--library_type=microlib: 'linker' input unused [-Wunused-command-line-argument]
.Impact of changes
With these changes, compiler warning about
unused command-line argument
should go away.Migration actions required
None.
Documentation
None.
Pull request type
Test results
Reviewers
@evedon