Lines Matching refs:sysroot
31 * ``An arm-linux-gnueabihf sysroot``
47 sysroot. In theory it is possible to use the Linux distributions multiarch
50 to supply a sysroot is to download the arm-linux-gnueabihf toolchain. This can
96 * ``--sysroot=/path/to/toolchain/arm-linux-gnueabihf/libc``
115 * ``-DCOMPILER_RT_EMULATOR="qemu-arm -L /path/to/armhf/sysroot``
120 The ``/path/to/armhf/sysroot`` should be the same as the one passed to
121 ``--sysroot`` in the "build-c-flags".
124 sysroot and arm/thumb state. The additional cmake defines such as
140 This stage can often fail at link time if the ``--sysroot=`` and
145 …arm-linux-gnueabi -march=armv7a --gcc-toolchain=/path/to/gcc-toolchain --sysroot=/path/to/gcc-tool…
151 use this multiarch support when ``--gcc-toolchain=`` and ``--sysroot=`` are not supplied.
195 target by substituting soft-float equivalents for the sysroot and target. The
210 equivalents for the sysroot, emulator and target.
213 * ``-DCOMPILER_RT_EMULATOR="qemu-aarch64 -L /path/to/aarch64/sysroot``
216 ``"--sysroot=/path/to/aarch64/sysroot --gcc-toolchain=/path/to/gcc-toolchain"``
258 * ``-DCOMPILER_RT_EMULATOR="qemu-arm -L /path/to/armv7-A/sysroot"``
265 test-c-flags. We must use an Armv7-A soft-float abi sysroot for ``qemu-arm``.
278 You will need a bare metal sysroot such as that provided by the GNU ARM