Results 1 to 2 of 2

Thread: Qt/Embedded for MIPS

  1. #1
    Join Date
    Dec 2006
    Posts
    123
    Thanks
    1
    Thanked 1 Time in 1 Post
    Qt products
    Qt3 Qt/Embedded
    Platforms
    Unix/X11

    Default Qt/Embedded for MIPS

    hi,

    has anyone compiled qt/embedded for MIPS successfully ? i tried compiling but could not do that.

    i'm using qt-embedded-free-3.3.5 and gave the following configure option:

    Qt Code:
    1. echo yes | ./configure -qt-gif -depths 4,8,16,32 -platform mkspecs/qws/linux-x86-g++/ -xplatform mkspecs/qws/linux-mips-g++/ -no-cups -static -thread
    To copy to clipboard, switch view to plain text mode 
    the following is the error:
    Qt Code:
    1. make[3]: Entering directory `/home/LINUXAU1200/graphics/qt-embedded-free-3.3.5/tools/assistant'
    2. /home/LINUXAU1200/graphics/qt-embedded-free-3.3.5/bin/uic -L /home/LINUXAU1200/graphics/qt-embedded-free-3.3.5/plugins finddialog.ui -o finddialog.h
    3. make[3]: /home/LINUXAU1200/graphics/qt-embedded-free-3.3.5/bin/uic: Command not found
    4. make[3]: *** [finddialog.h] Error 127
    5. make[3]: Leaving directory `/home/LINUXAU1200/graphics/qt-embedded-free-3.3.5/tools/assistant'
    6. make[2]: *** [sub-assistant] Error 2
    7. make[2]: Leaving directory `/home/LINUXAU1200/graphics/qt-embedded-free-3.3.5/tools'
    8. make[1]: *** [sub-tools] Error 2
    9. make[1]: Leaving directory `/home/LINUXAU1200/graphics/qt-embedded-free-3.3.5'
    10. make: *** [init] Error 2
    11. suse:/home/LINUXAU1200/graphics/qt-embedded-free-3.3.5 # ..
    To copy to clipboard, switch view to plain text mode 

    can anyone provide me any suggestion or solution for this ?

    thanks in advance,

    saravanan.

  2. #2
    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 Re: Qt/Embedded for MIPS

    root@sonptit-laptop:/home/sonptit/embedded/demos/books# make
    linux-mips-gnu-g++ -c -pipe -mips32 -fno-exceptions -O2 -Wall -W -D_REENTRANT -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I../../mkspecs/qws/linux-mips-g++ -I. -I../../include/QtCore -I../../include/QtNetwork -I../../include/QtGui -I../../include/QtSql -I../../include -I. -I.moc/release-shared-emb-mips -I.uic/release-shared-emb-mips -o .obj/release-shared-emb-mips/bookdelegate.o bookdelegate.cpp
    make: linux-mips-gnu-g++: Command not found
    make: *** [.obj/release-shared-emb-mips/bookdelegate.o] Error 127
    root@sonptit-laptop:/home/sonptit/embedded/demos/books# make
    /home/sonptit/embedded/bin/qmake -spec ../../mkspecs/qws/linux-mips-g++ -o Makefile books.pro
    linux-mips-g++ -c -pipe -mips32 -fno-exceptions -O2 -Wall -W -D_REENTRANT -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I../../mkspecs/qws/linux-mips-g++ -I. -I../../include/QtCore -I../../include/QtNetwork -I../../include/QtGui -I../../include/QtSql -I../../include -I. -I.moc/release-shared-emb-mips -I.uic/release-shared-emb-mips -o .obj/release-shared-emb-mips/bookdelegate.o bookdelegate.cpp
    make: linux-mips-g++: Command not found
    make: *** [.obj/release-shared-emb-mips/bookdelegate.o] Error 127

    root@sonptit-laptop:/home/sonptit/embedded/demos/books#
    Contact: Skype: sonnh89
    Yahoo: nhs_0702@yahoo.com

    Liên hệ SKype: sonnh89

Similar Threads

  1. regarding qt/embedded support in MontaVista linux
    By sar_van81 in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 6th February 2007, 12:46
  2. Graph display in QT/Embedded
    By hvreddy1110 in forum Newbie
    Replies: 1
    Last Post: 22nd September 2006, 19:02
  3. How Qt/Embedded detects the keypad input from device?
    By mahe2310 in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 4th April 2006, 07:08
  4. how to export images of Qt/Embedded on Device
    By mahe2310 in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 23rd March 2006, 12:05

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.