Home
last modified time | relevance | path

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

12345

/DragonOS/user/port/binutils/2.38/
H A DREADME.md7 先修改build.sh中的路径,配置好需要的信息,再使用以下命令,即可开始编译:
10 bash build.sh
18 docker build --no-cache -t dragonos-binutils-build .
24 docker run --rm -it -v $PWD:/workdir -w /workdir dragonos-binutils-build
H A Dbuild.sh20 mkdir -p build-binutils || exit 1
37 cd build-binutils
42 rm -rf build-binutils
/DragonOS/user/apps/test_ebpf/
H A DMakefile24 build:build-ebpf target
25 RUSTFLAGS=$(RUSTFLAGS) cargo $(TOOLCHAIN) build --target $(RUST_TARGET)
45 build-release:build-ebpf
46 RUSTFLAGS=$(RUSTFLAGS) cargo $(TOOLCHAIN) build --target $(RUST_TARGET) --release
54 build-ebpf:
55 cd ./syscall_ebpf && RUST_LOG=debug cargo xtask build --release
60 install:build-ebpf
/DragonOS/user/port/flex/2.6.4/
H A Dbuild.sh24 sed -i 's/ios[*]/ios* | dragonos* /' build-aux/config.sub
28 mkdir -p build || exit 1
31 cd build
37 rm -rf build
/DragonOS/user/port/mpc/1.2.1/
H A Dbuild.sh22 sed -i 's/ios[*]/ios* | dragonos* /' build-aux/config.sub
26 mkdir -p build || exit 1
29 cd build
35 rm -rf build
/DragonOS/user/apps/test_ebpf/syscall_ebpf/xtask/src/
H A Dmain.rs2 mod build; module
18 Build(build::Options),
29 Build(opts) => build::build(opts), in main()
/DragonOS/user/apps/test_ebpf/syscall_ebpf/
H A DREADME.md10 cargo xtask build-ebpf
13 To perform a release build you can use the `--release` flag.
19 cargo build
25 cargo xtask build
/DragonOS/user/apps/test-blockcache/
H A DMakefile15 build: target
16 RUSTFLAGS=$(RUSTFLAGS) cargo $(TOOLCHAIN) build
30 build-release:
31 RUSTFLAGS=$(RUSTFLAGS) cargo $(TOOLCHAIN) build --release
/DragonOS/kernel/.cargo/
H A Dconfig.toml2 # build-std = ["core", "compiler_builtins", "alloc"]
3 # build-std-features = ["compiler-builtins-mem"]
8 [build]
/DragonOS/user/port/gmp/6.2.1/
H A Dbuild.sh19 mkdir -p build-gmp || exit 1
22 cd build-gmp
28 rm -rf build-gmp
/DragonOS/user/port/mpfr/4.1.1/
H A Dbuild.sh28 mkdir -p build || exit 1
31 cd build
37 rm -rf build
/DragonOS/tools/
H A Dbuild_in_docker.sh1 docker rm -f dragonos-build || echo "No existed container"
3 …d MKNOD -v $(pwd):/data -v /dev:/dev -v dragonos-build-cargo:/root/.cargo/registry --name dragonos…
/DragonOS/user/apps/user-manage/
H A DMakefile24 build: target
25 RUSTFLAGS=$(RUSTFLAGS) cargo $(TOOLCHAIN) build --target $(RUST_TARGET)
33 build-release:
34 RUSTFLAGS=$(RUSTFLAGS) cargo $(TOOLCHAIN) build --target $(RUST_TARGET) --release
/DragonOS/kernel/crates/rbpf/mk/
H A Dappveyor.bat41 mkdir build
42 powershell -Command "(New-Object Net.WebClient).DownloadFile('%RUST_URL%', 'build\rust-%RUST%-%TARG…
48 start /wait msiexec /i build\rust-%RUST%-%TARGET_ARCH%-pc-windows-msvc.msi INSTALLDIR="%TARGET_PROG…
65 REM Verify that `cargo build`, independent from `cargo test`, works; i.e.
67 cargo build -vv %CARGO_MODE%
70 REM Verify that we can build with all features
71 cargo build --all-features -vv %CARGO_MODE%
/DragonOS/user/apps/test_ebpf/syscall_ebpf/syscall_ebpf-ebpf/.cargo/
H A Dconfig.toml1 [build]
6 build-std = ["core"]
/DragonOS/user/port/gcc/11.3.0/
H A Dbuild-hosted.sh39 mkdir -p build-gcc || exit 1
42 cd build-gcc
51 rm -rf build-gcc
/DragonOS/user/apps/test_lo/
H A DMakefile24 build: target
25 RUSTFLAGS=$(RUSTFLAGS) cargo $(TOOLCHAIN) build --target $(RUST_TARGET)
45 build-release:
46 RUSTFLAGS=$(RUSTFLAGS) cargo $(TOOLCHAIN) build --target $(RUST_TARGET) --release
/DragonOS/user/apps/test-symlink/
H A DMakefile24 build: target
25 RUSTFLAGS=$(RUSTFLAGS) cargo $(TOOLCHAIN) build --target $(RUST_TARGET)
45 build-release:
46 RUSTFLAGS=$(RUSTFLAGS) cargo $(TOOLCHAIN) build --target $(RUST_TARGET) --release
/DragonOS/user/apps/test-chown/
H A DMakefile24 build: target
25 RUSTFLAGS=$(RUSTFLAGS) cargo $(TOOLCHAIN) build --target $(RUST_TARGET)
45 build-release:
46 RUSTFLAGS=$(RUSTFLAGS) cargo $(TOOLCHAIN) build --target $(RUST_TARGET) --release
/DragonOS/user/apps/test-for-robustfutex/
H A DMakefile24 build: target
25 RUSTFLAGS=$(RUSTFLAGS) cargo $(TOOLCHAIN) build --target $(RUST_TARGET)
45 build-release:
46 RUSTFLAGS=$(RUSTFLAGS) cargo $(TOOLCHAIN) build --target $(RUST_TARGET) --release
/DragonOS/user/apps/test-mount/
H A DMakefile24 build: target
25 RUSTFLAGS=$(RUSTFLAGS) cargo $(TOOLCHAIN) build --target $(RUST_TARGET)
45 build-release:
46 RUSTFLAGS=$(RUSTFLAGS) cargo $(TOOLCHAIN) build --target $(RUST_TARGET) --release
/DragonOS/user/apps/test_socket/
H A DMakefile24 build: target
25 RUSTFLAGS=$(RUSTFLAGS) cargo $(TOOLCHAIN) build --target $(RUST_TARGET)
45 build-release:
46 RUSTFLAGS=$(RUSTFLAGS) cargo $(TOOLCHAIN) build --target $(RUST_TARGET) --release
/DragonOS/user/apps/test_alarm/
H A DMakefile24 build: target
25 RUSTFLAGS=$(RUSTFLAGS) cargo $(TOOLCHAIN) build --target $(RUST_TARGET)
45 build-release:
46 RUSTFLAGS=$(RUSTFLAGS) cargo $(TOOLCHAIN) build --target $(RUST_TARGET) --release
/DragonOS/user/apps/clear/
H A DMakefile24 build: target
25 RUSTFLAGS=$(RUSTFLAGS) cargo $(TOOLCHAIN) build --target $(RUST_TARGET)
45 build-release:
46 RUSTFLAGS=$(RUSTFLAGS) cargo $(TOOLCHAIN) build --target $(RUST_TARGET) --release
/DragonOS/user/apps/test_namespace/
H A DMakefile24 build: target
25 RUSTFLAGS=$(RUSTFLAGS) cargo $(TOOLCHAIN) build --target $(RUST_TARGET)
45 build-release:
46 RUSTFLAGS=$(RUSTFLAGS) cargo $(TOOLCHAIN) build --target $(RUST_TARGET) --release

12345