CONFIG_NEWLIB_LIBC

Build with newlib c library

Type: bool

Help

Build with newlib library. The newlib library is expected to be part of the SDK in this case.

Direct dependencies

!NATIVE_APPLICATION

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At lib/libc/Kconfig:12

Included via Kconfig:10Kconfig.zephyr:33lib/Kconfig:7

Menu path: (top menu) → C Library

config NEWLIB_LIBC
    bool
    prompt "Build with newlib c library" if !NATIVE_APPLICATION
    depends on !NATIVE_APPLICATION
    help
      Build with newlib library. The newlib library is expected to be
      part of the SDK in this case.

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