-
Notifications
You must be signed in to change notification settings - Fork 7.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
Linker Failed to Assign Correct Address to Section End (IDFGH-7869) #9396
Comments
@MarsTechHAN could you please attach the linker script or linker fragment file where you define this section? |
Hi. I do not use the linker fragment file with this code. I took a try, but it made no difference, so I just deleted it. |
Somehow the values from the ELF file don't match the log in the issue description, and the behavior looks correct:
(from the output of Based on this, I can't explain why the value of |
Thank you for the reproducer! I do observe the issue as well now. I have checked that the issue also happens with latest We will look at this issue but it might take some time, since some of the team members are on leave now. I can offer you a workaround for the time being. That is, to define the linker script fragment for the section you have added. Some example pointers:
Hope this helps you move forward with your project. We'll keep the issue open until the bug you have reported is addressed. |
Hi. Thanks for the help. My project now works perfectly, looking forward to seeing the issue get resolved. |
Thanks for reporting, fix is available at 0007754, feel free to reopen. |
Environment
Problem Description
Expected Behavior
Actual Behavior
Other items if possible
elf file: lang_script.zip
The text was updated successfully, but these errors were encountered: