Home
last modified time | relevance | path

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

123456

/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dfiles.bcm283x28 compile-with "${NORMAL_C} -DUSE_VCHIQ_ARM -D__VCCOREVER__=0x04000000 -I$S/contrib/vchiq"
32 compile-with "${NORMAL_C} -DUSE_VCHIQ_ARM -D__VCCOREVER__=0x04000000 -I$S/contrib/vchiq"
34compile-with "${NORMAL_C} -Wno-unused -DUSE_VCHIQ_ARM -D__VCCOREVER__=0x04000000 -I$S/contrib/vchi…
36compile-with "${NORMAL_C} -Wno-unused -DUSE_VCHIQ_ARM -D__VCCOREVER__=0x04000000 -I$S/contrib/vchi…
38 compile-with "${NORMAL_C} -DUSE_VCHIQ_ARM -D__VCCOREVER__=0x04000000 -I$S/contrib/vchiq"
40 compile-with "${NORMAL_C} -DUSE_VCHIQ_ARM -D__VCCOREVER__=0x04000000 -I$S/contrib/vchiq"
42 compile-with "${NORMAL_C} -DUSE_VCHIQ_ARM -D__VCCOREVER__=0x04000000 -I$S/contrib/vchiq"
44 compile-with "${NORMAL_C} -DUSE_VCHIQ_ARM -D__VCCOREVER__=0x04000000 -I$S/contrib/vchiq"
46 compile-with "${NORMAL_C} -DUSE_VCHIQ_ARM -D__VCCOREVER__=0x04000000 -I$S/contrib/vchiq"
48 compile-with "${NORMAL_C} -DUSE_VCHIQ_ARM -D__VCCOREVER__=0x04000000 -I$S/contrib/vchiq"
/f-stack/dpdk/lib/librte_acl/
H A Dmeson.build11 # compile AVX2 version if either:
16 # in latter case, compile c file to static lib, using correct compiler
30 # compile AVX512 version if:
35 # compile AVX512 version if either:
42 # in latter case, compile c file to static lib, using correct
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dcompiling.rst7 This section explains how to compile the DPDK sample applications.
9 To compile all the sample applications
36 To compile a single application
/f-stack/dpdk/doc/guides/linux_gsg/
H A Dcross_build_dpdk_for_arm64.rst4 Cross compile DPDK for ARM64
6 This chapter describes how to cross compile DPDK for ARM64 from x86 build hosts.
12 ARM64 cross compile GNU toolchain is used for this.
16 The latest cross compile tool chain can be downloaded from:
91 To cross-compile DPDK on a desired target machine we can use the following
H A Dintro.rst9 The document describes how to compile and run a DPDK application in a Linux application (linux) env…
36 …hat showcases specific functionality and provides instructions on how to compile, run and use the …
/f-stack/dpdk/devtools/
H A Dupdate_version_map_abi.py20 func_line_regex = re.compile(r"\s*"
28 section_begin_regex = re.compile(r"\s*"
37 section_end_regex = re.compile(r"\s*"
H A Dtest-meson-builds.sh126 compile () # <builddir> function
167 compile $builds_dir/$targetdir
182 compile $abirefdir/build
/f-stack/dpdk/lib/librte_fib/
H A Dmeson.build9 # compile AVX512 version if:
12 # compile AVX512 version if either:
17 # in latter case, compile c file to static lib, using correct
/f-stack/freebsd/arm/freescale/imx/
H A Dfiles.imx652 compile-with "${AWK} -f $S/tools/fw_stub.awk sdma-imx6q.bin:sdma-imx6q -msdma -c${.TARGET}" \
57compile-with "${LD} -m ${LD_EMULATION} -b binary -d -warn-common -r -d -o ${.TARGET} sdma-imx6q.bi…
62 compile-with "uudecode < $S/contrib/dev/imx/sdma-imx6q.bin.uu" \
/f-stack/dpdk/doc/guides/windows_gsg/
H A Dintro.rst8 Plane Development Kit (DPDK) software. The document describes how to compile
18 compile. Support is being added in pieces so as to limit the overall scope
/f-stack/freebsd/contrib/openzfs/config/
H A Dkernel-objtool.m427 dnl # 4.6 API for compile-time stack validation
54 [whether compile-time stack validation (objtool) is available])
H A D.gitignore1 /compile
H A Dkernel.m434 dnl # Generate and compile all of the kernel API test cases to determine
590 dnl # Perform a full compile excluding the final modpost phase.
594 mv $2/Makefile $2/Makefile.compile.$1
598 *** Unable to compile test source to determine kernel interfaces.])
605 dnl # Perform a full compile including the modpost phase. This may
641 dnl # which failed to compile and invoke modpost to verify the
652 dnl # files for tests which did compile. This is required for
658 build/Makefile.compile.$1); do
676 build/Makefile.compile.$1); do
718 dnl # $3 - run on failure (unable to compile)
[all …]
/f-stack/freebsd/arm/nvidia/tegra124/
H A Dfiles.tegra12448compile-with "${AWK} -f $S/tools/fw_stub.awk tegra124_xusb.fw:tegra124_xusb_fw -mtegra124_xusb_fw …
53 compile-with "${NORMAL_FWO}" \
58 compile-with "${NORMAL_FW}" \
/f-stack/tools/libxo/
H A D.svnignore7 compile
H A D.gitignore25 compile
/f-stack/doc/
H A DF-Stack_Release_Note.md26 - Fix compile error of micro_thread with gcc 8.3. @Xin Wang
54 - Fix F-stack compile error in Red Hat 8.0 with gcc 8.2.1.
57 …- Add `FF_USE_PAGE_ARRAY` compile switch in `Makefile`, turn on it will not use mcopy when transmi…
H A DF-Stack_Build_Guide.md3 The procedures to compile f-stack in different linux releases is almost the same, but there are sti…
15 # compile dpdk
/f-stack/freebsd/mips/nlm/
H A Dfiles.xlp26compile-with "${CC} -EB -march=mips32 -mabi=32 -msoft-float -I. -I$S -O3 -funroll-loops -fomit-fra…
31 compile-with "file2c -sx 'static char ucore_app_bin[] = {' '};' < ucore_app.bin > ${.TARGET}" \
/f-stack/dpdk/doc/guides/freebsd_gsg/
H A Dbuild_sample_apps.rst9 The chapter describes how to compile and run applications in a DPDK
20 BSD make cannot be used to compile the DPDK example applications. GNU
24 The following shows how to compile the helloworld example app, following
H A Dintro.rst9 up and running quickly and describes how to compile and run a
55 and provides instructions on how to compile, run and use the sample application.
/f-stack/dpdk/examples/bpf/
H A DREADME2 library. To get details of each program and how to compile it, see
/f-stack/freebsd/contrib/openzfs/
H A Dcopy-builtin42 To compile this file system support as a module, choose M here.
/f-stack/dpdk/kernel/linux/
H A Dmeson.build22 error('Cannot compile kernel modules as requested - are kernel headers installed?')
/f-stack/freebsd/contrib/zstd/zlibWrapper/
H A DREADME.md26 To compile the zstd wrapper with your project you have to do the following:
28 - compile your project with `zstd_zlibwrapper.c`, `gz*.c` and a static or dynamic zstd library
49 zlib version 1.2.8 = 0x1280, compile flags = 0x65
63 zlib version 1.2.8 = 0x1280, compile flags = 0x65

123456