The latest development version of this page may be more current than this released 1.14.1 version.
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

!X86_64 && !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:37lib/Kconfig:7

Menu path: (top menu) → C Library

config NEWLIB_LIBC
    bool
    prompt "Build with newlib c library" if !X86_64 && !NATIVE_APPLICATION
    depends on !X86_64 && !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.)