从官方建议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包
上传应用源码包
编译源码