首页| 论坛| 消息

标题:我的QT程序不能在arm+linux-2.6.14中运行,是什么原因,请高人指教!
作者:hawkhjg
日期:2006-11-03 15:18
内容:

经过一段时间,终于把linux-2.6.14移植到arm上了,还有yaffs,网络。这几天移植了触摸屏,在系统启动时没有企鹅图标,但在启动信息中有:
ts: Compaq touchscreen protocol output
s3c2410 TouchScreen successfully loaded
进入系统后,在/dev/input中有:mice mouse0 ts0 tsraw0
系统启动时没有企鹅图标还以为是make menuconfig时没选择LCD之类的,后来进入make menuconfig,LCD和framebuffer选项都选上了。然后,再运行QT程序又出现如下问题:
# ./hello -qws
mapping /dev/fb0: Invalid argument
Error: failed to map framebuffer device to memory.
: driver cannot connect
当时在/dev中没有fb0,只有/dev/fb/0,我是通过 ln -s /dev/fb/0 /dev/fb0来实现的,请问我的触摸屏移植成功没有?我应该怎么来测试?


#1 [cavendish 11-03 17:59]
http://doc.trolltech.com/4.2/qtopiacore-testingframebuffer.html

回复 发表
主题 版块