gxhh 发表于 2011-11-22 20:15:59

【求助】6410 Qt helloword编译错误

本帖最后由 gxhh 于 2011-11-22 20:22 编辑

先开始出现找不到ARM-LINUX-G++后来输入 export PATH=/usr/local/arm/4.3.2/bin:$PATH找到g++了
之后make出现

arm-linux-g++ -Wl,-rpath,/home/chu/witech/builddir/sdk/qtopiacore/target/lib -o helloword main.o dialog.o moc_dialog.o    -L/home/chu/witech/builddir/sdk/qtopiacore/target/lib -lQtGui -L/usr/local/tslib/lib -L/home/chu/witech/builddir/sdk/qtopiacore/target/lib -lts -lQtNetwork -lQtCore -lm -lrt -ldl -lpthread
/usr/local/arm/4.3.2/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.2/../../../../arm-none-linux-gnueabi/bin/ld: main.o: Relocations in generic ELF (EM: 3)
/usr/local/arm/4.3.2/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.2/../../../../arm-none-linux-gnueabi/bin/ld: main.o: Relocations in generic ELF (EM: 3)
main.o: could not read symbols: File in wrong format
collect2: ld returned 1 exit status
make: *** 错误 1

我的QTsdk版本v1.1.4 QT CREATER的版本是v2.3.1基于4.7.4界面与说明书上的不太一样是CREATER的版本问题吗?说明书用的是什么版本哪里有下?

landroot 发表于 2011-11-22 23:31:00

飞凌-develop 发表于 2011-11-23 08:51:19

我使用的是QtCreator2.3.0 版本,在里面可以直接交叉编译基于qt4.7/embeded 库的应用程序,我们论坛里面也已经有说明了,不需要再执行命令行了,需要修改QtCreator的配置,另外需要您交叉编译qt4.7的库,以后我们的百科全书将修改这一块

gxhh 发表于 2011-11-23 16:37:23

我使用的是QtCreator2.3.0 版本,在里面可以直接交叉编译基于qt4.7/embeded 库的应用程序,我们论坛里面也已 ...
飞凌-develop 发表于 2011-11-23 08:51 http://bbs.witech.com.cn/images/common/back.gif
能不能给个帖子的链接
页: [1]
查看完整版本: 【求助】6410 Qt helloword编译错误