-
Notifications
You must be signed in to change notification settings - Fork 3k
Fix cortex-m33-S gcc compilation error #9614
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
Compilation error was due to due to bug in gcc.py
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 fixing
starting CI |
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.
Good catch!
Test run: FAILEDSummary: 2 of 8 test jobs failed Failed test jobs:
|
restarted ci |
Test run: SUCCESSSummary: 12 of 12 test jobs passed |
@ARMmbed/mbed-os-maintainers Can it be merged? |
Hi @mikisch81, |
Isn't the link to the issue is enough? |
@NirSonnenschein Updated the description. |
Description
Fixes cortex-m33-S gcc compilation error due to a bug in
gcc.py
(Issue #9608).Pull request type
Reviewers
@deepikabhavnani @ARMmbed/mbed-os-tools