sysroot

English

Etymology

From sys (system) +‎ root (the highest directory of a directory structure).

Noun

sysroot (plural sysroots)

  1. (programming) A directory containing all the header files, configuration files and libraries required to build a program, often used in cross-compilation.
    • 2016, Alexandru Vaduva, Alex Gonzalez, Chris Simmonds, Linux: Embedded Development, Birmingham; Mumbai: Packt Publishing Ltd., →ISBN, page 146:
      The toolchain also comes with a matching sysroot for the target device because it needs access to various headers and libraries necessary to run on the target architecture. The sysroot is generated from the root filesystem and uses the same metadata configuration.

See also