/ohos5.0/docs/zh-cn/contribute/ |
H A D | OpenHarmony-build-rule.md | 414 make -j"$job_num" 429 base_dir/build # make 431 base_dir/build # make target_name 450 【描述】通过"make -jN"命令进行并行编译,可以提高编译速度。本规则仅适用于使用make工具的工程。 455 warning: jobserver unavailable: using -j1. Add '+' to parent make rule. 461 1. 通过$(MAKE)直接调用make命令 471 2. 通过shell脚本调用make命令 486 make 491 3. 通过python脚本调用make命令 510 child = subprocess.Popen("make", close_fds=False)
|
/ohos5.0/docs/zh-cn/device-dev/porting/ |
H A D | porting-thirdparty-makefile.md | 60 make test OHOS_SYSROOT_PATH=... 152 deps = [":make"] 156 action("make") { 160 command = "make clean && $MAKE_COMMAND" 176 MAKE_COMMAND = "make test OHOS_SYSROOT_PATH=${root_out_dir}sysroot/" 178 MAKE_COMMAND = "make OHOS_SYSROOT_PATH=${root_out_dir}sysroot/"
|
H A D | porting-thirdparty-cmake.md | 83 make -j 121 该库采用非交叉编译时用例是通过make test执行,CMake会有相关的执行结果统计;交叉编译时无法使用该方法,因此可直接执行生成的测试文件完成测试。 196 deps = [":make"] 200 action("make") { 204 … command = "rm * .* -rf && $CMAKE_TOOLS_PATH/cmake .. $CMAKE_FLAG $CMAKE_TOOLCHAIN_FLAG && make -j"
|
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/test/test_helper_driver/build/ |
H A D | build_hdf_module.sh | 32 pushd ${SRCDIR} && make clean && make -j && popd 34 pushd ${SRCDIR} && make clean && popd
|
/ohos5.0/docs/zh-cn/device-dev/quick-start/ |
H A D | quickstart-pkg-3861-tool.md | 161 …6.1.2/configure --prefix=/usr/local/gmp-6.1.2 --disable-shared --enable-cxx && make && make install 167 …efix=/usr/local/mpfr-4.0.2 --with-gmp=/usr/local/gmp-6.1.2 --disable-shared && make && make install 173 …gmp=/usr/local/gmp-6.1.2 --with-mpfr=/usr/local/mpfr-4.0.2 --disable-shared && make && make install 185 …/riscv32 --libdir=/opt/gcc_riscv32 --includedir=/opt/gcc_riscv32 && make -j16 && make install && c… 191 …_riscv32 --libdir=/opt/gcc_riscv32 --includedir=/opt/gcc_riscv32 && make -j16 && make install && c… 197 ….1.0 --with-gmp=/usr/local/gmp-6.1.2 --with-mpfr=/usr/local/mpfr-4.0.2 && make -j16 && make install
|
H A D | quickstart-pkg-common-builderr.md | 112 ## 安装python3过程中,提示“-bash: make: command not found” 120 -bash: make: command not found 125 环境中未安装“make”。 128 1. 通过命令“apt-get install make”在线安装。
|
/ohos5.0/foundation/resourceschedule/ffrt/scripts/ |
H A D | build_ohos_ndk.sh | 33 make -j ffrt 34 make -j ffrt_st 35 make -j
|
H A D | run_example.sh | 24 make -j ffrt 25 make -j
|
/ohos5.0/docs/zh-cn/device-dev/faqs/ |
H A D | faqs-environment-setup.md | 112 #### 提示“-bash: make: command not found”<a name="section198707170455"></a> 119 -bash: make: command not found 124 环境中未安装“make”。 128 1、通过命令“apt-get install make”在线安装。 161 # make && make install
|
/ohos5.0/docs/zh-cn/device-dev/kernel/ |
H A D | kernel-small-debug-shell-build.md | 48 make clean;make 100 make clean;make
|
/ohos5.0/docs/en/device-dev/quick-start/ |
H A D | quickstart-pkg-3861-tool.md | 161 …6.1.2/configure --prefix=/usr/local/gmp-6.1.2 --disable-shared --enable-cxx && make && make install 167 …efix=/usr/local/mpfr-4.0.2 --with-gmp=/usr/local/gmp-6.1.2 --disable-shared && make && make install 173 …gmp=/usr/local/gmp-6.1.2 --with-mpfr=/usr/local/mpfr-4.0.2 --disable-shared && make && make install 185 …/riscv32 --libdir=/opt/gcc_riscv32 --includedir=/opt/gcc_riscv32 && make -j16 && make install && c… 191 …_riscv32 --libdir=/opt/gcc_riscv32 --includedir=/opt/gcc_riscv32 && make -j16 && make install && c… 197 ….1.0 --with-gmp=/usr/local/gmp-6.1.2 --with-mpfr=/usr/local/mpfr-4.0.2 && make -j16 && make install
|
/ohos5.0/docs/en/application-dev/telephony/ |
H A D | telephony-call.md | 7 - For a system application, use the **dialCall** API to make a voice or video call. The call will b… 9 …use the **makeCall** API to start the system call application. Users can then make calls as needed. 14 …rocessing. For example, if there is no ongoing call, the application allows you to make a new call. 55 3. Invoke the **dialCall** API to make a call. 65 // If the device supports the voice call function, call the following API to make a call. 101 console.log("make call success."); 103 console.log("make call fail, err is:" + JSON.stringify(err));
|
/ohos5.0/docs/en/application-dev/reference/apis-distributedservice-kit/ |
H A D | errorcode-devicestatus.md | 25 1. When initiating screen hopping, make sure that the local device is not in the hopped state. 26 2. When disabling screen hopping, make sure that the local device is not in the free state. 27 3. When disabling screen hopping, make sure that the local device is not in the hopping state.
|
/ohos5.0/base/startup/hvb/tools/vb_pub_key/ |
H A D | README.md | 1 make the private key: 4 make the public key according to private key:
|
/ohos5.0/docs/en/device-dev/faqs/ |
H A D | faqs-environment-setup.md | 114 #### "-bash: make: command not found" 121 -bash: make: command not found 126 make is not installed. 130 1. Run the **apt-get install make** command to install make online. 169 # make && make install
|
/ohos5.0/docs/zh-cn/application-dev/ui/ |
H A D | arkts-common-components-text-input.md | 204 …g and focus on even the smallest flaw. It is the smallest flaw that would make us complain. And it… 205 …s to be unhappy, he will be cursed. Happiness is just what you think will make you happy.Most of u… 206 …g and focus on even the smallest flaw. It is the smallest flaw that would make us complain. And it… 207 …s to be unhappy, he will be cursed. Happiness is just what you think will make you happy.Most of u… 208 …g and focus on even the smallest flaw. It is the smallest flaw that would make us complain. And it… 209 …s to be unhappy, he will be cursed. Happiness is just what you think will make you happy.Most of u… 210 …g and focus on even the smallest flaw. It is the smallest flaw that would make us complain. And it… 211 …s to be unhappy, he will be cursed. Happiness is just what you think will make you happy.Most of u…
|
/ohos5.0/docs/en/application-dev/reference/apis-input-kit/ |
H A D | errorcode-multimodalinput.md | 45 1. When initiating screen hopping, make sure that the local device is not in the hopped state. 46 2. When disabling screen hopping, make sure that the local device is not in the free state. 47 3. When disabling screen hopping, make sure that the local device is not in the hopping state.
|
/ohos5.0/docs/en/device-dev/kernel/ |
H A D | kernel-small-debug-shell-build.md | 47 make clean;make 101 make clean;make
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-security-selinux-sample-domain.md | 24 2. In the **type.te** file, define the SELinux type **demo** in **SELinux tag u:r:demo:s0** to make… 56 2. In the **type.te** file, define the SELinux type **demo** in **SELinux tag u:r:demo:s0** to make… 83 2. In the **type.te** file, define the SELinux type **demo** in **SELinux tag u:r:demo:s0** to make… 92 …ncubated by **appspawn**, for example, **com.ohos.permissionmanager**, to make it run with an inde… 105 2. Define **permissionmanager_hap** and **permissionmanager_hap_data_file** in **type.te** to make …
|
/ohos5.0/foundation/resourceschedule/ffrt/benchmarks/serial_sched_time/ |
H A D | run_sched_time_test.sh | 32 make -j ffrt 33 make -j serial_sched_time_test
|
/ohos5.0/foundation/resourceschedule/ffrt/benchmarks/speedup/ |
H A D | run_speedup_test.sh | 32 make -j ffrt 33 make -j speedup_test
|
/ohos5.0/build/templates/kernel/linux-5.10/ |
H A D | make_ko.sh | 38 make PROJECTDIR=${PROJECT_DIR} DEVICENAME=${DEVICE_NAME} DEVICEARCH=${DEVICE_ARCH} TARGETKONAME=${T… 47 make clean
|
/ohos5.0/build/templates/kernel/linux-6.6/ |
H A D | make_ko.sh | 38 make PROJECTDIR=${PROJECT_DIR} DEVICENAME=${DEVICE_NAME} DEVICEARCH=${DEVICE_ARCH} TARGETKONAME=${T… 47 make clean
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | arkts-common-components-text-input.md | 204 …g and focus on even the smallest flaw. It is the smallest flaw that would make us complain. And it… 205 …s to be unhappy, he will be cursed. Happiness is just what you think will make you happy.Most of u… 206 …g and focus on even the smallest flaw. It is the smallest flaw that would make us complain. And it… 207 …s to be unhappy, he will be cursed. Happiness is just what you think will make you happy.Most of u… 208 …g and focus on even the smallest flaw. It is the smallest flaw that would make us complain. And it… 209 …s to be unhappy, he will be cursed. Happiness is just what you think will make you happy.Most of u… 210 …g and focus on even the smallest flaw. It is the smallest flaw that would make us complain. And it… 211 …s to be unhappy, he will be cursed. Happiness is just what you think will make you happy.Most of u…
|
/ohos5.0/docs/en/device-dev/porting/ |
H A D | porting-thirdparty-makefile.md | 59 make test OHOS_SYSROOT_PATH=... 154 deps = [":make"] 158 action("make") { 162 command = "make clean && $MAKE_COMMAND" 177 MAKE_COMMAND = "make test OHOS_SYSROOT_PATH=${root_out_dir}sysroot/" 179 MAKE_COMMAND = "make OHOS_SYSROOT_PATH=${root_out_dir}sysroot/"
|