标题:qvfb问题,不能正确启动,衷心表示感谢
作者:ecbtnrt
日期:2009-02-06 14:24
内容:
我交叉编译了Qt-embedded4.4.3我把install后的目录全部放到了yaffs文件系统,
运行程序./hell出现错误
Socket::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 Qt for Embedded Linux server appears to be running.
If you want to run this program as a server,
add the "-qws" command-line option.
然后我加了qws ./hello -qws也出现了错误
Error opening framebuffer device /dev/fb0
QScreenLinuxFb::connect: No such file or directory
不知道怎么解决?谢谢了
#1 [ecbtnrt 02-06 14:25]
另外,我加了ln -s /dev/fb/0 /dev/fb0