-
Notifications
You must be signed in to change notification settings - Fork 3k
Add config header to assembly compilation #9765
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
@orenc17, thank you for your changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the updated details!
CI started |
Would still like feedback from @theotherjimmy and @mikisch81 before merging. Should be a quick review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This makes the behavior consistent for all of the compilers.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
ARMC6 was not including mbed_config.h when compiling assembly files
Reverted the changes in IAR |
Test run: FAILEDSummary: 2 of 8 test jobs failed Failed test jobs:
|
restarted CI |
Test run: SUCCESSSummary: 12 of 12 test jobs passed |
Description
Add missing config header for assembly file in ARMC6.
This Fixes an inconsistency between toolchains
GCC and ARMC5 are already doing this
IAR has a solution implemented as well
Pull request type
Reviewers
@theotherjimmy @deepikabhavnani @mikisch81
Release Notes