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

Build a binary in ELF format with .exe extension

Type: bool

Help

Build a binary in ELF format that can run in the host system. This will build a zephyr.exe file.

Defaults

Kconfig definitions

At boards/posix/native_posix/Kconfig.defconfig:8

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config BUILD_OUTPUT_EXE
    bool
    default "y" if BOARD_NATIVE_POSIX
    depends on BOARD_NATIVE_POSIX

At boards/posix/nrf52_bsim/Kconfig.defconfig:8

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config BUILD_OUTPUT_EXE
    bool
    default "y" if BOARD_NRF52_BSIM
    depends on BOARD_NRF52_BSIM

At Kconfig.zephyr:294

Included via Kconfig:10

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

config BUILD_OUTPUT_EXE
    bool
    prompt "Build a binary in ELF format with .exe extension"
    help
      Build a binary in ELF format that can run in the host system. This
      will build a zephyr.exe file.

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