<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Compile Qt for i.MX28 in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Compile-Qt-for-i-MX28/m-p/155661#M2187</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would recommend you check out the post in the Qt group here:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://imxcommunity.org/group/imxqt/forum/topics/build-qt-from-ltib" target="_blank"&gt;http://imxcommunity.org/group/imxqt/forum/topics/build-qt-from-ltib&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 May 2011 21:42:15 GMT</pubDate>
    <dc:creator>mdc</dc:creator>
    <dc:date>2011-05-24T21:42:15Z</dc:date>
    <item>
      <title>Compile Qt for i.MX28</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Compile-Qt-for-i-MX28/m-p/155660#M2186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have been trying to compile Qt manually for the i.MX28.&amp;nbsp; Everything goes good until I get to the src/corelib folder, and then it just sticks.&amp;nbsp; Here are my most recent config flags...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-embedded arm \&lt;/P&gt;&lt;P&gt;-xplatform qws/myboard \&lt;/P&gt;&lt;P&gt;-prefix /qt \&lt;/P&gt;&lt;P&gt;-qt-gfx-linuxfb \&lt;/P&gt;&lt;P&gt;-nomake demos \&lt;/P&gt;&lt;P&gt;-nomake examples \&lt;/P&gt;&lt;P&gt;-qt-mouse-linuxinput \&lt;/P&gt;&lt;P&gt;-little-endian \&lt;/P&gt;&lt;P&gt;-confirm-license \&lt;/P&gt;&lt;P&gt;-opensource \&lt;/P&gt;&lt;P&gt;-silent&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And then this is the last few lines the terminal window shows after running make...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;cd src/corelib/ &amp;amp;&amp;amp; make -f Makefile&lt;/P&gt;&lt;P&gt;make[1]: Entering directory '/qt-everywhere-opensource-src-4.7.3/src/corelib'&lt;/P&gt;&lt;P&gt;moc animation/qabstractanimation.h&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone else had this problem?&amp;nbsp; I tried it on qt 4.7.3 and 4.7.2 with no luck.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2011 20:56:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Compile-Qt-for-i-MX28/m-p/155660#M2186</guid>
      <dc:creator>Matt_ng9</dc:creator>
      <dc:date>2011-05-24T20:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: Compile Qt for i.MX28</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Compile-Qt-for-i-MX28/m-p/155661#M2187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would recommend you check out the post in the Qt group here:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://imxcommunity.org/group/imxqt/forum/topics/build-qt-from-ltib" target="_blank"&gt;http://imxcommunity.org/group/imxqt/forum/topics/build-qt-from-ltib&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2011 21:42:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Compile-Qt-for-i-MX28/m-p/155661#M2187</guid>
      <dc:creator>mdc</dc:creator>
      <dc:date>2011-05-24T21:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: Compile Qt for i.MX28</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Compile-Qt-for-i-MX28/m-p/155662#M2188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;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...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2011 19:14:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Compile-Qt-for-i-MX28/m-p/155662#M2188</guid>
      <dc:creator>Matt_ng9</dc:creator>
      <dc:date>2011-06-02T19:14:00Z</dc:date>
    </item>
  </channel>
</rss>

