海康G5系列(armv7l) heop模式下交叉编译Qt qmqtt demo,出现moc缺少高版本GLibc问题之解决

1.编辑源

sudo vi /etc/apt/sources.list

2.添加高版本的源

deb http://th.archive.ubuntu.com/ubuntu jammy main    #添加该行到文件

3.运行升级

sudo apt update
sudo apt install libc6

4.strings /**/libc.so.6 |grep GLIBC_

参考链接:version `GLIBC_2.34‘ not found简单有效解决方法-CSDN博客

你可能感兴趣的:(Linux,arm开发)