QT4 porting on Freescale i.MX6 SABRE LITE board

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

QT4 porting on Freescale i.MX6 SABRE LITE board

Jump to solution
1,771 Views
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?


Labels (1)
Tags (3)
1 Solution
694 Views
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.

View solution in original post

2 Replies
694 Views
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

695 Views
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.