<?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>i.MX ProcessorsのトピックRe: Compile Qt for i.mx51 - libpng problem</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Compile-Qt-for-i-mx51-libpng-problem/m-p/159444#M2986</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found a brute force way to install on my setup. I built everything but QT first and then did a "./ltib -nodeps". This seems to work. I have QT running on my MX28evk. I will re-install with teh 32bit Ubuntu and see if that fixes it also.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Last question, What IDE would everyone&amp;nbsp;recommend? I found a PDF with an example to use QT&amp;nbsp;Creator. Do I just add the rootfs/usr/local/Trolltech&amp;nbsp;to the QT4 options?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all your help.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 22 Jan 2012 14:46:26 GMT</pubDate>
    <dc:creator>JamesRobinson</dc:creator>
    <dc:date>2012-01-22T14:46:26Z</dc:date>
    <item>
      <title>Compile Qt for i.mx51 - libpng problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Compile-Qt-for-i-mx51-libpng-problem/m-p/159435#M2977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello imx community&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since a few weeks I'm fighting with the compilation of Qt for my board. I was trying to compile Qt 4.6.0 without OpenGL support for my i.mx51 evk board when I got this error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;make[3]: Entering directory `/home/luca/qt_src_target/examples/desktop/screenshot'&lt;BR /&gt;/opt/freescale/usr/local/gcc-4.4.4-glibc-2.11.1-multilib-1.0/arm-fsl-linux-gnueabi/bin/arm-none-linux-gnueabi-g++ -lts -lasound -lz -Wl,-rpath-link,/home/luca/qt_src_target/lib -fno-exceptions -Wl,-O1 -Wl,-rpath,/usr/local/Trolltech/Qt-target-version/lib -Wl,-rpath,/usr/local/Trolltech/Qt-target-version/lib -o screenshot .obj/release-shared-emb-arm/main.o .obj/release-shared-emb-arm/screenshot.o .obj/release-shared-emb-arm/moc_screenshot.o&amp;nbsp;&amp;nbsp;&amp;nbsp; -L/home/luca/qt_src_target/lib -L/tftpboot/ltib/usr/lib -lQtGui -L/home/luca/qt_src_target/lib -L/tftpboot/ltib/usr/lib -lQtNetwork -lQtCore -lpthread &lt;BR /&gt;/opt/freescale/usr/local/gcc-4.4.4-glibc-2.11.1-multilib-1.0/arm-fsl-linux-gnueabi/bin/../lib/gcc/arm-fsl-linux-gnueabi/4.4.4/../../../../arm-fsl-linux-gnueabi/bin/ld: warning: libpng.so.3, needed by /home/luca/qt_src_target/lib/libQtGui.so, not found (try using -rpath or -rpath-link)&lt;BR /&gt;/home/luca/qt_src_target/lib/libQtGui.so: undefined reference to `png_get_valid'&lt;BR /&gt;&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;/home/luca/qt_src_target/lib/libQtGui.so: undefined reference to `png_get_gAMA'&lt;BR /&gt;collect2: ld returned 1 exit status&lt;BR /&gt;make[3]: *** [screenshot] Error 1&lt;BR /&gt;make[3]: Leaving directory `/home/luca/qt_src_target/examples/desktop/screenshot'&lt;BR /&gt;make[2]: *** [sub-screenshot-make_default-ordered] Error 2&lt;BR /&gt;make[2]: Leaving directory `/home/luca/qt_src_target/examples/desktop'&lt;BR /&gt;make[1]: *** [sub-desktop-make_default] Error 2&lt;BR /&gt;make[1]: Leaving directory `/home/luca/qt_src_target/examples'&lt;BR /&gt;make: *** [sub-examples-make_default-ordered] Error 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have verified that in my LTIB the libpng is selected and also that the libpng.so.3 file exists:&lt;/P&gt;&lt;P&gt;luca@ubuntu:~/qt_src_target$ locate libpng.so.3&lt;BR /&gt;/home/luca/ltib_1011/ltib/rootfs/usr/lib/libpng.so.3&lt;BR /&gt;/home/luca/ltib_1011/ltib/rootfs/usr/lib/libpng.so.3.1.2.8&lt;BR /&gt;/home/luca/qt_src_target/examples/desktop/screenshot/libpng.so.3&lt;BR /&gt;/home/luca/qt_src_target/examples/desktop/screenshot/libpng.so.3.1.2.8&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here the parameters that I've used to configure Qt:&lt;/P&gt;&lt;P&gt;./configure -embedded arm -xplatform qws/linux-mxc-g++ -release -prefix /usr/local/Trolltech/Qt-target-version -qt-gfx-linuxfb -qt-kbd-tty -qt-mouse-tslib -little-endian -host-little-endian&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;=&amp;gt; The configuration was successfull.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Where qws/linux-mxc-g++/qmake.conf contains following settings:&lt;/P&gt;&lt;P&gt;luca@ubuntu:~/qt_src_target$ more mkspecs/qws/linux-mxc-g++/qmake.conf&lt;BR /&gt;include(../../common/g++.conf)&lt;BR /&gt;include(../../common/linux.conf)&lt;BR /&gt;include(../../common/qws.conf)&lt;BR /&gt;&lt;BR /&gt;QMAKE_INCDIR += /tftpboot/ltib/usr/include&lt;BR /&gt;QMAKE_LIBDIR += /tftpboot/ltib/usr/lib&lt;BR /&gt;QMAKE_LFLAGS += -lts -lasound -lz&lt;BR /&gt;&lt;BR /&gt;QMAKE_CC&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = /opt/freescale/usr/local/gcc-4.4.4-glibc-2.11.1-multilib-1.0/arm-fsl-linux-gnueabi/bin/arm-none-linux-gnueabi-gcc&lt;BR /&gt;QMAKE_CXX&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = /opt/freescale/usr/local/gcc-4.4.4-glibc-2.11.1-multilib-1.0/arm-fsl-linux-gnueabi/bin/arm-none-linux-gnueabi-g++&lt;BR /&gt;QMAKE_LINK&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = /opt/freescale/usr/local/gcc-4.4.4-glibc-2.11.1-multilib-1.0/arm-fsl-linux-gnueabi/bin/arm-none-linux-gnueabi-g++&lt;BR /&gt;QMAKE_LINK_SHLIB&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = /opt/freescale/usr/local/gcc-4.4.4-glibc-2.11.1-multilib-1.0/arm-fsl-linux-gnueabi/bin/arm-none-linux-gnueabi-g++&lt;BR /&gt;&lt;BR /&gt;QMAKE_AR&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = /opt/freescale/usr/local/gcc-4.4.4-glibc-2.11.1-multilib-1.0/arm-fsl-linux-gnueabi/bin/arm-none-linux-gnueabi-ar cqs&lt;BR /&gt;QMAKE_OBJCOPY&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = /opt/freescale/usr/local/gcc-4.4.4-glibc-2.11.1-multilib-1.0/arm-fsl-linux-gnueabi/bin/arm-none-linux-gnueabi-objcopy&lt;BR /&gt;QMAKE_STRIP&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = /opt/freescale/usr/local/gcc-4.4.4-glibc-2.11.1-multilib-1.0/arm-fsl-linux-gnueabi/bin/arm-none-linux-gnueabi-strip&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After the configuration I run the make command and after a while I got the libpng error. Can somebody help me? What is missing or what is wrong?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks in advance&lt;/P&gt;&lt;P&gt;bonil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2011 19:08:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Compile-Qt-for-i-mx51-libpng-problem/m-p/159435#M2977</guid>
      <dc:creator>bonil</dc:creator>
      <dc:date>2011-06-22T19:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: Compile Qt for i.mx51 - libpng problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Compile-Qt-for-i-mx51-libpng-problem/m-p/159436#M2978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I had the same problem building Qt 4.6. I was able to get Qt 4.7.2 to compile by following the post in the Qt group. If you don't specifically need 4.6 then maybe this will help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2011 19:56:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Compile-Qt-for-i-mx51-libpng-problem/m-p/159436#M2978</guid>
      <dc:creator>iMxGuy</dc:creator>
      <dc:date>2011-06-22T19:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: Compile Qt for i.mx51 - libpng problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Compile-Qt-for-i-mx51-libpng-problem/m-p/159437#M2979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just a few more details:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have compiled LTIB version L2.6.35_10.11.01 on a 32bit Ubuntu 9.04 host.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;libpng12-dev and libpng12-0 are also installed on my host&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here the output from the configuration of Qt for the target:&lt;/P&gt;&lt;P&gt;Building on:&amp;nbsp;&amp;nbsp; qws/linux-x86-g++&lt;BR /&gt;Building for:&amp;nbsp; qws/linux-mxc-g++&lt;BR /&gt;Architecture:&amp;nbsp; arm&lt;BR /&gt;Host architecture: i386&lt;BR /&gt;&lt;BR /&gt;Build ............... libs examples demos docs translations&lt;BR /&gt;Configuration .......&amp;nbsp; cross_compile release shared dll embedded largefile stl precompile_header exceptions_off&amp;nbsp; minimal-config small-config medium-config large-config full-config qt3support accessibility embedded reduce_exports ipv6 clock-gettime clock-monotonic mremap getaddrinfo ipv6ifname getifaddrs inotify system-jpeg system-png png freetype system-zlib nis openssl alsa multimedia svg webkit script scripttools release&lt;BR /&gt;Debug ............... no&lt;BR /&gt;Qt 3 compatibility .. yes&lt;BR /&gt;QtDBus module ....... no&lt;BR /&gt;QtConcurrent code.... yes&lt;BR /&gt;QtScript module ..... yes&lt;BR /&gt;QtScriptTools module&amp;nbsp; yes&lt;BR /&gt;QtXmlPatterns module&amp;nbsp; no&lt;BR /&gt;Phonon module ....... no&lt;BR /&gt;Multimedia module ... yes&lt;BR /&gt;SVG module .......... yes&lt;BR /&gt;WebKit module ....... yes&lt;BR /&gt;JavaScriptCore JIT .. To be decided by JavaScriptCore&lt;BR /&gt;Declarative module .. no&lt;BR /&gt;STL support ......... yes&lt;BR /&gt;PCH support ......... yes&lt;BR /&gt;MMX/3DNOW/SSE/SSE2..&amp;nbsp; no/no/no/no&lt;BR /&gt;iWMMXt support ...... no&lt;BR /&gt;IPv6 support ........ yes&lt;BR /&gt;IPv6 ifname support . yes&lt;BR /&gt;getaddrinfo support . yes&lt;BR /&gt;getifaddrs support .. yes&lt;BR /&gt;Accessibility ....... yes&lt;BR /&gt;NIS support ......... yes&lt;BR /&gt;CUPS support ........ no&lt;BR /&gt;Iconv support ....... no&lt;BR /&gt;Glib support ........ no&lt;BR /&gt;GStreamer support ... no&lt;BR /&gt;Large File support .. yes&lt;BR /&gt;GIF support ......... plugin&lt;BR /&gt;TIFF support ........ plugin (qt)&lt;BR /&gt;JPEG support ........ plugin (system)&lt;BR /&gt;PNG support ......... yes (system)&lt;BR /&gt;MNG support ......... plugin (qt)&lt;BR /&gt;zlib support ........ system&lt;BR /&gt;Session management .. no&lt;BR /&gt;Embedded support .... arm&lt;BR /&gt;Freetype2 support ... auto (yes)&lt;BR /&gt;Graphics (qt) ....... linuxfb multiscreen linuxfb&lt;BR /&gt;Graphics (plugin) ... &lt;BR /&gt;Decorations (qt) .... styled windows default&lt;BR /&gt;Decorations (plugin)&amp;nbsp; &lt;BR /&gt;Keyboard driver (qt). tty tty&lt;BR /&gt;Keyboard driver (plugin) &lt;BR /&gt;Mouse driver (qt) ... pc linuxtp tslib&lt;BR /&gt;Mouse driver (plugin) &lt;BR /&gt;OpenGL support ...... no&lt;BR /&gt;OpenVG support ...... no&lt;BR /&gt;SQLite support ...... plugin (qt)&lt;BR /&gt;OpenSSL support ..... yes (run-time)&lt;BR /&gt;alsa support ........ yes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2011 19:56:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Compile-Qt-for-i-mx51-libpng-problem/m-p/159437#M2979</guid>
      <dc:creator>bonil</dc:creator>
      <dc:date>2011-06-22T19:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: Compile Qt for i.mx51 - libpng problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Compile-Qt-for-i-mx51-libpng-problem/m-p/159438#M2980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Unfortunatelly I get the same error.. could you please attach here your configuration file? Maybe there is something wrong.. I got it from here: &lt;/SPAN&gt;&lt;A href="http://www.imxdev.org/wiki/index.php?title=All_Boards_Qt" target="_blank"&gt;http://www.imxdev.org/wiki/index.php?title=All_Boards_Qt&lt;/A&gt;&lt;SPAN&gt; using the no 3d makespec&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CITE&gt;Mike Morrell said:&lt;/CITE&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/compile-qt-for-imx51-libpng?groupUrl=ltib&amp;amp;commentId=4103961%3AComment%3A19251&amp;amp;xg_source=msg_com_gr_forum#4103961Comment19251"&gt;&lt;DIV&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I had the same problem building Qt 4.6. I was able to get Qt 4.7.2 to compile by following the post in the Qt group. If you don't specifically need 4.6 then maybe this will help.&lt;/P&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2011 06:05:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Compile-Qt-for-i-mx51-libpng-problem/m-p/159438#M2980</guid>
      <dc:creator>bonil</dc:creator>
      <dc:date>2011-06-23T06:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: Compile Qt for i.mx51 - libpng problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Compile-Qt-for-i-mx51-libpng-problem/m-p/159439#M2981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sorry, I am using i.mx28 so Qt is built and installed in rootfs by ltib. The article you link to is using a different build process for the i.mx51. I have attached my spec file in case that may help you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CITE&gt;bonil said:&lt;/CITE&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/compile-qt-for-imx51-libpng?groupUrl=ltib&amp;amp;xg_source=activity#4103961Comment19608"&gt;&lt;DIV&gt;Unfortunatelly I get the same error.. could you please attach here your configuration file? Maybe there is something wrong.. I got it from here: &lt;A href="http://www.imxdev.org/wiki/index.php?title=All_Boards_Qt" rel="nofollow" target="_blank"&gt;http://www.imxdev.org/wiki/index.php?title=All_Boards_Qt&lt;/A&gt; using the no 3d makespec&lt;BR /&gt; &lt;BR /&gt;&lt;CITE&gt;Mike Morrell said:&lt;/CITE&gt;&lt;BR /&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/compile-qt-for-imx51-libpng?groupUrl=ltib&amp;amp;commentId=4103961%3AComment%3A19251&amp;amp;xg_source=msg_com_gr_forum#4103961Comment19251"&gt;&lt;DIV&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I had the same problem building Qt 4.6. I was able to get Qt 4.7.2 to compile by following the post in the Qt group. If you don't specifically need 4.6 then maybe this will help.&lt;/P&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2011 14:15:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Compile-Qt-for-i-mx51-libpng-problem/m-p/159439#M2981</guid>
      <dc:creator>iMxGuy</dc:creator>
      <dc:date>2011-06-23T14:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: Compile Qt for i.mx51 - libpng problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Compile-Qt-for-i-mx51-libpng-problem/m-p/159440#M2982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm using Fedora Linux and compiled successfully, when ltib install QT rpm package I got the error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;libc.so.6()(64bit) &amp;nbsp; is needed by qt-everywhere-opensource-src-4.7.3-0&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;libgcc_s.so.1()(64bit) &amp;nbsp; is needed by qt-everywhere-opensource-src-4.7.3-0&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;libm.so.6()(64bit) &amp;nbsp; is needed by qt-everywhere-opensource-src-4.7.3-0&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;libstdc++.so.6()(64bit) &amp;nbsp; is needed by qt-everywhere-opensource-src-4.7.3-0&lt;/P&gt;&lt;P&gt;linux-vdso.so.1()(64bit) &amp;nbsp; is needed by qt-everywhere-opensource-src-4.7.3-0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My system kernel is:&lt;/P&gt;&lt;P&gt;$ uname -a&lt;/P&gt;&lt;P&gt;Linux localhost.localdomain 2.6.27.41-170.2.117.fc10.x86_64 #1 SMP Thu Dec 10 10:36:29 EST 2009 x86_64 x86_64 x &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;86_64 GNU/Linux&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to solve the problem ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Oct 2011 03:10:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Compile-Qt-for-i-mx51-libpng-problem/m-p/159440#M2982</guid>
      <dc:creator>kamejoko80</dc:creator>
      <dc:date>2011-10-22T03:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: Compile Qt for i.mx51 - libpng problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Compile-Qt-for-i-mx51-libpng-problem/m-p/159441#M2983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Problem solved : missing -lpng option in QMAKE_LIBS (qt-embedded.spec or qmake.conf).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Nov 2011 09:33:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Compile-Qt-for-i-mx51-libpng-problem/m-p/159441#M2983</guid>
      <dc:creator>bonil</dc:creator>
      <dc:date>2011-11-05T09:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: Compile Qt for i.mx51 - libpng problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Compile-Qt-for-i-mx51-libpng-problem/m-p/159442#M2984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Have you found an answer to you problem of pulling in the 64 bit host libraries?&lt;/P&gt;&lt;P&gt;Thanks...&lt;BR /&gt; &lt;BR /&gt; &lt;CITE&gt;Minh Phuong said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/compile-qt-for-imx51-libpng?groupUrl=ltib&amp;amp;page=1&amp;amp;commentId=4103961%3AComment%3A42601&amp;amp;x=1#4103961Comment39607"&gt;&lt;DIV&gt;&lt;DIV class="xg_user_generated"&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm using Fedora Linux and compiled successfully, when ltib install QT rpm package I got the error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;libc.so.6()(64bit) &amp;nbsp; is needed by qt-everywhere-opensource-src-4.7.3-0&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;libgcc_s.so.1()(64bit) &amp;nbsp; is needed by qt-everywhere-opensource-src-4.7.3-0&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;libm.so.6()(64bit) &amp;nbsp; is needed by qt-everywhere-opensource-src-4.7.3-0&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;libstdc++.so.6()(64bit) &amp;nbsp; is needed by qt-everywhere-opensource-src-4.7.3-0&lt;/P&gt;&lt;P&gt;linux-vdso.so.1()(64bit) &amp;nbsp; is needed by qt-everywhere-opensource-src-4.7.3-0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My system kernel is:&lt;/P&gt;&lt;P&gt;$ uname -a&lt;/P&gt;&lt;P&gt;Linux localhost.localdomain 2.6.27.41-170.2.117.fc10.x86_64 #1 SMP Thu Dec 10 10:36:29 EST 2009 x86_64 x86_64 x &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;86_64 GNU/Linux&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to solve the problem ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Jan 2012 14:18:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Compile-Qt-for-i-mx51-libpng-problem/m-p/159442#M2984</guid>
      <dc:creator>JamesRobinson</dc:creator>
      <dc:date>2012-01-21T14:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: Compile Qt for i.mx51 - libpng problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Compile-Qt-for-i-mx51-libpng-problem/m-p/159443#M2985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not yet, sir.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I re-install 32bit Linux and compiled successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Jan 2012 14:12:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Compile-Qt-for-i-mx51-libpng-problem/m-p/159443#M2985</guid>
      <dc:creator>kamejoko80</dc:creator>
      <dc:date>2012-01-22T14:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: Compile Qt for i.mx51 - libpng problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Compile-Qt-for-i-mx51-libpng-problem/m-p/159444#M2986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found a brute force way to install on my setup. I built everything but QT first and then did a "./ltib -nodeps". This seems to work. I have QT running on my MX28evk. I will re-install with teh 32bit Ubuntu and see if that fixes it also.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Last question, What IDE would everyone&amp;nbsp;recommend? I found a PDF with an example to use QT&amp;nbsp;Creator. Do I just add the rootfs/usr/local/Trolltech&amp;nbsp;to the QT4 options?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all your help.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Jan 2012 14:46:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Compile-Qt-for-i-mx51-libpng-problem/m-p/159444#M2986</guid>
      <dc:creator>JamesRobinson</dc:creator>
      <dc:date>2012-01-22T14:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: Compile Qt for i.mx51 - libpng problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Compile-Qt-for-i-mx51-libpng-problem/m-p/159445#M2987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the same problem building on a 64-bit machine (in my case, for the i.MX27, also using LTIB). Building on a 32-bit host machine works fine, but building on the 64-bit machine yields the following problems in the build log:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Earlier, we have an indication things might be going awry:&lt;/P&gt;&lt;BLOCKQUOTE&gt;
&lt;P&gt;PreReq: rpmlib(PayloadFilesHavePrefix) &amp;lt;= 4.0-1 rpmlib(CompressedFileNames) &amp;lt;= 3.0.4-1&lt;/P&gt;
&lt;P&gt;Requires(rpmlib): rpmlib(PayloadFilesHavePrefix) &amp;lt;= 4.0-1 rpmlib(CompressedFileNames) &amp;lt;= 3.0.4-1&lt;/P&gt;
&lt;P&gt;Requires: libc.so.6()(64bit) libgcc_s.so.1()(64bit) libm.so.6()(64bit) libstdc++.so.6()(64bit) libz.so.1()(64bit) linux-vdso.so.1()(64bit)&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;&lt;P&gt;And later:&lt;/P&gt;&lt;BLOCKQUOTE&gt;
&lt;P&gt;sudo /opt/freescale/ltib/usr/bin/rpm --dbpath /home/mpr/ltib-dev/rpmdb --prefix /home/mpr/ltib-dev/rootfs --ignorearch -ivh --force --excludedocs /home/mpr/ltib-dev/rpm/RPMS/arm/qt-embedded-4.6.3-1.arm.rpm&lt;/P&gt;
&lt;P&gt;error: failed dependencies:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; libc.so.6()(64bit)&amp;nbsp;&amp;nbsp; is needed by qt-embedded-4.6.3-1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; libgcc_s.so.1()(64bit)&amp;nbsp;&amp;nbsp; is needed by qt-embedded-4.6.3-1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; libm.so.6()(64bit)&amp;nbsp;&amp;nbsp; is needed by qt-embedded-4.6.3-1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; libstdc++.so.6()(64bit)&amp;nbsp;&amp;nbsp; is needed by qt-embedded-4.6.3-1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; libz.so.1()(64bit)&amp;nbsp;&amp;nbsp; is needed by qt-embedded-4.6.3-1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; linux-vdso.so.1()(64bit)&amp;nbsp;&amp;nbsp; is needed by qt-embedded-4.6.3-1&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
.&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;James, I wasn't clear from your previous message exactly what the solution was. Could you expand on how you got it to work please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2020 09:04:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Compile-Qt-for-i-mx51-libpng-problem/m-p/159445#M2987</guid>
      <dc:creator>MatthewRobinson</dc:creator>
      <dc:date>2020-10-29T09:04:50Z</dc:date>
    </item>
  </channel>
</rss>

