Ubuntu Cross-Compiling QT for Raspberry Pi | ERROR: Unknown command line option 'skip'

Ubuntu Cross-Compiling QT for Raspberry Pi | ERROR: Unknown command line option 'skip'

我是 Ubuntu/Linux 的新手,目前 运行 遇到了错误:未找到未知命令的问题。我正在尝试为 raspberry pi 配置 Qt 进行交叉编译。我已经查找过类似的问题,但不幸的是无济于事。

我运行ning的代码如下

./configure -release -opengl es2 -device linux-rasp-pi3-g++ -device-option CROSS_COMPILE=~/raspi/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf- -sysroot ~/raspi/sysroot -opensource -confirm-license -make libs -prefix /usr/local/qt5pi -extprefix ~/raspi/qt5pi -hostprefix ~/raspi/qt5 -v -qpa eglfs -no-xcb -system-freetype -skip qtwebengine -nomake examples -nomake tools -fontconfig 

我需要跳过其中的一些内容,但是当我 运行 我得到这一行时

ERROR: Unknown command line option '-skip'.

对于一些额外的信息,这是我在输入密码时的位置,如下所示

/home/usr/raspi/qt-everywhere-src-5.11.3/qtbase

Configure 无法识别 skip 选项,因为您是 运行 它来自 qtbase 文件夹。尝试从顶级 qt 文件夹调整配置。