未验证 提交 e24293c8 编写于 作者: O openharmony_ci 提交者: Gitee

!9710 FAQ架构调整--涉及翻译

Merge pull request !9710 from Austin/master
......@@ -4,7 +4,7 @@
## 轻量和小型系统
### 编译构建过程中,提示“usr/sbin/ninja: invalid option -- w”
### 提示“usr/sbin/ninja: invalid option -- w”
- **现象描述:**
......@@ -19,7 +19,7 @@
卸载环境中ninja和gn,按照[获取工具](../get-code/gettools-ide.md)
### 编译构建过程中,提示“/usr/bin/ld: cannot find -lncurses”
### 提示“/usr/bin/ld: cannot find -lncurses”
- **现象描述:**
......@@ -36,7 +36,7 @@
```
### 编译构建过程中,提示“line 77: mcopy: command not found”
### 提示“line 77: mcopy: command not found”
- **现象描述:**
......@@ -53,7 +53,7 @@
```
### 编译构建过程中,提示“riscv32-unknown-elf-gcc: error trying to exec 'cc1': execvp: No such file or directory”
### 提示“riscv32-unknown-elf-gcc: error trying to exec 'cc1': execvp: No such file or directory”
- **现象描述:**
......@@ -74,7 +74,7 @@
使用chmod命令修改目录权限为755。
### 编译构建过程中,提示“No module named 'Crypto'”
### 提示“No module named 'Crypto'”
- **现象描述:**
......@@ -98,7 +98,7 @@
```
### 编译构建过程中,提示“xx.sh : xx unexpected operator”
### 提示“xx.sh : xx unexpected operator”
- **现象描述:**
......@@ -116,7 +116,7 @@
```
### 编译构建过程中,提示“Could not find a version that satisfies the requirement six>=1.9.0”
### 提示“Could not find a version that satisfies the requirement six>=1.9.0”
- **现象描述**
......@@ -146,7 +146,7 @@
完成上述安装后,重新构建。
### 编译构建过程中,提示找不到“-lgcc”
### 提示找不到“-lgcc”
- **现象描述**
......@@ -176,7 +176,7 @@
```
### 编译构建过程中,提示找不到“python”
### 提示找不到“python”
- **现象描述**
......@@ -223,7 +223,7 @@
![zh-cn_image_0000001243320787](figures/zh-cn_image_0000001243320787.png)
### 编译构建过程中,提示找不到“python3”
### 提示找不到“python3”
- **现象描述**
......
......@@ -3,7 +3,9 @@
## 轻量和小型系统<a name="section1742119306399"></a>
### 安装hb过程中,出现乱码、段错误<a name="section36351051193919"></a>
### 安装hb<a name="section36351051193919"></a>
#### 出现乱码、段错误
- **现象描述**
......@@ -23,7 +25,7 @@
```
### 安装hb过程中,提示"cannot import 'sysconfig' from 'distutils'"<a name="section48221013144011"></a>
#### 提示"cannot import 'sysconfig' from 'distutils'"<a name="section48221013144011"></a>
- **现象描述**
......@@ -43,7 +45,7 @@
```
### 安装hb过程中,提示"module 'platform' has no attribute 'linux\_distribution'"<a name="section10307193044111"></a>
#### 提示"module 'platform' has no attribute 'linux\_distribution'"<a name="section10307193044111"></a>
- **现象描述**
......@@ -65,7 +67,7 @@
```
### 安装hb过程中,提示"Could not find a version that satisfies the requirement ohos-build"<a name="section8692735427"></a>
#### 提示"Could not find a version that satisfies the requirement ohos-build"<a name="section8692735427"></a>
- **现象描述**
......@@ -84,9 +86,9 @@
python3 -m pip install -i https://pypi.tuna.tsinghua.edu.cn/simple ohos-build
```
### 安装python3
### 安装python3过程中,提示“configure: error: no acceptable C compiler found in $PATH”<a name="section870082884217"></a>
#### 提示“configure: error: no acceptable C compiler found in $PATH”<a name="section870082884217"></a>
- **现象描述**
......@@ -107,7 +109,7 @@
2、完成后,重新安装python3。
### 安装python3过程中,提示“-bash: make: command not found”<a name="section198707170455"></a>
#### 提示“-bash: make: command not found”<a name="section198707170455"></a>
- **现象描述**
......@@ -128,7 +130,7 @@
2、完成后,重新安装python3。
### 安装python3过程中,提示“zlib not available”<a name="section85401445204518"></a>
#### 提示“zlib not available”<a name="section85401445204518"></a>
- **现象描述**
......@@ -162,7 +164,7 @@
完成后,重新安装python3。
### 安装python3过程中,提示“No module named '\_ctypes'”<a name="section12202694460"></a>
#### 提示“No module named '\_ctypes'”<a name="section12202694460"></a>
- **现象描述**
......@@ -185,7 +187,7 @@
2、完成后,重新安装python3。
### 安装 kconfiglib时,遇到lsb\_release错误<a name="section5803174135115"></a>
### 安装kconfiglib过程中遇到lsb\_release错误<a name="section5803174135115"></a>
- **现象描述**
......@@ -223,5 +225,3 @@
sudo apt-get remove python3-apt
sudo apt-get install python3-apt
```
\ No newline at end of file
......@@ -9,24 +9,26 @@
### 轻量和小型系统
- [hb安装过程中出现乱码、段错误](../faqs/faqs-environment-setup.md)
- 安装hb
- [hb安装过程中提示"cannot import 'sysconfig' from 'distutils'"](../faqs/faqs-environment-setup.md)
- [hb安装过程中出现乱码、段错误](../faqs/faqs-environment-setup.md)
- [hb安装过程中提示"module 'platform' has no attribute 'linux_distribution'"](../faqs/faqs-environment-setup.md)
- [hb安装过程中提示"cannot import 'sysconfig' from 'distutils'"](../faqs/faqs-environment-setup.md)
- [hb安装过程中提示"Could not find a version that satisfies the requirement ohos-build"](../faqs/faqs-environment-setup.md)
- [hb安装过程中提示"module 'platform' has no attribute 'linux_distribution'"](../faqs/faqs-environment-setup.md)
- [安装python3过程中,提示“configure: error: no acceptable C compiler found in $PATH”](../faqs/faqs-environment-setup.md)
- [hb安装过程中提示"Could not find a version that satisfies the requirement ohos-build"](../faqs/faqs-environment-setup.md)
- 安装python3
- [安装python3过程中,提示“-bash: make: command not found](../faqs/faqs-environment-setup.md)
- [提示“configure: error: no acceptable C compiler found in $PATH](../faqs/faqs-environment-setup.md)
- [安装python3过程中,提示“zlib not available](../faqs/faqs-environment-setup.md)
- [提示“-bash: make: command not found](../faqs/faqs-environment-setup.md)
- [编译构建过程中,提示“No module named 'Crypto'](../faqs/faqs-environment-setup.md)
- [提示“zlib not available](../faqs/faqs-environment-setup.md)
- [安装kconfiglib时,遇到lsb_release错误](../faqs/faqs-environment-setup.md)
- [提示“No module named 'Crypto'”](../faqs/faqs-environment-setup.md)
- [安装kconfiglib时,遇到lsb_release错误](../faqs/faqs-environment-setup.md)
- [Linux编译服务器终端输入不识别的命令时提示“ImportError: No module named apt_pkg”](../faqs/faqs-environment-setup.md)
......@@ -35,25 +37,25 @@
### 轻量和小型系统
- [编译构建过程中,提示“usr/sbin/ninja: invalid option -- w”](../faqs/faqs-building.md)
- [提示“usr/sbin/ninja: invalid option -- w”](../faqs/faqs-building.md)
- [编译构建过程中,提示“/usr/bin/ld: cannot find -lncurses”](../faqs/faqs-building.md)
- [提示“/usr/bin/ld: cannot find -lncurses”](../faqs/faqs-building.md)
- [编译构建过程中,提示“line 77: mcopy: command not found”](../faqs/faqs-building.md)
- [提示“line 77: mcopy: command not found”](../faqs/faqs-building.md)
- [编译构建过程中,提示“riscv32-unknown-elf-gcc: error trying to exec 'cc1': execvp: No such file or directory”](../faqs/faqs-building.md)
- [提示“riscv32-unknown-elf-gcc: error trying to exec 'cc1': execvp: No such file or directory”](../faqs/faqs-building.md)
- [编译构建过程中,提示“No module named 'Crypto'”](../faqs/faqs-building.md)
- [提示“No module named 'Crypto'”](../faqs/faqs-building.md)
- [编译构建过程中,提示“xx.sh : xx unexpected operator”](../faqs/faqs-building.md)
- [提示“xx.sh : xx unexpected operator”](../faqs/faqs-building.md)
- [编译构建过程中,提示“Could not find a version that satisfies the requirement six>=1.9.0”](../faqs/faqs-building.md)
- [提示“Could not find a version that satisfies the requirement six>=1.9.0”](../faqs/faqs-building.md)
- [编译构建过程中,提示找不到“-lgcc”](../faqs/faqs-building.md)
- [提示找不到“-lgcc”](../faqs/faqs-building.md)
- [编译构建过程中,提示找不到“python”](../faqs/faqs-building.md)
- [提示找不到“python”](../faqs/faqs-building.md)
- [编译构建过程中,提示找不到“python3”](../faqs/faqs-building.md)
- [提示找不到“python3”](../faqs/faqs-building.md)
## 烧录
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册