主题 : 移植qt-extended-4.4.3,运行时出现blit_setup(): Screen depth 15 not supported! 复制链接 | 浏览器收藏 | 打印
级别: 新手上路
UID: 43577
精华: 0
发帖: 15
金钱: 75 两
威望: 15 点
综合积分: 30 分
注册时间: 2011-04-18
最后登录: 2011-12-14
楼主  发表于: 2011-05-25 21:27

 移植qt-extended-4.4.3,运行时出现blit_setup(): Screen depth 15 not supported!

花了一天的工夫编译了qt-extended-4.4.3,移植到开发板上之后,启动。。。。出现
Warning: Display size not set.  Using default DPI
AT+CMUX=0,0,5,31
停顿。。。。
blit_setup(): Screen depth 15 not supported!
Aborted
执行不起来!!!

实刚开始编译、移植qt时也出现这个问题,那是在编译移植qt-everywhere-opensource-4.7.3-src时出现的,Google后发现是由于配置时有-depth 会发现没有15这个数值,查看configure --help,-depth选项参数没有15这个数值。删除-depth配置选项之后,编译后可以正常运行qt程序。

这次移植qt opia又出现这个问题,该怎么办啊???
新手,压力比较大,希望大家给点意见。

级别: 新手上路
UID: 43577
精华: 0
发帖: 15
金钱: 75 两
威望: 15 点
综合积分: 30 分
注册时间: 2011-04-18
最后登录: 2011-12-14
1楼  发表于: 2011-05-25 21:30
配置选项:
echo yes | ../qt-extended-4.4.3/configure -ui-type home \
-xplatform linux-arm-g++ \
-arch arm \
-prefix /usr/local/Trolltech/qtopia4 \
-release \
-clean \
-sound-system oss \
-build-qt \
-no-sxe \
-no-ssl \
-no-v4l2 \
-no-vpn \
-no-phonon \
-no-libamr \
-mediaengines cruxus \
-remove-mediaengine gstreamer,helix \
-pictureflow \
-remove-module bluetooth,drm \
-no-dbus \
-no-dbusipc \
-add-displaysize 800x480 \
-extra-qt-embedded-config "-embedded arm -xplatform qws/linux-arm-g++ -no-cups -nomake examples -nomake demos -qt-libjpeg -qt-libmng -qt-libpng -no-dbus -no-gfx-qvfb -no-gfx-vnc -no-gfx-multiscreen -qt-kbd-tty -no-kbd-usb -no-webkit -no-openssl -no-phonon -no-phonon-backend -no-nas-sound -no-exceptions"