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

CONFIG_EXTERNAL_LIBC

External C library

Type: bool

Help

Build with external/user provided C library.

Direct dependencies

<choice LIBC_IMPLEMENTATION: C Library Implementation>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At lib/libc/Kconfig:46

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

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

config EXTERNAL_LIBC
    bool "External C library"
    depends on <choice LIBC_IMPLEMENTATION>
    help
      Build with external/user provided C library.

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