:orphan: .. title:: NEWLIB_LIBC .. option:: CONFIG_NEWLIB_LIBC *Newlib C library* Type: ``bool`` Help ==== .. code-block:: none Build with newlib library. The newlib library is expected to be part of the SDK in this case. Direct dependencies =================== !\ :option:`NATIVE_APPLICATION ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/libc/Kconfig:27`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:4`` Menu path: (Top) → C Library → C Library Implementation .. code-block:: kconfig config NEWLIB_LIBC bool "Newlib C library" depends on !NATIVE_APPLICATION && 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.)*