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:4

Included via Kconfig:10Kconfig.zephyr:19

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:3

Included via Kconfig:10Kconfig.zephyr:19

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:4

Included via Kconfig:10Kconfig.zephyr:19

Menu path: (top menu)

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

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

Included via Kconfig:10Kconfig.zephyr:19

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:5

Included via Kconfig:10Kconfig.zephyr:19

Menu path: (top menu)

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

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

Included via Kconfig:10Kconfig.zephyr:19

Menu path: (top menu)

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

At misc/Kconfig:225

Included via Kconfig:10Kconfig.zephyr:31

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.)