:orphan: .. title:: BUILD_OUTPUT_BIN .. option:: CONFIG_BUILD_OUTPUT_BIN *Build a binary in BIN format* Type: ``bool`` Help ==== Build a "raw" binary zephyr/zephyr.bin in the build directory. The name of this file can be customized with CONFIG_KERNEL_BIN_NAME. Defaults ======== - n - n - n - y - n - n - n - n - n - n - n - y Kconfig definitions =================== .. highlight:: kconfig At ``boards/arm/qemu_cortex_a53/Kconfig.defconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config BUILD_OUTPUT_BIN bool default n depends on \ :option:`BOARD_QEMU_CORTEX_A53 ` ---- At ``boards/arm/qemu_cortex_m3/Kconfig.defconfig:5`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config BUILD_OUTPUT_BIN bool default n depends on \ :option:`BOARD_QEMU_CORTEX_M3 ` ---- At ``boards/arm/qemu_cortex_r5/Kconfig.defconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config BUILD_OUTPUT_BIN bool default n depends on \ :option:`BOARD_QEMU_CORTEX_R5 ` ---- At ``boards/arm/xenvm/Kconfig.defconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config BUILD_OUTPUT_BIN bool default y depends on \ :option:`BOARD_XENVM ` ---- At ``boards/nios2/qemu_nios2/Kconfig.defconfig:5`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config BUILD_OUTPUT_BIN bool default n depends on \ :option:`BOARD_QEMU_NIOS2 ` ---- At ``boards/posix/native_posix/Kconfig.defconfig:5`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config BUILD_OUTPUT_BIN bool default n depends on \ :option:`BOARD_NATIVE_POSIX ` ---- At ``boards/posix/nrf52_bsim/Kconfig.defconfig:5`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config BUILD_OUTPUT_BIN bool default n depends on \ :option:`BOARD_NRF52_BSIM ` ---- At ``boards/riscv/qemu_riscv32/Kconfig.defconfig:5`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config BUILD_OUTPUT_BIN bool default n depends on \ :option:`BOARD_QEMU_RISCV32 ` ---- At ``boards/riscv/qemu_riscv64/Kconfig.defconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config BUILD_OUTPUT_BIN bool default n depends on \ :option:`BOARD_QEMU_RISCV64 ` ---- At ``boards/x86/qemu_x86/Kconfig.defconfig:5`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config BUILD_OUTPUT_BIN bool default n depends on \ :option:`BOARD_QEMU_X86 ` ---- At ``boards/xtensa/qemu_xtensa/Kconfig.defconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config BUILD_OUTPUT_BIN bool default n depends on \ :option:`BOARD_QEMU_XTENSA ` ---- At ``Kconfig.zephyr:313`` Included via ``Kconfig:8`` Menu path: (Top) → Build and Link Features → Build Options .. parsed-literal:: config BUILD_OUTPUT_BIN bool "Build a binary in BIN format" default y help Build a "raw" binary zephyr/zephyr.bin in the build directory. The name of this file can be customized with CONFIG_KERNEL_BIN_NAME. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*