当前位置:   article > 正文

AK3760编译环境配置 Ubuntu 20.04.6

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包
上传应用源码包

编译源码

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Monodyee/article/detail/443743
推荐阅读
相关标签
  

闽ICP备14008679号