海王  
上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 55 下一页

2010年11月26日

摘要: error while loading shared libraries: libtiff.so.3: cannot open shared object file: No such file or directory 这个问题产生原因是 新版本的Ubuntu 中使用的库文件是更新的版本的libtiff.so.4 ,而FSL中的默认使用的是libtiff.so.3的库,版本号不一致,导致程序启动不... 阅读全文
posted @ 2010-11-26 16:10 海王 阅读(3427) 评论(0) 推荐(0)

2010年11月25日

摘要: http://blog.sina.com.cn/s/blog_59997cbf0100affa.html 首先,TI对OMAP2430的定义就是“第二代OMAP2”,它的ARM1136内核频率更高(高达 450MHz),且更省电。其次,OMAP2430的设计比OMAP2420更先进,从芯片设计上可以看出,它更接近于OMAP3。OMAP1621、OMAP1710、OMAP2420都有C55x DSP... 阅读全文
posted @ 2010-11-25 23:01 海王 阅读(1033) 评论(0) 推荐(0)
 
摘要: OMAP3430和snapdragon:1)OMAP3430和snapdragon(8250&8650)都是ARMV7指令集,区别在于QSD也就是snapdragon跑在1Ghz时的功耗小于OMAP3430跑在600MHz下的功耗。而snapdragon在1Ghz下实测的性能是2100DMIPS,而ARM宣称其Cortex-A8的在1GHz下的性能是2000DMIPS。由于OMAP3430... 阅读全文
posted @ 2010-11-25 22:56 海王 阅读(856) 评论(0) 推荐(0)
 
摘要: POWERVR is a division of Imagination Technologies Ltd. which designs and licenses graphics and video core IP. Current product families include 3D GPUs (POWERVR MBX and SGX), vector graphics accelera... 阅读全文
posted @ 2010-11-25 15:01 海王 阅读(1257) 评论(0) 推荐(0)
 
摘要: Qt for Embedded Linux and OpenGL Introduction OpenGL is an industry standard API for 2D/3D graphics. It provides a powerful, low-level interface between software and acceleration hardware, and it is... 阅读全文
posted @ 2010-11-25 12:01 海王 阅读(2469) 评论(1) 推荐(0)

2010年11月24日

摘要: 现在 如果我要使用鼠标导入环境变量export QWS_MOUSE_PROTO=MouseMan:/dev/input/mice使用触摸屏,导入环境变量export QWS_MOUSE_PROTO=Tslib:/dev/input/touchscreen0如果想同时两个都支持 export QWS_MOUSE_PROTO=MouseMan:/dev/input/mice;export QWS_MO... 阅读全文
posted @ 2010-11-24 17:02 海王 阅读(8205) 评论(0) 推荐(0)
 
摘要: TARGET_DIR=$PWDcd /list=`cat << EOFusr/local/Trolltech/QtEmbedded-4.7.0-arm/examples/widgets/wiggly/wigglyusr/local/Trolltech/QtEmbedded-4.7.0-arm/examples/painting/concentriccircles/concentricc... 阅读全文
posted @ 2010-11-24 15:36 海王 阅读(481) 评论(0) 推荐(0)
 
摘要: In file included from http://www.cnblogs.com/include/QtGui/private/qt_x11_p.h:1, from mainwindow.cpp:74: http://www.cnblogs.com/include/QtGui/private/http://www.cnblogs.com/../src/gui/kernel/qt_x11_p.... 阅读全文
posted @ 2010-11-24 15:32 海王 阅读(3848) 评论(0) 推荐(0)
 
摘要: 在编译QT前,可加各种参数来定制自己想要的QT库。这对需要裁减QT库的朋友来说非常重要。对于如何编译QT,可以参考:http://hi.baidu.com/agassi%5Fp/blog/item/455833601e4eb14ceaf8f866.html 配置参数选项: 前面是*号的表示默认参数. +号表示该功能要求被评估,评估成功后才能被接受. -release ........... 调试... 阅读全文
posted @ 2010-11-24 15:17 海王 阅读(4027) 评论(0) 推荐(0)
 
摘要: /usr/include/bits/fcntl2.h:51: error: call to ‘__open_missing_mode’ declared with attribute error: open with O_CREAT in second argument needs 3 argumentsmake[2]: *** [ts_calibrate.o] Error... 阅读全文
posted @ 2010-11-24 14:57 海王 阅读(1008) 评论(0) 推荐(0)
上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 55 下一页