简体   繁体   English

您的PATH中似乎没有'make'或'gmake'-MinGW32(Windows)

[英]You don't seem to have 'make' or 'gmake' in your PATH - MinGW32 (windows)

I recently started a project on my new Pi2 and Qt. 我最近在新的Pi2和Qt上启动了一个项目。 A few hours ago I started to prepare the cross-compiler following this tutorial, but when It came the moment of running the configuration script it told me: 几个小时前,我开始按照教程准备交叉编译器,但是当运行配置脚本时,它告诉我:

$ ../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: extra operand Xammar/Desktop/qt-everywhere-opensource-src-5.5.0/qt-everywhere-opensource-src-5.5.0/qtbase/configure' Try dirname --help' for more information. $ ../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-顶级-平台win32-g ++ -xplatform linux-arm-gnueabi-g ++-发行版-opengl es2-设备linux-rasp-pi2-g ++ -sysroot C:/ SysGCC / Raspberry / arm-linux-gnueabihf / sysroot -prefix / usr / local / qt5目录名:附加操作数Xammar/Desktop/qt-everywhere-opensource-src-5.5.0/qt-everywhere-opensource-src-5.5.0/qtbase/configure' Try dirname --help”以获得更多信息。 You don't seem to have 'make' or 'gmake' in your PATH. 您的PATH中似乎没有“ make”或“ gmake”。 Cannot proceed. 无法继续。

I made all the steps ok but I don't know what I'm doing wrong... Thanks in advance. 我已经做好所有步骤,但是我不知道自己在做什么错...预先谢谢。

尝试导出MAKE环境变量,如下所示: export MAKE="mingw32-make"

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM