PDA

View Full Version : Qt/Embedded for MIPS



sar_van81
9th June 2007, 11:13
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:


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

the following is the error:

make[3]: Entering directory `/home/LINUXAU1200/graphics/qt-embedded-free-3.3.5/tools/assistant'
/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
make[3]: /home/LINUXAU1200/graphics/qt-embedded-free-3.3.5/bin/uic: Command not found
make[3]: *** [finddialog.h] Error 127
make[3]: Leaving directory `/home/LINUXAU1200/graphics/qt-embedded-free-3.3.5/tools/assistant'
make[2]: *** [sub-assistant] Error 2
make[2]: Leaving directory `/home/LINUXAU1200/graphics/qt-embedded-free-3.3.5/tools'
make[1]: *** [sub-tools] Error 2
make[1]: Leaving directory `/home/LINUXAU1200/graphics/qt-embedded-free-3.3.5'
make: *** [init] Error 2
suse:/home/LINUXAU1200/graphics/qt-embedded-free-3.3.5 # ..


can anyone provide me any suggestion or solution for this ?

thanks in advance,

saravanan.

Thành Viên Mới
25th November 2010, 04:09
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#