The latest development version of this page may be more current than this released 1.14.0 version.

Check linker map

Type: bool

Help

Run a linker address generation validity checker at the end of the build.

Defaults

  • “y”

Kconfig definition

At Kconfig.zephyr:182

Included via Kconfig:10

Menu path: (top menu) → Build and Link Features → Linker Options

config CHECK_LINK_MAP
    bool
    prompt "Check linker map"
    default "y"
    help
      Run a linker address generation validity checker at the end of the
      build.

(Definitions include propagated dependencies, including from if’s and menus.)