<?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: build QT5.7.1</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/build-QT5-7-1/m-p/641902#M97986</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Yuhundehao Yuhundehao,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully a user may be able to provide some help but may I suggest looking for help also on Qt forums? The i.MX BSP does not have Qt content for the 3.0.35 kernel so there is no information on how to build Qt for this kernel version.&lt;/P&gt;&lt;P&gt;My apologies for the inconvenience.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Feb 2017 18:15:20 GMT</pubDate>
    <dc:creator>gusarambula</dc:creator>
    <dc:date>2017-02-17T18:15:20Z</dc:date>
    <item>
      <title>build QT5.7.1</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/build-QT5-7-1/m-p/641901#M97985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My kernel is 3.0.35uboot is 2009.08 qmake and the configure configuration is as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;P&gt;include(../../common/linux.conf)&lt;BR /&gt;include(../../common/gcc-base-unix.conf)&lt;BR /&gt;include(../../common/g++-unix.conf)&lt;BR /&gt;#include(../../common/qws.conf)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# modifications to g++.conf&lt;BR /&gt;#QMAKE_CC = arm-fsl-linux-gnueabi-gcc &lt;BR /&gt;#QMAKE_CXX = arm-fsl-linux-gnueabi-g++ &lt;BR /&gt;#QMAKE_LINK = arm-fsl-linux-gnueabi-g++ &lt;BR /&gt;#QMAKE_LINK_SHLIB = arm-fsl-linux-gnueabi-g++ &lt;BR /&gt;QMAKE_CC = /opt/freescale/usr/local/gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12/fsl-linaro-toolchain/bin/arm-fsl-linux-gnueabi-gcc &lt;BR /&gt;QMAKE_CXX = /opt/freescale/usr/local/gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12/fsl-linaro-toolchain/bin/arm-fsl-linux-gnueabi-g++ &lt;BR /&gt;QMAKE_LINK = /opt/freescale/usr/local/gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12/fsl-linaro-toolchain/bin/arm-fsl-linux-gnueabi-g++ &lt;BR /&gt;QMAKE_LINK_SHLIB = /opt/freescale/usr/local/gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12/fsl-linaro-toolchain/bin/arm-fsl-linux-gnueabi-g++ &lt;BR /&gt;QMAKE_LFLAGS += -W1,rpath=/work/imx6/rootfs/usr/lib&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# modifications to linux.conf&lt;BR /&gt;#QMAKE_AR = arm-fsl-linux-gnueabi-ar cqs&lt;BR /&gt;#QMAKE_OBJCOPY = arm-fsl-linux-gnueabi-objcopy&lt;BR /&gt;#QMAKE_STRIP = arm-fsl-linux-gnueabi-strip&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QMAKE_AR = /opt/freescale/usr/local/gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12/fsl-linaro-toolchain/bin/arm-fsl-linux-gnueabi-ar cqs&lt;BR /&gt;QMAKE_OBJCOPY = /opt/freescale/usr/local/gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12/fsl-linaro-toolchain/bin/arm-fsl-linux-gnueabi-objcopy&lt;BR /&gt;QMAKE_STRIP = /opt/freescale/usr/local/gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12/fsl-linaro-toolchain/bin/arm-fsl-linux-gnueabi-strip&lt;BR /&gt;QMAKE_INCDIR = /work/imx6/rootfs/usr/include&lt;BR /&gt;QMAKE_INCDIR_OPENGL_ES2 = /work/imx6/rootfs/usr/include/GLES2&lt;BR /&gt;QMAKE_LIBDIR_OPENGL_ES2 = /work/imx6/rootfs/usr/lib&lt;BR /&gt;QMAKE_INCDIR_EGL = /work/imx6/rootfs/usr/include/EGL&lt;BR /&gt;QMAKE_LIBDIR_EGL = /work/imx6/rootfs/usr/lib&lt;BR /&gt;QMAKE_LIBDIR_GAL = /work/imx6/rootfs/usr/lib&lt;BR /&gt;QMAKE_INCDIR_GAL = /work/imx6/rootfs/usr/include/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QMAKE_LIBS_OPENGL_ES1 += -lGLESv1_CM -lEGL -lGAL&lt;BR /&gt;QMAKE_LIBS_OPENGL_ES1CL += -lGLES_CL -lEGL -lGAL&lt;BR /&gt;QMAKE_LIBS_EGL += -lEGL -lGAL&lt;BR /&gt;QMAKE_LIBS_OPENGL_ES2 += -lGLESv2 -lEGL -lGAL&lt;BR /&gt;QMAKE_LIBS_OPENVG += -lOpenVG -lEGL -lGAL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMX6_CFLAGS = -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1&lt;BR /&gt;IMX6_CFLAGS_RELEASE = -O2 $$IMX6_CFLAGS&lt;BR /&gt;QMAKE_CFLAGS_RELEASE += $$IMX6_CFLAGS_RELEASE&lt;BR /&gt;QMAKE_CXXFLAGS_RELEASE += $$IMX6_CFLAGS_RELEASE&lt;BR /&gt;QMAKE_CFLAGS_DEBUG += $$IMX6_CFLAGS&lt;BR /&gt;QMAKE_CXXFLAGS_DEBUG += $$IMX6_CFLAGS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;./configure \&lt;BR /&gt; -v \&lt;BR /&gt; -prefix /home/qt/qt5.7.1 \&lt;BR /&gt; -release \&lt;BR /&gt; -opensource \&lt;BR /&gt; -no-accessibility \&lt;BR /&gt; -make libs \&lt;BR /&gt; -device linux-imx6-g++ \&lt;BR /&gt; -device-option CROSS_COMPILE=/opt/freescale/usr/local/gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12/fsl-linaro-toolchain/bin/arm-fsl-linux-gnueabi- \&lt;BR /&gt; -optimized-qmake \&lt;BR /&gt; -c++std c++1z \&lt;BR /&gt; -pch \&lt;BR /&gt; -qt-sql-sqlite \&lt;BR /&gt; -qt-zlib \&lt;BR /&gt; -tslib \&lt;BR /&gt; -no-opengl \&lt;BR /&gt; -no-sse2 \&lt;BR /&gt; -no-openssl \&lt;BR /&gt; -no-cups \&lt;BR /&gt; -no-glib \&lt;BR /&gt; -no-pkg-config \&lt;BR /&gt; -no-separate-debug-info \&lt;BR /&gt; -I/home/qt/ts/include -L/home/qt/ts/lib&lt;/P&gt;&lt;P&gt;In the existing cross compiler tool version is 4.6.2 compiler QT5.7.1 out the following problems to be solved, if the cross tool version is too low to solve&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="QQ图片20170216162749.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/23960i04D2510EA271111B/image-size/large?v=v2&amp;amp;px=999" role="button" title="QQ图片20170216162749.png" alt="QQ图片20170216162749.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 08:30:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/build-QT5-7-1/m-p/641901#M97985</guid>
      <dc:creator>yuhundehao</dc:creator>
      <dc:date>2017-02-16T08:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: build QT5.7.1</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/build-QT5-7-1/m-p/641902#M97986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Yuhundehao Yuhundehao,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully a user may be able to provide some help but may I suggest looking for help also on Qt forums? The i.MX BSP does not have Qt content for the 3.0.35 kernel so there is no information on how to build Qt for this kernel version.&lt;/P&gt;&lt;P&gt;My apologies for the inconvenience.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2017 18:15:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/build-QT5-7-1/m-p/641902#M97986</guid>
      <dc:creator>gusarambula</dc:creator>
      <dc:date>2017-02-17T18:15:20Z</dc:date>
    </item>
  </channel>
</rss>

