QT4 porting on Freescale i.MX6 SABRE LITE board

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

QT4 porting on Freescale i.MX6 SABRE LITE board

ソリューションへジャンプ
1,844件の閲覧回数
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 解決策
767件の閲覧回数
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 返答(返信)
767件の閲覧回数
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

768件の閲覧回数
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.