0.参考资料
1.海思Hi3516DV300 移植Qt 运行并在HDMI显示器上显示
2.搭建海思3559A-Qt4.8.7+Openssl开发环境
1.报错解决
通过下面命令查询
strings /lib/x86_64-linux-gnu/libc.so.6 | grep GLIBC_
通过命令行没有解决:
sudo apt install libc6-dev libc6
参考解决方案:
1.五步解决 Ubuntu 18.04 出现GLIBC_2.28 not found的解决方法
2.Ubuntu 18.04 出现GLIBC_2.28 not found的解决方法(亲测有效)
启动QT时发现缺东西
sudo apt install build-essential
sudo apt install libgl1-mesa-dev
sudo apt install libxcb-xinerama0 make g++ libgl-dev
sudo apt install libxcb-cursor0
参考资料
ubuntu20.04 安装 Qt 后无法启动,出现报错:Could not load the Qt platform plugin “xcb” even though it was found!