标签:style blog color get strong http
测试中出错
出错一
# ./helloworld 
-qws                                                                    
QWSServerSocket::init: 
Function not 
implemented                                 
QWSServerSocket: 
unable to create 
socket.                                       
QWSServerPrivate::initServer: 
server socket not listening: Illegal 
seek         
Failed to bind to 
/tmp/qtembedded-0/QtEmbedded-0
解决方法:
重新配置内核:# make 
menuconfig
选中:Networking——>Networlding options——>Unix domain 
sockets
保存
重新烧写板子,运行。
qt库的问题
用天嵌tq2440板子自带的qt4.5版本开发的程序,出了问题:
解决方法:qt库版本低的原因,换成qt4.7,重新制作文件系统,编译,解决之。
标签:style blog color get strong http
原文地址:http://www.cnblogs.com/liu-bei/p/3705915.html