我在qt/x11下使用designer编译了程序,并能够成功运行.然后我再使用qt/embedded的qmake生成的Makefile运行时提示错误:
arm-linux-g++ -Wl,-rpath,/usr/local/qt/emlib/lib -o IO .obj/main.o .obj/form_io.o .obj/moc_form_io.o -L/usr/local/qt/emlib/lib -lqte-mt
/usr/local/arm/2.95.3/arm-linux/bin/ld: .obj/main.o: Relocations in generic ELF
(EM: 3)
.obj/main.o: could not read symbols: File in wrong format
collect2: ld returned 1 exit status
make: *** [IO] Error 1
[ 此贴被XChinux在2005-10-19 11:39重新编辑 ]