| /f-stack/dpdk/doc/guides/linux_gsg/ |
| H A D | cross_build_dpdk_for_arm64.rst | 6 This chapter describes how to cross compile DPDK for ARM64 from x86 build hosts. 11 like with x86), it is also possible to cross-build DPDK for ARM64. An 12 ARM64 cross compile GNU toolchain is used for this. 14 Obtain the cross tool chain 16 The latest cross compile tool chain can be downloaded from: 65 Augment the cross toolchain with NUMA support 72 Copy the NUMA header files and lib to the cross compiler's directories: 91 To cross-compile DPDK on a desired target machine we can use the following 94 meson cross-build --cross-file <target_machine_configuration> 95 ninja -C cross-build [all …]
|
| /f-stack/dpdk/doc/guides/platform/ |
| H A D | bluefield.rst | 54 DPDK can be compiled either natively on BlueField platforms or cross-compiled on 71 Refer to :doc:`../linux_gsg/cross_build_dpdk_for_arm64` to install the cross 80 Such header files and libraries can be cross-compiled and installed on to the 81 cross toolchain directory like depicted in 85 tarball for the cross toolchain. 111 Then, untar the tarball at the cross toolchain directory on the x86 host. 120 meson build --cross-file config/arm/arm64_bluefield_linux_gcc
|
| H A D | octeontx.rst | 71 **OCTEON TX** :sup:`®` board or cross-compiled on an x86 based platform. 80 If the kernel and modules are cross-compiled and copied to the target board, 110 The DPDK applications can be cross-compiled on any x86 based platform. The 116 The following steps can be used to perform cross-compilation with OCTEON TX 130 meson build --cross-file config/arm/arm64_thunderx_linux_gcc 138 meson build --cross-file config/arm/arm64_thunderx_linux_gcc -Dexamples=<application> 143 By default, meson cross compilation uses ``aarch64-linux-gnu-gcc`` toolchain,
|
| H A D | octeontx2.rst | 500 DPDK may be compiled either natively on OCTEON TX2 platform or cross-compiled on 518 meson build --cross-file config/arm/arm64_octeontx2_linux_gcc 523 By default, meson cross compilation uses ``aarch64-linux-gnu-gcc`` toolchain,
|
| /f-stack/dpdk/devtools/ |
| H A D | test-meson-builds.sh | 159 cross="--cross-file $crossfile" 163 cross= 166 config $srcdir $builds_dir/$targetdir $cross --werror $* 180 config $abirefdir/src $abirefdir/build $cross \ 239 build build-x86-mingw $srcdir/config/x86/cross-mingw -Dexamples=helloworld
|
| /f-stack/dpdk/doc/guides/windows_gsg/ |
| H A D | build_dpdk.rst | 14 * The MinGW-w64 toolchain (either native or cross). 47 On Linux, i.e. for cross-compilation, install MinGW-w64 via a package manager. 109 The cross-file option must be specified for Meson. 114 meson --cross-file config/x86/cross-mingw -Dexamples=helloworld build
|
| /f-stack/dpdk/kernel/linux/ |
| H A D | meson.build | 6 # if we are cross-compiling we need kernel_dir specified 8 error('Need "kernel_dir" option for kmod compilation when cross-compiling')
|
| /f-stack/dpdk/doc/guides/howto/ |
| H A D | openwrt.rst | 32 * Select ``Build the OpenWrt SDK`` for cross-compilation environment 92 To cross compile with meson build, you need to write a customized cross file 103 meson builddir --cross-file openwrt-cross
|
| /f-stack/dpdk/doc/guides/cryptodevs/ |
| H A D | bcmfs.rst | 67 cross-compiled on an x86 platform. For example, below commands can be executed 68 for cross compiling on x86 platform. 73 meson <dest-dir> --cross-file config/arm/arm64_stingray_linux_gcc
|
| H A D | octeontx.rst | 67 **OCTEON TX** :sup:`®` board or cross-compiled on an x86 based platform.
|
| H A D | octeontx2.rst | 71 cross-compiled on an x86 platform.
|
| /f-stack/dpdk/doc/guides/regexdevs/ |
| H A D | features_overview.rst | 10 Support cross buffer detection.
|
| /f-stack/freebsd/contrib/libsodium/ |
| H A D | README.markdown | 11 It is a portable, cross-compilable, installable, packageable
|
| /f-stack/freebsd/contrib/device-tree/scripts/ |
| H A D | Kbuild.include | 70 # cc-cross-prefix 71 # Usage: CROSS_COMPILE := $(call cc-cross-prefix, m68k-linux-gnu- m68k-linux-) 74 cc-cross-prefix = \
|
| /f-stack/freebsd/contrib/device-tree/Bindings/clock/st/ |
| H A D | st,flexgen.txt | 5 - a clock cross bar (represented by a mux element)
|
| /f-stack/freebsd/contrib/device-tree/Bindings/sound/ |
| H A D | cs35l34.txt | 42 effect without waiting for a zero cross.
|
| H A D | cs35l35.txt | 67 zero-cross
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/ |
| H A D | INSTALL.md | 222 cross compiling. 227 option may be useful when cross compiling in combination with 234 when cross compiling, or when overriding the default for systems that do 268 useful when cross-compiling.
|
| H A D | ChangeLog | 48 - Fix symbol listing for cross-compiling. (@tamird) 64 - Add --with-lg-vaddr configure option to support cross compiling. 86 practice large extents are usually the ones that cross the decay threshold. 199 - Add --disable-thp to support cross compiling. (@jasone) 200 - Add --with-lg-hugepage to support cross compiling. (@jasone) 1074 - Add support for cross compiling.
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | am335x-boneblack-common.dtsi | 100 /* Convert 24bit BGR to RGB, e.g. cross red and blue wiring */
|
| H A D | am335x-osd3358-sm-red.dts | 131 /* Convert 24bit BGR to RGB, e.g. cross red and blue wiring */
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | vdpa.rst | 100 vDPA supports cross-backend live migration, user can migrate SW vhost backend
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | thunderx.rst | 53 Use config/arm/arm64-thunderx-linux-gcc as a meson cross-file when cross-compiling.
|
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | iconv.m4 | 25 AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles
|
| /f-stack/freebsd/contrib/device-tree/Bindings/thermal/ |
| H A D | thermal-zones.yaml | 35 max dT/dt, such that a device does not cross several trip boundaries
|