-
Notifications
You must be signed in to change notification settings - Fork 3k
Fix TMPM64B IAR linker file #7791
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
Fix TMPM64B IAR linker file #7791
Conversation
Remove unnecessary manual inclusion of tmpm64b_fc object file in linker script
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.
looks ok to me
Looks good, go ahead |
Hi @dannybenor , we need a technical review as part of the review process, can you please approve so we can move this into CI? |
Wil start CI when CI load has decreased. |
/morph build |
Build : SUCCESSBuild number : 2824 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 2454 |
Test : SUCCESSBuild number : 2575 |
/morph uvisor-test |
1 similar comment
/morph uvisor-test |
…_linker_file Fix TMPM64B IAR linker file
Description
Remove unnecessary manual inclusion of tmpm64b_fc object file in linker script
This manual inclusion is unnecessary and causes linker issues when trying to add changes (as in #7212).
Pull request type