你没有';似乎没有';制作';或';gmake';在您的路径中-MinGW32(windows)

你没有';似乎没有';制作';或';gmake';在您的路径中-MinGW32(windows),windows,qt,raspberry-pi,mingw,raspberry-pi2,Windows,Qt,Raspberry Pi,Mingw,Raspberry Pi2,我最近开始了一个关于我的新Pi2和Qt的项目。几个小时前,我开始准备以下教程中的交叉编译器,但在运行配置脚本时,它告诉我: $../qt-everywhere-opensource-src-5.5.0/configure-platform win32-g++-xplatform linux-arm-gnueabi-g++-release-opengl es2-设备linux-rasp-pi2-g++-sysroot C:/SysGCC/Raspberry/arm-linux-gnueabihf/

我最近开始了一个关于我的新Pi2和Qt的项目。几个小时前,我开始准备以下教程中的交叉编译器,但在运行配置脚本时,它告诉我:

$../qt-everywhere-opensource-src-5.5.0/configure-platform win32-g++-xplatform linux-arm-gnueabi-g++-release-opengl es2-设备linux-rasp-pi2-g++-sysroot C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot-前缀/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 目录名:额外操作数
Xammar/Desktop/qt-everywhere-opensource-src-5.5.0/qt-everywhere-opensource-src-5.5.0/qtbase/configure'
有关详细信息,请尝试使用
dirname--help'。 你似乎没有“make”或“gmake”在你的道路上。 无法继续


我做了所有的步骤,但我不知道我做错了什么。。。提前感谢。

尝试导出MAKE环境变量,如下所示:
export MAKE=“mingw32 MAKE”