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