CONFIG_NATIVE_APPLICATION

Build as a native host application

Type: bool

Help

Build as a native application that can run on the host and using resources and libraries provided by the host.

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At misc/Kconfig:126

Included via Kconfig:10Kconfig.zephyr:31

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

config NATIVE_APPLICATION
    bool
    prompt "Build as a native host application"
    help
      Build as a native application that can run on the host and using
      resources and libraries provided by the host.

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