The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_NEWLIB_LIBC

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 && <choice LIBC_IMPLEMENTATION: C Library Implementation>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At lib/libc/Kconfig:32

Included via Kconfig:8Kconfig.zephyr:43lib/Kconfig:4

Menu path: (Top) → C Library → C Library Implementation

config NEWLIB_LIBC
    bool "Newlib C library"
    depends on !NATIVE_APPLICATION && <choice LIBC_IMPLEMENTATION>
    help
      Build with newlib library. The newlib library is expected to be
      part of the SDK in this case.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)