栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 系统运维 > 运维 > Linux

VMware,Ubuntu编译OpenHarmony3.0

Linux 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

VMware,Ubuntu编译OpenHarmony3.0

下载文件与工具软件:

下载虚拟机VMware Workstation
下载地址:Download VMware Workstation Player | VMware

下载Ubuntu 
下载地址 Download Ubuntu Desktop | Download | Ubuntu
文件名:ubuntu-20.04.3-desktop-amd64.iso

OpenHarmony3.0 LTS源码下载,使用获取方式3:从镜像站点获取。
下载地址:zh-cn/device-dev/get-code/sourcecode-acquire.md · OpenHarmony/docs - Gitee.com
下载文件名:code-v3.0-LTS.tar.gz,7,521,572,740 字节

编译步骤:

1 使用虚拟机安装Ubuntu。硬盘容量70GB。

2 修改Ubuntu的下载源 


选择Software&Update 


将Download from改为 china mirrors.huaweicloud.com 

运行SoftwareUpdater

等待检查更新完成。

 点击 “Remind Me Later”,关闭SoftwareUpdater。

3 将ubuntu shell 改为 bash
sudo dpkg-reconfigure dash

选择 

查看shell :
ls -l /bin/sh 
lrwxrwxrwx 1 root root 4 10月 15 09:15 /bin/sh -> bash

4 安装ssh server
安装命令: sudo apt-get install openssh-server
启动ssh server: sudo /etc/init.d/ssh start
Starting ssh (via systemctl): ssh.service.

5 安装依赖工具
sudo apt-get install gcc-9-arm-linux-gnueabi

 sudo apt-get update && sudo apt-get install gnutls-bin gcc-arm-linux-gnueabi build-essential fakeroot dpkg-dev git-lfs build-essential gcc g++ make zlib* zip xsltproc x11proto-core-dev wget vim unzip u-boot-tools tzdata texinfo ssh scons python3-minimal python3-setuptools python3-pip python3-distutils python3-apt python3.8-distutils npm nfs-kernel-server mtools mtd-utils m4 locales libxml2-utils libx11-dev libreadline-dev libgl1-mesa-dev libffi* libc6-dev-x32 libc6-dev-i386 lib32z-dev lib32ncurses5-dev gperf gnupg git-lfs git-core g++ flex dosfstools default-jre default-jdk curl ccache build-essential bison binutils bc genext2fs ruby

6 复制源码文件:
mkdir ~/harmony && cd ~/harmony
将code-v3.0-LTS.tar.gz复制到~/harmony
解压文件:tar -xvf code-v3.0-LTS.tar.gz
cd code-v3.0-LTS/OpenHarmony

7 预编译工具下载
./build/prebuilts_download.sh

8 执行编译
./build.sh --product-name Hi3516DV300

转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/338382.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号