Home
last modified time | relevance | path

Searched refs:toolchain (Results 1 – 25 of 25) sorted by relevance

/dpdk/doc/guides/linux_gsg/
H A Dcross_build_dpdk_for_arm64.rst14 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 Dmeson.build11 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 Dmeson.build32 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 Dbluefield.rst72 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 Docteontx.rst51 … `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 Dcnxk.rst215 …`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 Ddpaa2.rst56 …For example, the `*aarch64* Linaro Toolchain <https://releases.linaro.org/components/toolchain/bin…
H A Ddpaa.rst46 …For example, the `*aarch64* Linaro Toolchain <https://releases.linaro.org/components/toolchain/bin…
/dpdk/doc/guides/windows_gsg/
H A Dbuild_dpdk.rst14 * 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 Dopenwrt.rst82 … 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 Dmeson.build18 if not (toolchain == 'gcc' and cc.version().version_compare('<4.8.6') and
/dpdk/config/arm/
H A Darm64_armv8_linux_clang_ubuntu180419 c_link_args = ['-target', 'aarch64-linux-gnu', '-fuse-ld=lld', '--gcc-toolchain=/usr']
H A Darm64_armv8_linux_clang_ubuntu19 c_link_args = ['-target', 'aarch64-linux-gnu', '-fuse-ld=lld', '--gcc-toolchain=/usr']
/dpdk/drivers/net/ice/base/
H A Dmeson.build39 if (toolchain == 'gcc' and cc.version().version_compare('>=11.0.0'))
/dpdk/drivers/net/nfp/nfpcore/
H A Dnfp_mip.c34 char toolchain[32]; member
/dpdk/doc/guides/cryptodevs/
H A Dbcmfs.rst58 Information about kernel, rootfs and toolchain can be found at
/dpdk/config/
H A Dmeson.build138 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 Denetc.rst84 …For example, the `*aarch64* Linaro Toolchain <https://releases.linaro.org/components/toolchain/bin…
H A Denetfec.rst108 …<https://releases.linaro.org/components/toolchain/binaries/7.4-2019.02/aarch64-linux-gnu/gcc-linar…
H A Dmvneta.rst104 export CROSS_COMPILE=<toolchain>/bin/aarch64-linux-gnu-
H A Dpfe.rst118 …For example, the `*aarch64* Linaro Toolchain <https://releases.linaro.org/components/toolchain/bin…
H A Dmvpp2.rst118 export CROSS_COMPILE=<toolchain>/bin/aarch64-linux-gnu-
/dpdk/doc/guides/prog_guide/
H A Dglossary.rst213 executive environment and toolchain. For example:
H A Doverview.rst40 The DPDK project installation requires Linux and the associated toolchain,
/dpdk/examples/l3fwd/
H A Dl3fwd_em.c243 #error No vector engine (SSE, NEON, ALTIVEC) available, check your toolchain