Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Docs
提交
e24293c8
D
Docs
项目概览
OpenHarmony
/
Docs
1 年多 前同步成功
通知
159
Star
292
Fork
28
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
Docs
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
e24293c8
编写于
9月 20, 2022
作者:
O
openharmony_ci
提交者:
Gitee
9月 20, 2022
浏览文件
操作
浏览文件
下载
差异文件
!9710 FAQ架构调整--涉及翻译
Merge pull request !9710 from Austin/master
上级
2db16773
277317de
变更
3
显示空白变更内容
内联
并排
Showing
3 changed file
with
149 addition
and
147 deletion
+149
-147
zh-cn/device-dev/faqs/faqs-building.md
zh-cn/device-dev/faqs/faqs-building.md
+10
-10
zh-cn/device-dev/faqs/faqs-environment-setup.md
zh-cn/device-dev/faqs/faqs-environment-setup.md
+118
-118
zh-cn/device-dev/faqs/faqs-overview.md
zh-cn/device-dev/faqs/faqs-overview.md
+21
-19
未找到文件。
zh-cn/device-dev/faqs/faqs-building.md
浏览文件 @
e24293c8
...
...
@@ -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”
-
**现象描述**
...
...
zh-cn/device-dev/faqs/faqs-environment-setup.md
浏览文件 @
e24293c8
...
...
@@ -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
zh-cn/device-dev/faqs/faqs-overview.md
浏览文件 @
e24293c8
...
...
@@ -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.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录