-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Freescale/NXP: Fix alignment of execute region to 8byte boundary #8186
Conversation
--legacyalign, --no_legacyalign are deprecated from ARMC6 compiler, in order to remove deprecated flags all linker files (GCC and IAR as well to have uniformity) should strictly align to 8-byte boundary
--legacyalign, --no_legacyalign are deprecated from ARMC6 compiler, in order to remove deprecated flags all linker files (GCC and IAR as well to have uniformity) should strictly align to 8-byte boundary
/morph build |
Build : SUCCESSBuild number : 3289 Triggering tests/morph test |
Exporter Build : FAILUREBuild number : 2914 |
Test : SUCCESSBuild number : 3096 |
Network IAR license server issues. /morph export-build |
Exporter Build : FAILUREBuild number : 2923 |
No changes to Nuvoton target in this PR |
Correct, even the job is success but prints stderr, @studavekar Please review the logs /morph export-build |
|
Exporter Build : SUCCESSBuild number : 2925 |
Description
Resolves: #8004
Pull request type