QT4 porting on Freescale i.MX6 SABRE LITE board

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

QT4 porting on Freescale i.MX6 SABRE LITE board

跳至解决方案
2,137 次查看
prabhukumar
Contributor I
  • I want to run qt Gui application in iMX6 SABRE LITE board.
  • For that I need to cross compile qt-everywhere-opensource-src-4.6.2 using arm-linux-gnueabi compiler.
  • I have take the refrence of this link which is a QT porting on beagle board. http://treyweaver.blogspot.in/2010/10/setting-up-qt-development-environment.html. [treyweaver.blogspot.in]
  • Can any one tell me is it possible to port QT by taking the reference of this link If it is so what configuration I need to change?


标签 (1)
标记 (3)
1 解答
1,060 次查看
LeonardoSandova
Specialist I

my recomendation: Yocto project does the porting for you :smileyhappy:

Search for yocto within the community to find out how to compile a Linux Image with QT4.8 on it.

在原帖中查看解决方案

2 回复数
1,060 次查看
OtavioSalvador
Senior Contributor II

I second Leonardo advice, Yocto has a good community around it and currently most commonly used SoCs from i.MX platform is already supported by the meta-fsl-arm layer.

You can find more information how to make a build at https://community.freescale.com/docs/DOC-94023

1,061 次查看
LeonardoSandova
Specialist I

my recomendation: Yocto project does the porting for you :smileyhappy:

Search for yocto within the community to find out how to compile a Linux Image with QT4.8 on it.