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
95 * ``--sysroot=/path/to/toolchain/arm-linux-gnueabihf/libc``
114 * ``-DCOMPILER_RT_EMULATOR="qemu-arm -L /path/to/armhf/sysroot``
119 The ``/path/to/armhf/sysroot`` should be the same as the one passed to
120 ``--sysroot`` in the "build-c-flags".
123 sysroot and arm/thumb state. The additional cmake defines such as
139 This stage can often fail at link time if the ``--sysroot`` and
144 …arm-linux-gnueabi -march=armv7a --gcc-toolchain=/path/to/gcc-toolchain --sysroot=/path/to/gcc-tool…
150 use this multiarch support when -gcc-toolchain and --sysroot are not supplied.
194 target by substituting soft-float equivalents for the sysroot and target. The
209 equivalents for the sysroot, emulator and target.
212 * ``-DCOMPILER_RT_EMULATOR="qemu-aarch64 -L /path/to/aarch64/sysroot``
215 ``"--sysroot=/path/to/aarch64/sysroot --gcc-toolchain=/path/to/gcc-toolchain"``
257 * ``-DCOMPILER_RT_EMULATOR="qemu-arm -L /path/to/armv7-A/sysroot"``
264 test-c-flags. We must use an Armv7-A soft-float abi sysroot for ``qemu-arm``.
277 You will need a bare metal sysroot such as that provided by the GNU ARM