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

Build a binary in BIN format

Type: bool

Help

Build a binary in BIN format. This will build a zephyr.bin file need by some platforms.

Defaults

Kconfig definitions

At boards/arm/qemu_cortex_m3/Kconfig.defconfig:5

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config BUILD_OUTPUT_BIN
    bool
    default "n" if BOARD_QEMU_CORTEX_M3
    depends on BOARD_QEMU_CORTEX_M3

At boards/nios2/qemu_nios2/Kconfig.defconfig:5

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config BUILD_OUTPUT_BIN
    bool
    default "n" if BOARD_QEMU_NIOS2
    depends on BOARD_QEMU_NIOS2

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

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config BUILD_OUTPUT_BIN
    bool
    default "n" if BOARD_NATIVE_POSIX
    depends on BOARD_NATIVE_POSIX

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

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config BUILD_OUTPUT_BIN
    bool
    default "n" if BOARD_NRF52_BSIM
    depends on BOARD_NRF52_BSIM

At boards/riscv32/qemu_riscv32/Kconfig.defconfig:5

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config BUILD_OUTPUT_BIN
    bool
    default "n" if BOARD_QEMU_RISCV32
    depends on BOARD_QEMU_RISCV32

At boards/x86/qemu_x86/Kconfig.defconfig:6

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config BUILD_OUTPUT_BIN
    bool
    default "n" if BOARD_QEMU_X86
    depends on BOARD_QEMU_X86

At boards/x86/qemu_x86/Kconfig.defconfig:16

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config BUILD_OUTPUT_BIN
    bool
    default "n" if BOARD_QEMU_X86_IAMCU
    depends on BOARD_QEMU_X86_IAMCU

At boards/x86_64/qemu_x86_64/Kconfig.defconfig:5

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config BUILD_OUTPUT_BIN
    bool
    default "n" if BOARD_QEMU_X86_64
    depends on BOARD_QEMU_X86_64

At boards/xtensa/qemu_xtensa/Kconfig.defconfig:7

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config BUILD_OUTPUT_BIN
    bool
    default "n" if BOARD_QEMU_XTENSA
    depends on BOARD_QEMU_XTENSA

At Kconfig.zephyr:287

Included via Kconfig:10

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

config BUILD_OUTPUT_BIN
    bool
    prompt "Build a binary in BIN format"
    default "y"
    help
      Build a binary in BIN format. This will build a zephyr.bin file need
      by some platforms.

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