Results 1 to 4 of 4

Thread: QT Embedded For MIPS "linux-mips-g++" not found ?

  1. #1
    Join Date
    Jun 2010
    Posts
    102
    Thanks
    3
    Qt products
    Qt4 Qt/Embedded Qt Jambi PyQt3 PyQt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default QT Embedded For MIPS "linux-mips-g++" not found ?

    i config QT-everywhere : .
    /configure -embedded mips -xplatform qws/linux-mips-g++ -little-endian
    and Read follow this instruction: http://hi.baidu.com/%C7%B6%C8%EB%CA%...38db10db9.html

    but when i type
    "make"
    it message error:

    root@sonptit-laptop:/home/sonptit/embedded/mkspecs/qws/linux-mips-g++# make
    mips-linux-g++ -fno-exceptions -Wl,-O1 -Wl,-rpath,/usr/local/Trolltech/QtEmbedded-4.7.0-mips/lib -Wl,-rpath,/usr/local/Trolltech/QtEmbedded-4.7.0-mips/lib -o linux-mips-g++ -L/home/sonptit/embedded/lib -lQtGui -L/home/sonptit/embedded/lib -lQtNetwork -lQtCore -lpthread
    make: mips-linux-g++: Command not found
    make: *** [linux-mips-g++] Error 127
    can you help me ?
    Contact: Skype: sonnh89
    Yahoo: nhs_0702@yahoo.com

    Liên hệ SKype: sonnh89

  2. #2
    Join Date
    Jul 2008
    Posts
    139
    Thanks
    9
    Thanked 18 Times in 15 Posts
    Qt products
    Qt/Embedded
    Platforms
    Unix/X11

    Default Re: QT Embedded For MIPS "linux-mips-g++" not found ?

    Hi, it looks like your cross-compiler tool is not installed. If you type 'mips-linux-g++' on the command line you will probably see the same error. Use the correct compile command or install the tool-chain it should work.

  3. #3
    Join Date
    Nov 2011
    Posts
    4
    Qt products
    Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: QT Embedded For MIPS "linux-mips-g++" not found ?

    Hi. I have same issue..

    I am using below toolchains... How to resolve this issue?

    glibc filename is toolchain‐final‐mipsisa32r2el‐ti mesys‐linux‐gnu.tgz
    uclibc filename is toolchain‐final‐mipsisa32r2el‐ti mesys‐linux‐uclibc.tgz

    Hi. I have same issue..

    I am using below toolchains... How to resolve this issue?

    glibc filename is toolchain‐final‐mipsisa32r2el‐ti mesys‐linu x‐gnu.tgz
    uclibc filename is toolchain‐final‐mipsisa32r2el‐ti mesys‐linu x‐uclibc.tgz

  4. #4
    Join Date
    Nov 2011
    Posts
    1
    Qt products
    Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Symbian S60 Maemo/MeeGo

    Default Re: QT Embedded For MIPS "linux-mips-g++" not found ?

    Edit you ./mkspecs/qws/linux-mips-g++/qmake.conf such
    ===============================

    #
    # qmake configuration for building with mipsel-linux-g++
    #

    include(../../common/linux.conf)
    include(../../common/gcc-base-unix.conf)
    include(../../common/g++-unix.conf)
    include(../../common/qws.conf)

    # modifications to g++.conf
    QMAKE_CC = mipsisa32r2el-timesys-linux-gnu-gcc
    QMAKE_CXX = mipsisa32r2el-timesys-linux-gnu-g++
    QMAKE_CFLAGS += -mips32r2 (??????) { you compiler option's}
    QMAKE_CXXFLAGS += -mips32r2 (??????)
    QMAKE_LINK = mipsisa32r2el-timesys-linux-gnu-g++
    QMAKE_LINK_SHLIB = mipsisa32r2el-timesys-linux-gnu-g++

    # modifications to linux.conf
    QMAKE_AR = mipsisa32r2el-timesys-linux-gnu-ar cqs
    QMAKE_OBJCOPY = mipsisa32r2el-timesys-linux-gnu-objcopy
    QMAKE_STRIP = mipsisa32r2el-timesys-linux-gnu-strip
    .............................
    ...........................
    ================================================== ====

Similar Threads

  1. Replies: 32
    Last Post: 25th August 2012, 23:10
  2. Qt/Embedded support for MIPS architecture
    By sar_van81 in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 30th November 2010, 04:14
  3. Qt/Embedded for MIPS
    By sar_van81 in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 25th November 2010, 03:09
  4. QT embedded QtWebKit on Linux 2.6.22, including MIPS platform
    By Thành Viên Mới in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 11th November 2010, 03:43
  5. "Cannot run program "C:\Qt\4.3.3\bin\qmake": file not found
    By PeteH in forum Installation and Deployment
    Replies: 1
    Last Post: 7th February 2009, 00:48

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.