Home
last modified time | relevance | path

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

1234

/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/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/.github/actions/import-toolchain/
H A Daction.yml19 … key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('tools/build_gcc_toolchain.sh') }}
21 - name: Cache build tools
22 id: cache-build-tools
25 cache-name: cache-build-tools
33 …key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ env.dadk_version }}-${{ hashFiles('.github/w…
/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/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_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_statx/
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-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_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_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/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_tokio/
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/build-scripts/kernel_build/src/
H A Dlib.rs16 crate::cfiles::CFilesBuilder::build(); in run()
17 crate::kconfig::KConfigBuilder::build(); in run()
/DragonOS/user/apps/test-backlog/
H A DMakefile25 build: target
26 RUSTFLAGS=$(RUSTFLAGS) cargo $(TOOLCHAIN) build --target $(RUST_TARGET) --features"rust-tls"
46 build-release:
47 RUSTFLAGS=$(RUSTFLAGS) cargo $(TOOLCHAIN) build --target $(RUST_TARGET) --release
/DragonOS/.github/workflows/
H A Dcache-toolchain.yml6 build:
22 … key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('tools/build_gcc_toolchain.sh') }}
25 name: build dragonos-gcc
32 - name: Cache build tools
33 id: cache-build-tools
36 cache-name: cache-build-tools
44 …key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ env.dadk_version }}-${{ hashFiles('.github/w…
46 - if: ${{ steps.cache-build-tools.outputs.cache-hit != 'true' }}
H A Dmakefile.yml57 build-x86_64:
68 - name: build the DragonOS
81 build-riscv64:
93 - name: build the DragonOS
/DragonOS/docs/
H A Dmake.bat8 set SPHINXBUILD=sphinx-build
18 echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
20 echo.to the full path of the 'sphinx-build' executable. Alternatively you

1234