| /dpdk/doc/guides/linux_gsg/ |
| H A D | cross_build_dpdk_for_arm64.rst | 14 An aarch64 cross compiler GNU toolchain or an LLVM/clang toolchain 64 GNU toolchain 69 Get the cross toolchain 72 The latest GNU cross compiler toolchain can be downloaded from: 95 https://releases.linaro.org/components/toolchain/binaries/ 99 Augment the GNU toolchain with NUMA support 131 Cross Compiling DPDK with GNU toolchain using Meson 185 LLVM/Clang toolchain 200 The GNU toolchain ships an implementation we can use. 201 Refer to obtain_GNU_toolchain_ to get the GNU toolchain. [all …]
|
| /dpdk/lib/vhost/ |
| H A D | meson.build | 11 if (toolchain == 'gcc' and cc.version().version_compare('>=8.3.0')) 13 elif (toolchain == 'clang' and cc.version().version_compare('>=3.7.0')) 15 elif (toolchain == 'icc' and cc.version().version_compare('>=16.0.0'))
|
| /dpdk/drivers/net/virtio/ |
| H A D | meson.build | 32 if (toolchain == 'gcc' and cc.version().version_compare('>=8.3.0')) 34 elif (toolchain == 'clang' and cc.version().version_compare('>=3.7.0')) 36 elif (toolchain == 'icc' and cc.version().version_compare('>=16.0.0'))
|
| /dpdk/doc/guides/platform/ |
| H A D | bluefield.rst | 72 toolchain for ARM64. Base on that, additional header files and libraries are 81 in the cross toolchain environment. 84 a supplementary tarball for the cross toolchain. 110 Then, untar the tarball at the cross toolchain directory on the x86 host.
|
| H A D | octeontx.rst | 51 … `here <https://releases.linaro.org/components/toolchain/binaries/4.9-2017.01/aarch64-linux-gnu>`_. 112 provide the required toolchain etc. 124 The above steps will prepare build system with required toolchain. 143 By default, meson cross compilation uses ``aarch64-linux-gnu-gcc`` toolchain, 146 toolchain binaries in ``config/arm/arm64_thunderx_linux_gcc`` file.
|
| H A D | cnxk.rst | 215 …`here <https://releases.linaro.org/components/toolchain/binaries/7.4-2019.02/aarch64-linux-gnu/>`_. 217 Alternatively, the Marvell SDK also provides GNU GCC toolchain, which is 607 By default, meson cross compilation uses ``aarch64-linux-gnu-gcc`` toolchain, 608 if Marvell toolchain is available then it can be used by overriding the 610 toolchain binaries in ``config/arm/arm64_cn10k_linux_gcc`` file.
|
| H A D | dpaa2.rst | 56 …For example, the `*aarch64* Linaro Toolchain <https://releases.linaro.org/components/toolchain/bin…
|
| H A D | dpaa.rst | 46 …For example, the `*aarch64* Linaro Toolchain <https://releases.linaro.org/components/toolchain/bin…
|
| /dpdk/doc/guides/windows_gsg/ |
| H A D | build_dpdk.rst | 14 * The MinGW-w64 toolchain (either native or cross). 69 Versions starting from 0.58 are unusable with LLVM toolchain 96 When using MinGW-w64, it is sufficient to have toolchain executables in PATH:
|
| /dpdk/doc/guides/howto/ |
| H A D | openwrt.rst | 82 … SDK>/glibc/openwrt-sdk-x86-64_gcc-8.3.0_glibc.Linux-x86_64/staging_dir/toolchain-x86_64_gcc-8.3.0… 83 ./configure CC=x86_64-openwrt-linux-gnu-gcc --prefix=<OpenWrt SDK toolchain dir> 87 respectively under <OpenWrt SDK toolchain dir>.
|
| /dpdk/drivers/event/ |
| H A D | meson.build | 18 if not (toolchain == 'gcc' and cc.version().version_compare('<4.8.6') and
|
| /dpdk/config/arm/ |
| H A D | arm64_armv8_linux_clang_ubuntu1804 | 19 c_link_args = ['-target', 'aarch64-linux-gnu', '-fuse-ld=lld', '--gcc-toolchain=/usr']
|
| H A D | arm64_armv8_linux_clang_ubuntu | 19 c_link_args = ['-target', 'aarch64-linux-gnu', '-fuse-ld=lld', '--gcc-toolchain=/usr']
|
| /dpdk/drivers/net/ice/base/ |
| H A D | meson.build | 39 if (toolchain == 'gcc' and cc.version().version_compare('>=11.0.0'))
|
| /dpdk/drivers/net/nfp/nfpcore/ |
| H A D | nfp_mip.c | 34 char toolchain[32]; member
|
| /dpdk/doc/guides/cryptodevs/ |
| H A D | bcmfs.rst | 58 Information about kernel, rootfs and toolchain can be found at
|
| /dpdk/config/ |
| H A D | meson.build | 138 toolchain = cc.get_id() variable 139 dpdk_conf.set_quoted('RTE_TOOLCHAIN', toolchain) 140 dpdk_conf.set('RTE_TOOLCHAIN_' + toolchain.to_upper(), 1)
|
| /dpdk/doc/guides/nics/ |
| H A D | enetc.rst | 84 …For example, the `*aarch64* Linaro Toolchain <https://releases.linaro.org/components/toolchain/bin…
|
| H A D | enetfec.rst | 108 …<https://releases.linaro.org/components/toolchain/binaries/7.4-2019.02/aarch64-linux-gnu/gcc-linar…
|
| H A D | mvneta.rst | 104 export CROSS_COMPILE=<toolchain>/bin/aarch64-linux-gnu-
|
| H A D | pfe.rst | 118 …For example, the `*aarch64* Linaro Toolchain <https://releases.linaro.org/components/toolchain/bin…
|
| H A D | mvpp2.rst | 118 export CROSS_COMPILE=<toolchain>/bin/aarch64-linux-gnu-
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | glossary.rst | 213 executive environment and toolchain. For example:
|
| H A D | overview.rst | 40 The DPDK project installation requires Linux and the associated toolchain,
|
| /dpdk/examples/l3fwd/ |
| H A D | l3fwd_em.c | 243 #error No vector engine (SSE, NEON, ALTIVEC) available, check your toolchain
|