-
Notifications
You must be signed in to change notification settings - Fork 3k
Build tool fixes for Musca support #7792
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
Changes from all commits
08b4e34
beab422
6366452
37a5646
ed58ff0
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -256,8 +256,6 @@ def link(self, output, objects, libraries, lib_dirs, mem_map): | |
# Exec command | ||
self.notify.cc_verbose("Link: %s" % ' '.join(cmd)) | ||
self.default_cmd(cmd) | ||
if self.target.core == "Cortex-M23" or self.target.core == "Cortex-M33": | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why is this output no longer needed? (Commit only mentioned something about a build issue) There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Code for creation of ‘secure_file’ was initially in this section and later moved to other part. Variable ‘secure_file’ is not available here and hence throws error |
||
self.notify.info("Secure Library Object %s" %secure_file) | ||
|
||
@hook_tool | ||
def archive(self, objects, lib_path): | ||
|
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.
Could this be added to common?
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.
This flag gives warning with linker and armasm.