commit | 5dfbd227a6f0420d88ea637c71c5e2aed3611f18 | [log] [tgz] |
---|---|---|
author | Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no> | Thu May 20 17:42:53 2021 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Aug 30 08:54:23 2021 -0400 |
tree | d90550cf3439a0711901557cb2912da2e9715bd5 | |
parent | 93f0d0d528f3f405e04dab778a3d8f5717e4849a [diff] |
armclang: specify armlink link executable signature The default armlink signature uses `--list=<TARGET_BASE>.map`, but in Zephyr we uses a different name for the map file, therefore we need to specify a custom link executable signature. This is done in the linker specific flags file: cmake/linker/armlink/linker_flags.cmake Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>