现在用am3352 + sdk6.0 + Qt5.5开发程序,但编译出来的程序在板子上跑窗口没有标题栏,弹窗不能拖动。
网上搜了需要窗体管理器,需要安装x window请问怎么弄。
Steven Liu1:
目前我接触到的客户中还没有人做过,不过你可以参考E2E上的这个指导进行尝试:
http://e2e.ti.com/support/arm/sitara_arm/f/791/t/419732
There isn't a recipe that you can bitbake to build your gnome x-window support in the fs. You should either create your custom gnome recipe, which you can bitbake, or you can add the downloaded packages to the current core-sdk recipe.You can refer to the following community wikis for directions on how to add the packages to your recipe: www.yoctoproject.org/…/dev-manual.html www.yoctoproject.org/…/dev-manual.html stackoverflow.com/…/how-to-write-own-package-for-recipe-in-arago-project-build arago-project.org/…/Main_Page
xiyuan ma:
3352 芯片多少钱?为啥不用3354 带GPU方便多了
ken liao:
回复 xiyuan ma:
用3354芯片的话,怎么搞?
am3352能借鉴么?
xiyuan ma:
回复 ken liao:
3354 带GPU
xing tang:
你好,我在3352上移植qt5.5后,在qt-creator上随便拖了几个控件做了个界面,板子上显示出来的效果和qt creator上看到的效果差很多,板子上的很丑,就像win2000相对于win7那种感觉,请问你有没有遇到过这种问题?我看其他的教程也是直接在qt-creator上拖控件,板子上显示出来的是一样的效果,不知道我的是哪儿出了问题
Yaoming Qin:
回复 xing tang:
感觉还是qt的配置问题,会不会是板子上的qt特效没有打开。
xing tang:
回复 Yaoming Qin:
请问qt特效指的是什么?怎么打开?我查看了QT的 ./configure –help,没看到相关的选项,有没有可能是3352没有GPU造成的?
这是我的配置
./configure \-prefix /usr/local/qt-5.5.1-arm \-device linux-am3352-g++ \-device-option CROSS_COMPILE=~/ti-sdk-am335x-evm-06.00.00.00/linux-devkit/sysroots/i686-arago-linux/usr/bin/arm-linux-gnueabihf- \-release \-confirm-license \-opensource \-no-opengl \-no-eglfs \-nomake examples \-v
Yaoming Qin:
回复 xing tang:
GPU造成有可能了。
应用层的东西,您就多google下了,我们这边对应用层没有支持。
谢谢!
Li Hao2:
回复 xing tang:
请问一下,你移植的qt5.5有带webengine吗,如果有的话可不可以分享一下你的编译过程,谢谢!