AK3760编译环境配置 Ubuntu 20.04.6

从官方建议Ubuntu版本16.04升级到20.04,解决vscode不支持OS,没有C语言扩展插件。

参考官方SDK使用说明(AnyCloud平台SDK用户开发手册_V1.2.7.pdf)。

系统镜像ubuntu-20.04.6-desktop-amd64.iso,可从阿里,腾讯镜像下载。

编译环境工具安装:

sudo apt-get install lib32ncurses6

sudo apt-get install lib32z1

sudo apt-get install u-boot-tools

sudo apt-get install libstdc++6

sudo apt-get install libncurses5-dev

sudo apt-get install liblzo2-dev:i386

sudo apt-get install mtd-utils

sudo apt-get install liblzma-dev:i386

sudo apt-get install bison

sudo apt-get install flex

安装ssh服务器

sudo apt-get install openssh-server

安装网络工具

sudo apt-get install net-tools

sudo apt-get install make

sudo apt-get install libmpfr-dev

sudo apt-get install libmpfr-dev:i386

官方工具需要libmpfr.so.4库,使用 libmpfr.so.6替代

/usr/lib/x86_64-linux-gnu$ sudo ln -s libmpfr.so.6 libmpfr.so.4

sudo apt-get install lzop

sudo apt-get install scons

上传文件,可以用FileZilla FileZilla - The free FTP solution

上传SDK包

上传应用源码包

编译源码

相关推荐
qq_4336184416 分钟前
shell 编程(五)
linux·运维·服务器
VVVVWeiYee1 小时前
项目2路由交换
运维·服务器·网络·网络协议·信息与通信
小伍_Five3 小时前
透视网络世界:计算机网络习题的深度解析与总结【前3章】
服务器·网络·计算机网络
芷栀夏3 小时前
如何在任何地方随时使用本地Jupyter Notebook无需公网IP
服务器·ide·tcp/ip·jupyter·ip
G鲲鹏展翅Y3 小时前
jupyter-lab与实验室服务器远程链接
服务器·jupyter
广而不精zhu小白3 小时前
CentOS Stream 9 挂载Windows共享FTP文件夹
linux·windows·centos
一休哥助手4 小时前
全面解析 Linux 系统监控与性能优化
linux·运维·性能优化
二进制杯莫停4 小时前
掌控网络流量的利器:tcconfig
linux
LI JS@你猜啊4 小时前
Elasticsearch 集群
大数据·服务器·elasticsearch
watl04 小时前
【Android】unzip aar删除冲突classes再zip
android·linux·运维