OpenHarmony开发者论坛
标题:
有没有配置好的编译环境?
[打印本页]
作者:
zhangwf
时间:
2023-11-19 09:31
标题:
有没有配置好的编译环境?
[md]发生编译错误,无法定位错误原因,是编译环境引起的,还是源码引起的。有没有配置好的编译环境?直接使用的那种
[/md]
作者:
dragon
时间:
2023-11-19 10:30
[md]请参考我的另一篇文章:
[分享一个配置好的OpenHarmony编译环境(VMware虚拟机镜像) - 文章 OpenHarmony开发者论坛](
https://forums.openharmony.cn/fo ... tid=1030&extra=
)
```
mkdir -p \~/openharmony/4.0
cd \~/openharmony/4.0
repo init -u [
https://gitee.com/openharmony/manifest
](
https://gitee.com/openharmony/manifest
) -b OpenHarmony-4.0-Release --no-repo-verify
repo sync -c
repo forall -c 'git lfs pull'
bash build/prebuilts\_download.sh
git config --global --add safe.directory "\*"
./build.sh --product-name rk3568 --ccache
```
[/md]
欢迎光临 OpenHarmony开发者论坛 (https://forums.openharmony.cn/)
Powered by Discuz! X3.5