我最近在我的新Pi2和Qt上启动了一个项目。几个小时前,我开始在this教程之后准备交叉编译器,但是当它运行配置脚本时,它告诉我:
$ ../qt-everywhere-opensource-src-5.5.0/configure -platform win32-g ++ -xplatform linux-arm-gnueabi-g ++ -release -opengl es2 -device linux-rasp-pi2-g ++ -sysroot C:/ SysGCC / Raspberry / arm-linux-gnueabihf / sysroot -prefix / usr / local / qt5 + cd qtbase + / c / Users / Carlos Xammar / Desktop / qt-everywhere-opensource-src-5.5.0 / qt-everywhere-opensource-src-5.5.0 / qtbase / configure -top-level -platform win32-g ++ -xplatform linux -arm-gnueabi-g ++ -release -opengl es2 -device linux-rasp-pi2-g ++ -sysroot C:/ SysGCC / Raspberry / arm-linux-gnueabihf / sysroot -prefix / usr / local / qt5 dirname:额外的操作数
Xammar/Desktop/qt-everywhere-opensource-src-5.5.0/qt-everywhere-opensource-src-5.5.0/qtbase/configure' Try
dirname --help'欲获得更多信息。 你好像没有做过#39;或者' gmake'在你的路径中。 无法继续。
我已经完成了所有步骤,但我不知道自己做错了什么......提前致谢。
答案 0 :(得分:1)
尝试导出MAKE环境变量,如下所示:export MAKE="mingw32-make"