-
Notifications
You must be signed in to change notification settings - Fork 3k
mbed_boot_arm_std.c: remove redundant compiler check #9352
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
I could reproduce this error locally: Once the patch applied, I was able to build the test. K64F::ARMC6::TESTS-MBEDMICRO-RTOS-MBED-MALLOC |
cc @teetak01 |
The fix goes for 5.12 as it's dependent on the changes for 5.12 |
Thinking about this more. As we noticed this failure for ARMC6. It should have been caught in CI for v8, shouldn't it ? |
I've checked one nuvoton v8 target, it defines |
CI started |
Aborted, needs to wait for #9350 |
Check is not needed since this file is exclusive for ARM compiler. It causes problems on ARMC6.
Added also similar fix for |
CI started |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
@0xc0170 this passed CI, does it need another review or can it be moved to "ready" |
Description
Fix for
ARMC6
compiler.Pull request type