Error in Qt while deploying Qt program in Beaglebone Black

我在Beaglebone Black有Debian 9(拉伸),工作站是Ubuntu 16.04 . 我为Beaglebone Black交叉编译了Qt5 . BBB OS sysroot安装在/ mnt / bbb-rootfs文件夹中 . 我需要安装什么来删除这些错误 .

配置命令有以下参数: -

./configure -device linux-beagleboard-g -device-option CROSS_COMPILE = / home / gunjan / qt5bbb / gcc-linaro-6.3.1-2017.02-x86_64_arm-linux-gnueabihf / bin / arm-linux-gnueabihf- -sysroot / mnt / bbb-rootfs -opensource -confirm-license -optimized-qmake -reduce-exports -release -make libs -prefix / usr / local / qt5bbb -hostprefix / usr / local / qt5bbb -qt-zlib -no-opengl -qt -libpng -nomake examples -nomake tests -no-xkb -no-kms -no-eglfs -xcb -no-opengl -no-egl -gui -widgets -openssl -no-qml-debug -v 2>&1 | tee -a /home/gunjan/qt5bbb/qtbase-configure2-log.txt