Sim compiler - don't generate .bin file. This file is unnecessary for sim targets, and the user's machine may not have [g]objcopy installed.
Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/cf6c3da0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/cf6c3da0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/cf6c3da0 Branch: refs/heads/sterly_refactor Commit: cf6c3da00774da7ad02359bae44d8df47ac61a0d Parents: c092a8a Author: Christopher Collins <[email protected]> Authored: Thu Jul 28 12:49:22 2016 -0700 Committer: Sterling Hughes <[email protected]> Committed: Sun Jul 31 21:58:57 2016 -0700 ---------------------------------------------------------------------- compiler/sim/compiler.yml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/cf6c3da0/compiler/sim/compiler.yml ---------------------------------------------------------------------- diff --git a/compiler/sim/compiler.yml b/compiler/sim/compiler.yml index eaeccec..0eba296 100644 --- a/compiler/sim/compiler.yml +++ b/compiler/sim/compiler.yml @@ -31,6 +31,7 @@ compiler.ld.resolve_circular_deps: true compiler.flags.default: [compiler.flags.base, -O1] compiler.flags.debug: [compiler.flags.base, -O0] compiler.ld.mapfile: false +compiler.ld.binfile: false # Linux. compiler.flags.base.LINUX: >
