Compile Qt for i.MX28

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

Compile Qt for i.MX28

2,107 Views
Matt_ng9
Contributor III

I have been trying to compile Qt manually for the i.MX28.  Everything goes good until I get to the src/corelib folder, and then it just sticks.  Here are my most recent config flags...

 

-embedded arm \

-xplatform qws/myboard \

-prefix /qt \

-qt-gfx-linuxfb \

-nomake demos \

-nomake examples \

-qt-mouse-linuxinput \

-little-endian \

-confirm-license \

-opensource \

-silent

 

And then this is the last few lines the terminal window shows after running make...

 

...

cd src/corelib/ && make -f Makefile

make[1]: Entering directory '/qt-everywhere-opensource-src-4.7.3/src/corelib'

moc animation/qabstractanimation.h

 

Has anyone else had this problem?  I tried it on qt 4.7.3 and 4.7.2 with no luck.

 

Thanks,

 

- Matt

Tags (1)
0 Kudos
2 Replies

752 Views
Matt_ng9
Contributor III
Thanks Matt, I used that method and ended up getting it to work finally... It seems like the culprit may have been the "-nomake demos -nomake examples" flags, but I don't really understand why that would matter...
0 Kudos

752 Views
mdc
Contributor V

Would recommend you check out the post in the Qt group here:

 

http://imxcommunity.org/group/imxqt/forum/topics/build-qt-from-ltib

 

I was able to build Qt for the i.MX28 from within LTIB using the patches Vladan posted. The only additional thing I had to do after applying the patches and running LTIB for the first time was to select the libpng package in addition to Qt embedded.

0 Kudos