Makefile.include: add %.hex and %.bin rules#8845
Merged
kaspar030 merged 4 commits intoRIOT-OS:masterfrom Apr 9, 2018
Merged
Conversation
Contributor
Author
|
When testing locally, I found out that However, I also found that the default goal is not I will do another PR for the second one. |
This was referenced Mar 28, 2018
b86df3c to
dba45b8
Compare
Contributor
|
please squash |
dba45b8 to
fe8f4d1
Compare
OBJCOPY was called without arguments so only copied the elffile in a file named .hex. Cannot build an '.hex' file for mips-malta so use a .bin output.
Replace HEXFILE rule by a rule for each type. HACK: Adding '-Oformat' after OFLAGS overwrite the value in flags.
* Remove '-Oihex' and '-Obinary' from OFLAGS for all boards It is now provided by the Makefile.include rule.
fe8f4d1 to
3f14541
Compare
Contributor
|
murdock failure is unrelated. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Contribution description
Issues/PRs references
Depends on
#8844#8846Part of #8838