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 <Zephyr>/lib/libc/Kconfig:27

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:33<Zephyr>/lib/Kconfig:4

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

config NEWLIB_LIBC
    bool "Newlib C library"
    depends on !NATIVE_APPLICATION && <choice LIBC_IMPLEMENTATION: C Library 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.)