-
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
ARMC6: legacy align error #8004
Comments
As per the http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0803g/pge1362075504330.html, We have two options to resolve the issue:
I would prefer option 1. |
PR to fix this - #8012 - get things working ASAP, then do fix 2 once you have a test that actually verifies the targets. The scatter file changes are sort of trivial, BUT - there are so many of them that it's not a quick and easy fix to get them all sorted out. [Mirrored to Jira] |
Going to keep this open for now even though #8012 has been merged. |
Internal Jira reference: https://jira.arm.com/browse/IOTCORE-415 |
Description
This PR removed legacy align : #7792 . It produces warning. This removed warning but causing now failures to use scatter files we have in the code base as they rely on the alignment that is now legacy. This leads to linker errors (4 vs 8 byte alignment). I could not find documentation why this alignment was deprecated but causing "breaking change" in this case as we would need to update all scatter files to use a new alignment.
@deepikabhavnani @JanneKiiskila
Issue request type
[ ] Question
[ ] Enhancement
[X] Bug
The text was updated successfully, but these errors were encountered: