<?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: Errors with ltib when trying to include QT embedded in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Errors-with-ltib-when-trying-to-include-QT-embedded/m-p/171652#M5671</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&amp;nbsp; I tried these (basically building it outside of ltib) and still get a linker error where it can not find the&amp;nbsp; libpng library.&amp;nbsp; The thing is when is starts, I get this warning:&lt;/P&gt;&lt;P&gt;You have asked to use pkg-config and are cross-compiling.&lt;BR /&gt;Please make sure you have a correctly set-up pkg-config&lt;BR /&gt;environment!&lt;BR /&gt;&lt;BR /&gt;Warning: PKG_CONFIG_PATH has not been set.&amp;nbsp; This could mean&lt;BR /&gt;the host compiler's .pc files will be used. This is probably&lt;BR /&gt;not what you want.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bills&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jun 2012 20:58:39 GMT</pubDate>
    <dc:creator>blsousan</dc:creator>
    <dc:date>2012-06-29T20:58:39Z</dc:date>
    <item>
      <title>Errors with ltib when trying to include QT embedded</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Errors-with-ltib-when-trying-to-include-QT-embedded/m-p/171650#M5669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So I am trying to add QT embedded to my root file system using ltib.&amp;nbsp; With the other packages I simply select them, run ltib, and no problems (it adds them to the rootfs).&amp;nbsp; However, when I tried the QT embedded it had errors in finding the package at the &lt;A href="http://www.bitshrine.org"&gt;www.bitshrine.org&lt;/A&gt;.&amp;nbsp; (qt-everywhere-opensource-src-4.6.0.tar.gz).&amp;nbsp; I manually checked and sure enough its gone.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;After some googling - I saw where one said that I could simply go get this package myself and put it in the /opt/freescale/pkgs directory and re-run tlib.&amp;nbsp; I did this but then I get a lot of errors with it can find the libraries (like libpng, etc...).&amp;nbsp; I verified the libraries do in fact exist.&amp;nbsp; It also gives a warning of:&lt;/P&gt;&lt;P&gt;"Build path taken because: directory build, no prebuilt rpm,"&amp;nbsp; and&lt;/P&gt;&lt;P&gt;"You have not explicitly asked to use pkg-config and are cross-compiling."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do I need to specify in the spec file or other? where the libraries live - or is there a better way of doing this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bills&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2012 21:56:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Errors-with-ltib-when-trying-to-include-QT-embedded/m-p/171650#M5669</guid>
      <dc:creator>blsousan</dc:creator>
      <dc:date>2012-06-28T21:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: Errors with ltib when trying to include QT embedded</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Errors-with-ltib-when-trying-to-include-QT-embedded/m-p/171651#M5670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The following links may be helpful :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.imxdev.org/wiki/index.php?title=All_Boards_Qt" rel="nofollow"&gt;http://www.imxdev.org/wiki/index.php?title=All_Boards_Qt&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://imxcommunity.org/group/imxqt/forum/topics/building-qt-for-imx5x?xg_source=activity"&gt;http://imxcommunity.org/group/imxqt/forum/topics/building-qt-for-imx5x?xg_source=activity&lt;/A&gt;&lt;A href="http://imxcommunity.org/group/imxqt/forum/topics/building-qt-for-imx5x?xg_source=activity" rel="nofollow" target="_blank"&gt;&lt;BR /&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2012 03:08:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Errors-with-ltib-when-trying-to-include-QT-embedded/m-p/171651#M5670</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2012-06-29T03:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: Errors with ltib when trying to include QT embedded</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Errors-with-ltib-when-trying-to-include-QT-embedded/m-p/171652#M5671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&amp;nbsp; I tried these (basically building it outside of ltib) and still get a linker error where it can not find the&amp;nbsp; libpng library.&amp;nbsp; The thing is when is starts, I get this warning:&lt;/P&gt;&lt;P&gt;You have asked to use pkg-config and are cross-compiling.&lt;BR /&gt;Please make sure you have a correctly set-up pkg-config&lt;BR /&gt;environment!&lt;BR /&gt;&lt;BR /&gt;Warning: PKG_CONFIG_PATH has not been set.&amp;nbsp; This could mean&lt;BR /&gt;the host compiler's .pc files will be used. This is probably&lt;BR /&gt;not what you want.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bills&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2012 20:58:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Errors-with-ltib-when-trying-to-include-QT-embedded/m-p/171652#M5671</guid>
      <dc:creator>blsousan</dc:creator>
      <dc:date>2012-06-29T20:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: Errors with ltib when trying to include QT embedded</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Errors-with-ltib-when-trying-to-include-QT-embedded/m-p/171653#M5672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got it to work by adding the&amp;nbsp; -lpng option the build in the spec file.&amp;nbsp; Wow it is a pain to build qt for the imx.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2012 18:08:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Errors-with-ltib-when-trying-to-include-QT-embedded/m-p/171653#M5672</guid>
      <dc:creator>blsousan</dc:creator>
      <dc:date>2012-07-02T18:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: Errors with ltib when trying to include QT embedded</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Errors-with-ltib-when-trying-to-include-QT-embedded/m-p/171654#M5673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The link (&lt;A class="jive-link-external-small" href="http://imxcommunity.org/group/imxqt/forum/topics/building-qt-for-imx5x?xg_source=activity"&gt;http://imxcommunity.org/group/imxqt/forum/topics/building-qt-for-imx5x?xg_source=activity&lt;/A&gt;) does not work for me.&amp;nbsp; Is there another link I can use?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doug&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Sep 2013 20:58:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Errors-with-ltib-when-trying-to-include-QT-embedded/m-p/171654#M5673</guid>
      <dc:creator>dougschwanke</dc:creator>
      <dc:date>2013-09-03T20:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: Errors with ltib when trying to include QT embedded</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Errors-with-ltib-when-trying-to-include-QT-embedded/m-p/171655#M5674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is dead easy to get it working in Yocto :-D Give it a try ;-)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Sep 2013 21:02:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Errors-with-ltib-when-trying-to-include-QT-embedded/m-p/171655#M5674</guid>
      <dc:creator>OtavioSalvador</dc:creator>
      <dc:date>2013-09-03T21:02:29Z</dc:date>
    </item>
  </channel>
</rss>

