-
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
.
Symbols that select this symbol¶
Kconfig definition¶
At lib/libc/Kconfig:12
Included via Kconfig:10
→ Kconfig.zephyr:37
→ lib/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.)