回复: qtembedded的桌面系统EMD(即Embedded desktop)
#161 [liyayao 12-20 16:40]
楼主,请教:
我编译了ARM的QT4.7.然后我测试能不能有没有编译好,就写了一个简单的程序。然后编译,出现了问题:
Running build steps for project hello...
Starting: "/YY/qt4.7bet2/bin/qmake" /root/hello/hello.pro -r -spec qws/linux-arm-g++
The process "/YY/qt4.7bet2/bin/qmake" exited normally.
Starting: "/usr/bin/make" -w
make: Entering directory `/root/hello'
/YY/qt4.7bet2/bin/uic mainwindow.ui -o ui_mainwindow.h
arm-linux-g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/YY/qt4.7bet2/mkspecs/qws/linux-arm-g++ -I. -I/YY/qt4.7bet2/include/QtCore -I/YY/qt4.7bet2/include/QtNetwork -I/YY/qt4.7bet2/include/QtGui -I/YY/qt4.7bet2/include -I. -I. -o main.o main.cpp
arm-linux-g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/YY/qt4.7bet2/mkspecs/qws/linux-arm-g++ -I. -I/YY/qt4.7bet2/include/QtCore -I/YY/qt4.7bet2/include/QtNetwork -I/YY/qt4.7bet2/include/QtGui -I/YY/qt4.7bet2/include -I. -I. -o mainwindow.o mainwindow.cpp
/YY/qt4.7bet2/bin/moc -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/YY/qt4.7bet2/mkspecs/qws/linux-arm-g++ -I. -I/YY/qt4.7bet2/include/QtCore -I/YY/qt4.7bet2/include/QtNetwork -I/YY/qt4.7bet2/include/QtGui -I/YY/qt4.7bet2/include -I. -I. mainwindow.h -o moc_mainwindow.cpp
arm-linux-g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/YY/qt4.7bet2/mkspecs/qws/linux-arm-g++ -I. -I/YY/qt4.7bet2/include/QtCore -I/YY/qt4.7bet2/include/QtNetwork -I/YY/qt4.7bet2/include/QtGui -I/YY/qt4.7bet2/include -I. -I. -o moc_mainwindow.o moc_mainwindow.cpp
arm-linux-g++ -Wl,-O1 -Wl,-rpath,/YY/qt4.7bet2/lib -o hello main.o mainwindow.o moc_mainwindow.o-L/YY/qt4.7bet2/lib -lQtGui -L/myrootfs/usr/lib -L/YY/qt4.7bet2/lib -lQtNetwork -lQtCore -lpthread
make: Leaving directory `/root/hello'
/opt/Frie ..
#162 [songerping 12-20 20:48]
编译emdesktopserver时,说没有 emd_global.h,把它的路径添上去,又出来一些其他的错误,请哪位大侠分析一下!
#163 [songerping 12-20 21:37]
ui_WidgetKeyboard.h 这个文件在哪里啊?
#164 [zzz945 12-20 23:49]
引用第161楼liyayao于2010-12-20 16:40发表的:
楼主,请教:
我编译了ARM的QT4.7.然后我测试能不能有没有编译好,就写了一个简单的程序。然后编译,出现了问题:
Running build steps for project hello...
Starting: "/YY/qt4.7bet2/bin/qmake" /root/hello/hello.pro -r -spec qws/linux-arm-g++
The process "/YY/qt4.7bet2/bin/qmake" exited normally.
.......
你的qt库编译成debug了吗, 你试着用debug模式编译一下你的应用程序
#165 [zzz945 12-22 17:43]
引用第163楼songerping于2010-12-20 21:37发表的:
ui_WidgetKeyboard.h 这个文件在哪里啊?
这个问题已经修复了, 请重新下载试一下