There's nothing wrong with configure.
My configure is:
./configure-prefix/opt/qt-jz-xplatform qws/linux-mips-g++-embedded MIPS
Configure passed, but when make, there was mips-linux-gcc:commond not fount!
I'm MIPSL-LINUX-GCC, and I've cross-compiled a Hello world.
The errors that occur when make are:
MAKE[1]: Entering directory '/root/desktop/download/qt-jz/src/corelib '
mips-linux-g++-c-pipe-mips32-fno-exceptions-o2-wall-w-d_reentrant-fpic-dqt_shared-dqt_build_core_lib-dqt_no_us Ing_namespace-dqt_no_cast_to_ascii-dqt_ascii_cast_warnings-dqt3_support-dqt_moc_compat-delf_interpreter=\ "/lib /ld-linux.so.2\ "-dhb_export=q_core_export-dqt_no_debug-i. /.. /mkspecs/qws/linux-mips-g++-I.-I.. /.. /include-i. /.. /include/qtcore-i.rcc/release-shared-emb-mips-iglobal-i. /3rdparty/zlib-i. /3rdparty/harfbuzz/src-i. /3rdparty/md5-i. /3rdparty/md4-i.moc/release-shared-emb-mips-o. OBJ/RELEASE-SHARED-EMB-MIPS/QABSTRACTANIMATION.O animation/ Qabstractanimation.cpp
MAKE[1]: mips-linux-g++: Command not found
MAKE[1]: * * * [. OBJ/RELEASE-SHARED-EMB-MIPS/QABSTRACTANIMATION.O] Error 127
MAKE[1]: Leaving directory '/root/desktop/download/qt-jz/src/corelib '
Make: * * [sub-corelib-make_default-ordered] Error 2
Answer: Misp version of embedded QT compilation appears MIPS-LINUX-GCC command not found
- Which mips-linux-g++
Check if your cross-compilation tool is added to path
Also, if you want to use mipsel-linux-g++, modify the qws/linux-mips-g++/qmake.conf
Change one of the mips-linux-g++ into a mipsel-linux-g++
Http://www.supmen.com/nlzxjw26pk.html
Misp version of embedded QT compilation appears MIPS-LINUX-GCC command not found