-
Notifications
You must be signed in to change notification settings - Fork 3k
Export, Embitz: Avoid assigning self.resources.linker_script
#7939
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
Avoids assigning to things that we can't assign
/morph build |
Build : FAILUREBuild number : 3016 |
Strange that this temp file error is starting to show up...
/morph build |
@ARMmbed/mbed-os-test ^^^ |
Build : SUCCESSBuild number : 3019 Triggering tests/morph test |
Exporter Build : FAILUREBuild number : 2631 |
Test : SUCCESSBuild number : 2785 |
License server problem /morph export-build |
Exporter Build : FAILUREBuild number : 2634 |
/morph export-build |
Another ARM network license issue. |
Exporter Build : SUCCESSBuild number : 2638 |
Description
At some point in the past,
self.linker_script
was changed from"assignable" to not allowing assignment. This PR changes the Embitz
exporter to avoid assigning this variable, and therefore fixes the
exporter. This change also simplifies the expoter code
Pull request type