标题:急需Qtopiacore4.3.1交叉编译的详细指导
作者:圆融一笑
日期:2007-09-19 18:12
内容:
我交叉编译好了
然后把测试程序编译好放到板子上运行出现如下错误:
#./qtdemo1
QWSSocket::connectToLocalFile could not connect:: Connection refused
QWSSocket::connectToLocalFile could not connect:: Connection refused
QWSSocket::connectToLocalFile could not connect:: Connection refused
QWSSocket::connectToLocalFile could not connect:: Connection refused
QWSSocket::connectToLocalFile could not connect:: Connection refused
QWSSocket::connectToLocalFile could not connect:: Connection refused
No Qtopia Core server appears to be running.
If you want to run this program as a server,
add the "-qws" command-line option.
#./qtdemo1 -qws
QFontDatabase: Cannot find font directory /opt/qtopia-core4.3.1/lib/fonts - is Qt installed correctly?
请高手指教
#1 [bienew 09-24 09:02]
楼主能不能告诉我都是怎么发布到板上运行的啊?
我的怎么直接提示...file not found。。。。。
#2 [bienew 09-28 15:49]
碰到了和楼主一样的问题,楼主怎么解决的?
#3 [acestrong 11-23 17:22]
楼主的开发板上的文件系统中qtopia-core没有放在/opt/qtopia-core4.3.1处吧,这样是找不到字体的!
要么就放在/opt/qtopia-core4.3.1处,要么在编译的时候用-prefix参数设定好目录,制作文件系统时把qtopia-core放在对应的位置即可~
#4 [小憨狗 12-20 10:26]
引用第3楼acestrong于2007-11-23 17:22发表的 :
楼主的开发板上的文件系统中qtopia-core没有放在/opt/qtopia-core4.3.1处吧,这样是找不到字体的!
要么就放在/opt/qtopia-core4.3.1处,要么在编译的时候用-prefix参数设定好目录,制作文件系统时把qtopia-core放在对应的位置即可~
我也正在做Qtopiacore-4.2.1在S3C2440上的移植,无奈没有找到详细的指导,你知道怎么做么?有的话提供给我一个,十分感谢!
#5 [chubaobao 02-05 22:47]
请问楼主:你编译Qtopiacore4.3.1时用的什么配置命令??