Rasberry Pi QT cross-compiler setup step 16?

Sysprogs forums Forums Other tools & products Rasberry Pi QT cross-compiler setup step 16?

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #9041
    matbli
    Participant

    Hi,

    Trying to follow http://visualgdb.com/tutorials/raspberry/qt/embedded/ in order to eventually be able to build my Pi application on my Win PC and deploy on my Raspberry Pi 3 using visualGDB.

    Every thing works fine up until step 16. I am able to run configure script as described but it end with failure. I have run it with -verbose and enclosed to output in hope any one can provide some help.

    + cd qtbase
    + /c/download/qt-everywhere-opensource-src-5.5.0/qtbase/configure -top-level -platform win32-g++ -xplatform linux-arm-gnueabi-g++ -release -opengl es2 -device linux-rasp-pi2-g++ -sysroot C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -prefix /usr/local/qt5 -device-option CROSS_COMPILE=C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf- -qt-xcb -verbose
    Which edition of Qt do you want to use ?

    Type ‘c’ if you want to use the Commercial Edition.
    Type ‘o’ if you want to use the Open Source Edition.

    This is the Qt Open Source Edition.

    You are licensed to use this software under the terms of
    the Lesser GNU General Public License (LGPL) versions 2.1.
    You are also licensed to use this software under the terms of
    the GNU Lesser General Public License (LGPL) versions 3.

    Type ‘3’ to view the GNU Lesser General Public License version 3.
    Type ‘L’ to view the Lesser GNU General Public License version 2.1.
    Type ‘yes’ to accept this license offer.
    Type ‘no’ to decline this license offer.

    Do you accept the terms of either license?
    Performing shadow build…
    Preparing build tree…
    Precompiled-headers support enabled.
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -c -fvisibility=hidden fvisibility.c
    Symbol visibility control enabled.
    c:/sysgcc/raspberry/bin/../lib/gcc/arm-linux-gnueabihf/4.9/../../../../arm-linux-gnueabihf/bin/ld.gold.exe: -plugin: unknown option
    c:/sysgcc/raspberry/bin/../lib/gcc/arm-linux-gnueabihf/4.9/../../../../arm-linux-gnueabihf/bin/ld.gold.exe: use the –help option for usage information
    collect2.exe: error: ld returned 1 exit status
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -o libtest.so -shared -Wl,-Bsymbolic-functions -fPIC bsymbolic_functions.c
    bsymbolic_functions.c:2:2: error: #error “Symbolic function binding on this architecture may be broken, disabling it (see QTBUG-36129).”
    #error “Symbolic function binding on this architecture may be broken, disabling it (see QTBUG-36129).”
    ^
    Symbolic function binding disabled.
    tee: /dev/stderr: No such file or directory
    Creating qmake…
    make.exe: Nothing to be done for `first’.
    Running configuration tests…
    Determining architecture… ()
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -marm -mthumb-interwork -mfpu=neon-vfpv4 -mtune=cortex-a7 -mabi=aapcs-linux -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -g -Wall -W -fPIC -I../../../../qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/arch -I. -Ic:/download/qt-everywhere-opensource-src-5.5.0/qtbase/mkspecs/devices/linux-rasp-pi2-g++ -o arch.obj ../../../../qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/arch/arch.cpp
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -Wl,-rpath-link,C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot/opt/vc/lib -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -o arch arch.obj –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot
    Found architecture in binary
    CFG_ARCH=”arm”
    CFG_CPUFEATURES=” neon”
    Determining architecture… ()
    g++ -c -pipe -fno-keep-inline-dllexport -U__STRICT_ANSI__ -g -Wall -Wextra -fno-rtti -fexceptions -mthreads -DUNICODE -DQT_NO_DYNAMIC_CAST -I../../../../qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/arch -I. -Ic:/download/qt-everywhere-opensource-src-5.5.0/qtbase/mkspecs/win32-g++ -o arch.o ../../../../qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/arch/arch.cpp
    g++ -Wl,-subsystem,console -mthreads -o arch.exe arch.o
    Found architecture in binary
    CFG_HOST_ARCH=”i386″
    CFG_HOST_CPUFEATURES=””
    System architecture: ‘arm’
    Host architecture: ‘i386’
    C++11 auto-detection… ()
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -marm -mthumb-interwork -mfpu=neon-vfpv4 -mtune=cortex-a7 -mabi=aapcs-linux -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -O2 -std=c++0x -Wall -W -fPIC -IC:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/common/c++11 -Ic:/download/qt-build/qtbase/config.tests/common/c++11 -Ic:/download/qt-everywhere-opensource-src-5.5.0/qtbase/mkspecs/devices/linux-rasp-pi2-g++ -o c++11.obj C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/common/c++11/c++11.cpp
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -Wl,-rpath-link,C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot/opt/vc/lib -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -Wl,-O1 -o c++11 c++11.obj –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot
    C++11 enabled.
    sse2 auto-detection… ()
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -marm -mthumb-interwork -mfpu=neon-vfpv4 -mtune=cortex-a7 -mabi=aapcs-linux -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -msse2 -g -Wall -W -fPIC -IC:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/common/sse2 -Ic:/download/qt-build/qtbase/config.tests/common/sse2 -Ic:/download/qt-everywhere-opensource-src-5.5.0/qtbase/mkspecs/devices/linux-rasp-pi2-g++ -o sse2.obj C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/common/sse2/sse2.cpp
    arm-linux-gnueabihf-g++.exe: error: unrecognized command line option ‘-msse2’
    make.exe: *** [sse2.obj] Error 1
    sse2 disabled.
    ipc_sysv auto-detection… ()
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -marm -mthumb-interwork -mfpu=neon-vfpv4 -mtune=cortex-a7 -mabi=aapcs-linux -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -O2 -Wall -W -fPIC -IC:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/ipc_sysv -Ic:/download/qt-build/qtbase/config.tests/unix/ipc_sysv -Ic:/download/qt-everywhere-opensource-src-5.5.0/qtbase/mkspecs/devices/linux-rasp-pi2-g++ -o ipc.obj C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/ipc_sysv/ipc.cpp
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -Wl,-rpath-link,C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot/opt/vc/lib -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -Wl,-O1 -o ipc_sysv ipc.obj –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot
    ipc_sysv enabled.
    zlib auto-detection… ()
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -marm -mthumb-interwork -mfpu=neon-vfpv4 -mtune=cortex-a7 -mabi=aapcs-linux -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -O2 -Wall -W -fPIC -IC:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/zlib -Ic:/download/qt-build/qtbase/config.tests/unix/zlib -Ic:/download/qt-everywhere-opensource-src-5.5.0/qtbase/mkspecs/devices/linux-rasp-pi2-g++ -o zlib.obj C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/zlib/zlib.cpp
    C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/zlib/zlib.cpp: In function ‘int main(int, char**)’:
    C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/zlib/zlib.cpp:38:15: warning: variable ‘stream’ set but not used [-Wunused-but-set-variable]
    z_streamp stream;
    ^
    C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/zlib/zlib.cpp:40:17: warning: variable ‘ver’ set but not used [-Wunused-but-set-variable]
    const char *ver = zlibVersion();
    ^
    C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/zlib/zlib.cpp:43:9: warning: variable ‘res’ set but not used [-Wunused-but-set-variable]
    int res = compress2(0, 0, 0, 0, 1);
    ^
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -Wl,-rpath-link,C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot/opt/vc/lib -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -Wl,-O1 -o zlib zlib.obj –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -lz
    zlib enabled.
    mtdev auto-detection… ()
    Project ERROR: mtdev development package not found
    mtdev disabled.
    libjpeg auto-detection… ()
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -marm -mthumb-interwork -mfpu=neon-vfpv4 -mtune=cortex-a7 -mabi=aapcs-linux -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -O2 -Wall -W -fPIC -IC:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/libjpeg -Ic:/download/qt-build/qtbase/config.tests/unix/libjpeg -Ic:/download/qt-everywhere-opensource-src-5.5.0/qtbase/mkspecs/devices/linux-rasp-pi2-g++ -o libjpeg.obj C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/libjpeg/libjpeg.cpp
    C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/libjpeg/libjpeg.cpp:37:21: fatal error: jpeglib.h: No such file or directory
    #include <jpeglib.h>
    ^
    compilation terminated.
    make.exe: *** [libjpeg.obj] Error 1
    libjpeg disabled.
    libpng auto-detection… ()
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -marm -mthumb-interwork -mfpu=neon-vfpv4 -mtune=cortex-a7 -mabi=aapcs-linux -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -O2 -Wall -W -fPIC -IC:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/libpng -Ic:/download/qt-build/qtbase/config.tests/unix/libpng -Ic:/download/qt-everywhere-opensource-src-5.5.0/qtbase/mkspecs/devices/linux-rasp-pi2-g++ -o libpng.obj C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/libpng/libpng.cpp
    C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/libpng/libpng.cpp: In function ‘int main(int, char**)’:
    C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/libpng/libpng.cpp:42:17: warning: variable ‘png_ptr’ set but not used [-Wunused-but-set-variable]
    png_structp png_ptr;
    ^
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -Wl,-rpath-link,C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot/opt/vc/lib -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -Wl,-O1 -o libpng libpng.obj –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -lpng
    libpng enabled.
    DB2 auto-detection… ()
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -marm -mthumb-interwork -mfpu=neon-vfpv4 -mtune=cortex-a7 -mabi=aapcs-linux -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -O2 -Wall -W -fPIC -IC:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/db2 -Ic:/download/qt-build/qtbase/config.tests/unix/db2 -Ic:/download/qt-everywhere-opensource-src-5.5.0/qtbase/mkspecs/devices/linux-rasp-pi2-g++ -o db2.obj C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/db2/db2.cpp
    C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/db2/db2.cpp:34:20: fatal error: sqlcli.h: No such file or directory
    #include <sqlcli.h>
    ^
    compilation terminated.
    make.exe: *** [db2.obj] Error 1
    DB2 disabled.
    InterBase auto-detection… ()
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -marm -mthumb-interwork -mfpu=neon-vfpv4 -mtune=cortex-a7 -mabi=aapcs-linux -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -O2 -Wall -W -fPIC -IC:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/ibase -Ic:/download/qt-build/qtbase/config.tests/unix/ibase -Ic:/download/qt-everywhere-opensource-src-5.5.0/qtbase/mkspecs/devices/linux-rasp-pi2-g++ -o ibase.obj C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/ibase/ibase.cpp
    C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/ibase/ibase.cpp:34:19: fatal error: ibase.h: No such file or directory
    #include <ibase.h>
    ^
    compilation terminated.
    make.exe: *** [ibase.obj] Error 1
    InterBase disabled.
    MySQL (thread-safe) auto-detection… ()
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -marm -mthumb-interwork -mfpu=neon-vfpv4 -mtune=cortex-a7 -mabi=aapcs-linux -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -O2 -Wall -W -fPIC -IC:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/mysql_r -Ic:/download/qt-build/qtbase/config.tests/unix/mysql_r -Ic:/download/qt-everywhere-opensource-src-5.5.0/qtbase/mkspecs/devices/linux-rasp-pi2-g++ -o mysql.obj C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/mysql/mysql.cpp
    C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/mysql/mysql.cpp:34:19: fatal error: mysql.h: No such file or directory
    #include “mysql.h”
    ^
    compilation terminated.
    make.exe: *** [mysql.obj] Error 1
    MySQL (thread-safe) disabled.
    MySQL (thread-unsafe) auto-detection… ()
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -marm -mthumb-interwork -mfpu=neon-vfpv4 -mtune=cortex-a7 -mabi=aapcs-linux -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -O2 -Wall -W -fPIC -IC:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/mysql -Ic:/download/qt-build/qtbase/config.tests/unix/mysql -Ic:/download/qt-everywhere-opensource-src-5.5.0/qtbase/mkspecs/devices/linux-rasp-pi2-g++ -o mysql.obj C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/mysql/mysql.cpp
    C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/mysql/mysql.cpp:34:19: fatal error: mysql.h: No such file or directory
    #include “mysql.h”
    ^
    compilation terminated.
    make.exe: *** [mysql.obj] Error 1
    MySQL (thread-unsafe) disabled.
    OCI auto-detection… ()
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -marm -mthumb-interwork -mfpu=neon-vfpv4 -mtune=cortex-a7 -mabi=aapcs-linux -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -O2 -Wall -W -fPIC -IC:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/oci -Ic:/download/qt-build/qtbase/config.tests/unix/oci -Ic:/download/qt-everywhere-opensource-src-5.5.0/qtbase/mkspecs/devices/linux-rasp-pi2-g++ -o oci.obj C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/oci/oci.cpp
    C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/oci/oci.cpp:34:17: fatal error: oci.h: No such file or directory
    #include <oci.h>
    ^
    compilation terminated.
    make.exe: *** [oci.obj] Error 1
    OCI disabled.
    ODBC auto-detection… ()
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -marm -mthumb-interwork -mfpu=neon-vfpv4 -mtune=cortex-a7 -mabi=aapcs-linux -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -O2 -Wall -W -fPIC -IC:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/odbc -Ic:/download/qt-build/qtbase/config.tests/unix/odbc -Ic:/download/qt-everywhere-opensource-src-5.5.0/qtbase/mkspecs/devices/linux-rasp-pi2-g++ -o odbc.obj C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/odbc/odbc.cpp
    C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/odbc/odbc.cpp:37:17: fatal error: sql.h: No such file or directory
    #include <sql.h>
    ^
    compilation terminated.
    make.exe: *** [odbc.obj] Error 1
    ODBC disabled.
    iODBC auto-detection… ()
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -marm -mthumb-interwork -mfpu=neon-vfpv4 -mtune=cortex-a7 -mabi=aapcs-linux -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -O2 -Wall -W -fPIC -IC:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/iodbc -Ic:/download/qt-build/qtbase/config.tests/unix/iodbc -Ic:/download/qt-everywhere-opensource-src-5.5.0/qtbase/mkspecs/devices/linux-rasp-pi2-g++ -o iodbc.obj C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/iodbc/iodbc.cpp
    C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/iodbc/iodbc.cpp:34:17: fatal error: sql.h: No such file or directory
    #include <sql.h>
    ^
    compilation terminated.
    make.exe: *** [iodbc.obj] Error 1
    iODBC disabled.
    PostgreSQL auto-detection… ()
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -marm -mthumb-interwork -mfpu=neon-vfpv4 -mtune=cortex-a7 -mabi=aapcs-linux -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -O2 -Wall -W -fPIC -IC:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/psql -Ic:/download/qt-build/qtbase/config.tests/unix/psql -Ic:/download/qt-everywhere-opensource-src-5.5.0/qtbase/mkspecs/devices/linux-rasp-pi2-g++ -o psql.obj C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/psql/psql.cpp
    C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/psql/psql.cpp:34:22: fatal error: libpq-fe.h: No such file or directory
    #include “libpq-fe.h”
    ^
    compilation terminated.
    make.exe: *** [psql.obj] Error 1
    PostgreSQL disabled.
    SQLite2 auto-detection… ()
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -marm -mthumb-interwork -mfpu=neon-vfpv4 -mtune=cortex-a7 -mabi=aapcs-linux -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -O2 -Wall -W -fPIC -IC:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/sqlite2 -Ic:/download/qt-build/qtbase/config.tests/unix/sqlite2 -Ic:/download/qt-everywhere-opensource-src-5.5.0/qtbase/mkspecs/devices/linux-rasp-pi2-g++ -o sqlite2.obj C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/sqlite2/sqlite2.cpp
    C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/sqlite2/sqlite2.cpp:34:20: fatal error: sqlite.h: No such file or directory
    #include <sqlite.h>
    ^
    compilation terminated.
    make.exe: *** [sqlite2.obj] Error 1
    SQLite2 disabled.
    TDS auto-detection… ()
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -marm -mthumb-interwork -mfpu=neon-vfpv4 -mtune=cortex-a7 -mabi=aapcs-linux -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -O2 -Wall -W -fPIC -IC:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/tds -Ic:/download/qt-build/qtbase/config.tests/unix/tds -Ic:/download/qt-everywhere-opensource-src-5.5.0/qtbase/mkspecs/devices/linux-rasp-pi2-g++ -o tds.obj C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/tds/tds.cpp
    C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/tds/tds.cpp:34:22: fatal error: sybfront.h: No such file or directory
    #include <sybfront.h>
    ^
    compilation terminated.
    make.exe: *** [tds.obj] Error 1
    TDS disabled.
    NIS auto-detection… ()
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -marm -mthumb-interwork -mfpu=neon-vfpv4 -mtune=cortex-a7 -mabi=aapcs-linux -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -O2 -Wall -W -fPIC -IC:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/nis -Ic:/download/qt-build/qtbase/config.tests/unix/nis -Ic:/download/qt-everywhere-opensource-src-5.5.0/qtbase/mkspecs/devices/linux-rasp-pi2-g++ -o nis.obj C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/nis/nis.cpp
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -Wl,-rpath-link,C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot/opt/vc/lib -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -Wl,-O1 -o nis nis.obj –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -lnsl
    NIS enabled.
    Cups auto-detection… ()
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -marm -mthumb-interwork -mfpu=neon-vfpv4 -mtune=cortex-a7 -mabi=aapcs-linux -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -O2 -Wall -W -fPIC -IC:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/cups -Ic:/download/qt-build/qtbase/config.tests/unix/cups -Ic:/download/qt-everywhere-opensource-src-5.5.0/qtbase/mkspecs/devices/linux-rasp-pi2-g++ -o cups.obj C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/cups/cups.cpp
    C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/cups/cups.cpp:34:23: fatal error: cups/cups.h: No such file or directory
    #include <cups/cups.h>
    ^
    compilation terminated.
    make.exe: *** [cups.obj] Error 1
    Cups disabled.
    POSIX iconv auto-detection… ()
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -marm -mthumb-interwork -mfpu=neon-vfpv4 -mtune=cortex-a7 -mabi=aapcs-linux -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -O2 -Wall -W -fPIC -IC:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/iconv -Ic:/download/qt-build/qtbase/config.tests/unix/iconv -Ic:/download/qt-everywhere-opensource-src-5.5.0/qtbase/mkspecs/devices/linux-rasp-pi2-g++ -o iconv.obj C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/iconv/iconv.cpp
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -Wl,-rpath-link,C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot/opt/vc/lib -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -Wl,-O1 -o iconv iconv.obj –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot
    POSIX iconv enabled.
    libproxy auto-detection… ()
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -marm -mthumb-interwork -mfpu=neon-vfpv4 -mtune=cortex-a7 -mabi=aapcs-linux -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -O2 -Wall -W -fPIC -IC:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/common/libproxy -Ic:/download/qt-build/qtbase/config.tests/common/libproxy -Ic:/download/qt-everywhere-opensource-src-5.5.0/qtbase/mkspecs/devices/linux-rasp-pi2-g++ -o libproxy.obj C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/common/libproxy/libproxy.cpp
    C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/common/libproxy/libproxy.cpp:36:19: fatal error: proxy.h: No such file or directory
    #include <proxy.h>
    ^
    compilation terminated.
    make.exe: *** [libproxy.obj] Error 1
    libproxy disabled.
    Glib auto-detection… ()
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -marm -mthumb-interwork -mfpu=neon-vfpv4 -mtune=cortex-a7 -mabi=aapcs-linux -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -O2 -Wall -W -fPIC -IC:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/glib -Ic:/download/qt-build/qtbase/config.tests/unix/glib -Ic:/download/qt-everywhere-opensource-src-5.5.0/qtbase/mkspecs/devices/linux-rasp-pi2-g++ -o glib.obj C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/glib/glib.cpp
    C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/glib/glib.cpp:36:18: fatal error: glib.h: No such file or directory
    #include <glib.h>
    ^
    compilation terminated.
    make.exe: *** [glib.obj] Error 1
    Glib disabled.
    ICU auto-detection… ()
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -marm -mthumb-interwork -mfpu=neon-vfpv4 -mtune=cortex-a7 -mabi=aapcs-linux -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -O2 -Wall -W -fPIC -IC:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/icu -Ic:/download/qt-build/qtbase/config.tests/unix/icu -Ic:/download/qt-everywhere-opensource-src-5.5.0/qtbase/mkspecs/devices/linux-rasp-pi2-g++ -o icu.obj C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/icu/icu.cpp
    C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/icu/icu.cpp:34:28: fatal error: unicode/utypes.h: No such file or directory
    #include <unicode/utypes.h>
    ^
    compilation terminated.
    make.exe: *** [icu.obj] Error 1
    ICU disabled.
    PulseAudio auto-detection… ()
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -marm -mthumb-interwork -mfpu=neon-vfpv4 -mtune=cortex-a7 -mabi=aapcs-linux -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -O2 -Wall -W -fPIC -IC:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/pulseaudio -Ic:/download/qt-build/qtbase/config.tests/unix/pulseaudio -Ic:/download/qt-everywhere-opensource-src-5.5.0/qtbase/mkspecs/devices/linux-rasp-pi2-g++ -o pulseaudio.obj C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/pulseaudio/pulseaudio.cpp
    C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/pulseaudio/pulseaudio.cpp:34:30: fatal error: pulse/pulseaudio.h: No such file or directory
    #include <pulse/pulseaudio.h>
    ^
    compilation terminated.
    make.exe: *** [pulseaudio.obj] Error 1
    PulseAudio disabled.
    OpenGL auto-detection… ()
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -marm -mthumb-interwork -mfpu=neon-vfpv4 -mtune=cortex-a7 -mabi=aapcs-linux -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -O2 -Wall -W -fPIC -IC:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/opengles2 -Ic:/download/qt-build/qtbase/config.tests/unix/opengles2 -IC:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot/opt/vc/include -IC:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot/opt/vc/include/interface/vcos/pthreads -IC:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot/opt/vc/include/interface/vmcs_host/linux -Ic:/download/qt-everywhere-opensource-src-5.5.0/qtbase/mkspecs/devices/linux-rasp-pi2-g++ -o opengles2.obj C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/opengles2/opengles2.cpp
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -Wl,-rpath-link,C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot/opt/vc/lib -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -Wl,-O1 -o opengles2 opengles2.obj –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -LC:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot/opt/vc/lib -lGLESv2
    OpenGL enabled.
    OpenGL auto-detection… ()
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -marm -mthumb-interwork -mfpu=neon-vfpv4 -mtune=cortex-a7 -mabi=aapcs-linux -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -O2 -Wall -W -fPIC -IC:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/opengles3 -Ic:/download/qt-build/qtbase/config.tests/unix/opengles3 -IC:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot/opt/vc/include -IC:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot/opt/vc/include/interface/vcos/pthreads -IC:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot/opt/vc/include/interface/vmcs_host/linux -Ic:/download/qt-everywhere-opensource-src-5.5.0/qtbase/mkspecs/devices/linux-rasp-pi2-g++ -o opengles3.obj C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/opengles3/opengles3.cpp
    C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/opengles3/opengles3.cpp:37:25: fatal error: GLES3/gl3.h: No such file or directory
    #include <GLES3/gl3.h>
    ^
    compilation terminated.
    make.exe: *** [opengles3.obj] Error 1
    OpenGL disabled.
    OpenGL auto-detection… ()
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -marm -mthumb-interwork -mfpu=neon-vfpv4 -mtune=cortex-a7 -mabi=aapcs-linux -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -O2 -Wall -W -fPIC -IC:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/opengles31 -Ic:/download/qt-build/qtbase/config.tests/unix/opengles31 -IC:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot/opt/vc/include -IC:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot/opt/vc/include/interface/vcos/pthreads -IC:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot/opt/vc/include/interface/vmcs_host/linux -Ic:/download/qt-everywhere-opensource-src-5.5.0/qtbase/mkspecs/devices/linux-rasp-pi2-g++ -o opengles31.obj C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/opengles31/opengles31.cpp
    C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/opengles31/opengles31.cpp:34:24: fatal error: GLES3/gl31.h: No such file or directory
    #include <GLES3/gl31.h>
    ^
    compilation terminated.
    make.exe: *** [opengles31.obj] Error 1
    OpenGL disabled.
    FontConfig auto-detection… ()
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -marm -mthumb-interwork -mfpu=neon-vfpv4 -mtune=cortex-a7 -mabi=aapcs-linux -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -O2 -Wall -W -fPIC -IC:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/fontconfig -Ic:/download/qt-build/qtbase/config.tests/unix/fontconfig -Ic:/download/qt-everywhere-opensource-src-5.5.0/qtbase/mkspecs/devices/linux-rasp-pi2-g++ -o fontconfig.obj C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/fontconfig/fontconfig.cpp
    C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/fontconfig/fontconfig.cpp:34:22: fatal error: ft2build.h: No such file or directory
    #include <ft2build.h>
    ^
    compilation terminated.
    make.exe: *** [fontconfig.obj] Error 1
    FontConfig disabled.
    libudev auto-detection… ()
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -marm -mthumb-interwork -mfpu=neon-vfpv4 -mtune=cortex-a7 -mabi=aapcs-linux -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -O2 -Wall -W -fPIC -IC:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/libudev -Ic:/download/qt-build/qtbase/config.tests/unix/libudev -Ic:/download/qt-everywhere-opensource-src-5.5.0/qtbase/mkspecs/devices/linux-rasp-pi2-g++ -o libudev.obj C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/libudev/libudev.cpp
    C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/libudev/libudev.cpp:34:21: fatal error: libudev.h: No such file or directory
    #include <libudev.h>
    ^
    compilation terminated.
    make.exe: *** [libudev.obj] Error 1
    libudev disabled.
    evdev auto-detection… ()
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -marm -mthumb-interwork -mfpu=neon-vfpv4 -mtune=cortex-a7 -mabi=aapcs-linux -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -O2 -Wall -W -fPIC -IC:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/evdev -Ic:/download/qt-build/qtbase/config.tests/unix/evdev -Ic:/download/qt-everywhere-opensource-src-5.5.0/qtbase/mkspecs/devices/linux-rasp-pi2-g++ -o evdev.obj C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/evdev/evdev.cpp
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -Wl,-rpath-link,C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot/opt/vc/lib -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -Wl,-O1 -o evdev evdev.obj –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot
    evdev enabled.
    tslib auto-detection… ()
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -marm -mthumb-interwork -mfpu=neon-vfpv4 -mtune=cortex-a7 -mabi=aapcs-linux -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -O2 -Wall -W -fPIC -IC:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/tslib -Ic:/download/qt-build/qtbase/config.tests/unix/tslib -Ic:/download/qt-everywhere-opensource-src-5.5.0/qtbase/mkspecs/devices/linux-rasp-pi2-g++ -o tslib.obj C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/tslib/tslib.cpp
    C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/tslib/tslib.cpp:34:19: fatal error: tslib.h: No such file or directory
    #include <tslib.h>
    ^
    compilation terminated.
    make.exe: *** [tslib.obj] Error 1
    tslib disabled.
    xkbcommon auto-detection… ()
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -marm -mthumb-interwork -mfpu=neon-vfpv4 -mtune=cortex-a7 -mabi=aapcs-linux -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -O2 -Wall -W -fPIC -IC:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/xkbcommon -Ic:/download/qt-build/qtbase/config.tests/unix/xkbcommon -Ic:/download/qt-everywhere-opensource-src-5.5.0/qtbase/mkspecs/devices/linux-rasp-pi2-g++ -o xkbcommon.obj C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/xkbcommon/xkbcommon.cpp
    C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/xkbcommon/xkbcommon.cpp:34:33: fatal error: xkbcommon/xkbcommon.h: No such file or directory
    #include <xkbcommon/xkbcommon.h>
    ^
    compilation terminated.
    make.exe: *** [xkbcommon.obj] Error 1
    xkbcommon disabled.
    XLib auto-detection… ()
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -marm -mthumb-interwork -mfpu=neon-vfpv4 -mtune=cortex-a7 -mabi=aapcs-linux -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -O2 -Wall -W -fPIC -IC:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/x11/xlib -Ic:/download/qt-build/qtbase/config.tests/x11/xlib -Ic:/download/qt-everywhere-opensource-src-5.5.0/qtbase/mkspecs/devices/linux-rasp-pi2-g++ -o xlib.obj C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/x11/xlib/xlib.cpp
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -Wl,-rpath-link,C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot/opt/vc/lib -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -Wl,-O1 -o xlib xlib.obj –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -lXext -lX11 -lm
    XLib enabled.
    Xrender auto-detection… ()
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -marm -mthumb-interwork -mfpu=neon-vfpv4 -mtune=cortex-a7 -mabi=aapcs-linux -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -O2 -Wall -W -fPIC -IC:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/x11/xrender -Ic:/download/qt-build/qtbase/config.tests/x11/xrender -Ic:/download/qt-everywhere-opensource-src-5.5.0/qtbase/mkspecs/devices/linux-rasp-pi2-g++ -o xrender.obj C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/x11/xrender/xrender.cpp
    C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/x11/xrender/xrender.cpp: In function ‘int main(int, char**)’:
    C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/x11/xrender/xrender.cpp:42:24: warning: variable ‘format’ set but not used [-Wunused-but-set-variable]
    XRenderPictFormat *format;
    ^
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -Wl,-rpath-link,C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot/opt/vc/lib -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -Wl,-O1 -o xrender xrender.obj –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -lXrender -lXext -lX11 -lm
    Xrender enabled.
    XInput2 auto-detection… ()
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -marm -mthumb-interwork -mfpu=neon-vfpv4 -mtune=cortex-a7 -mabi=aapcs-linux -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -O2 -Wall -W -fPIC -IC:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/x11/xinput2 -Ic:/download/qt-build/qtbase/config.tests/x11/xinput2 -Ic:/download/qt-everywhere-opensource-src-5.5.0/qtbase/mkspecs/devices/linux-rasp-pi2-g++ -o xinput2.obj C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/x11/xinput2/xinput2.cpp
    C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/x11/xinput2/xinput2.cpp: In function ‘int main(int, char**)’:
    C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/x11/xinput2/xinput2.cpp:51:14: warning: variable ‘xievent’ set but not used [-Wunused-but-set-variable]
    XIEvent *xievent;
    ^
    C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/x11/xinput2/xinput2.cpp:54:20: warning: variable ‘xideviceevent’ set but not used [-Wunused-but-set-variable]
    XIDeviceEvent *xideviceevent;
    ^
    C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/x11/xinput2/xinput2.cpp:57:23: warning: variable ‘xihierarchyevent’ set but not used [-Wunused-but-set-variable]
    XIHierarchyEvent *xihierarchyevent;
    ^
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -Wl,-rpath-link,C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot/opt/vc/lib -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -Wl,-O1 -o xinput2 xinput2.obj –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -lXi -lXext -lX11 -lm
    XInput2 enabled.
    xcb auto-detection… ()
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -marm -mthumb-interwork -mfpu=neon-vfpv4 -mtune=cortex-a7 -mabi=aapcs-linux -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -O2 -Wall -W -fPIC -IC:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/qpa/xcb -Ic:/download/qt-build/qtbase/config.tests/qpa/xcb -Ic:/download/qt-everywhere-opensource-src-5.5.0/qtbase/mkspecs/devices/linux-rasp-pi2-g++ -o xcb.obj C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/qpa/xcb/xcb.cpp
    C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/qpa/xcb/xcb.cpp: In function ‘int main(int, char**)’:
    C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/qpa/xcb/xcb.cpp:39:23: warning: unused variable ‘t’ [-Wunused-variable]
    xcb_connection_t *t = xcb_connect(“”, &primaryScreen);
    ^
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -Wl,-rpath-link,C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot/opt/vc/lib -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -Wl,-O1 -o xcb xcb.obj –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -lxcb
    xcb enabled.
    xcb-xlib auto-detection… ()
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -marm -mthumb-interwork -mfpu=neon-vfpv4 -mtune=cortex-a7 -mabi=aapcs-linux -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -O2 -Wall -W -fPIC -IC:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/qpa/xcb-xlib -Ic:/download/qt-build/qtbase/config.tests/qpa/xcb-xlib -Ic:/download/qt-everywhere-opensource-src-5.5.0/qtbase/mkspecs/devices/linux-rasp-pi2-g++ -o xcb-xlib.obj C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/qpa/xcb-xlib/xcb-xlib.cpp
    C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/qpa/xcb-xlib/xcb-xlib.cpp: In function ‘int main(int, char**)’:
    C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/qpa/xcb-xlib/xcb-xlib.cpp:41:23: warning: unused variable ‘connection’ [-Wunused-variable]
    xcb_connection_t *connection = XGetXCBConnection(dpy);
    ^
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -Wl,-rpath-link,C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot/opt/vc/lib -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -Wl,-O1 -o xcb-xlib xcb-xlib.obj –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -lxcb -lX11 -lX11-xcb
    xcb-xlib enabled.
    LinuxFB auto-detection… ()
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -marm -mthumb-interwork -mfpu=neon-vfpv4 -mtune=cortex-a7 -mabi=aapcs-linux -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -O2 -Wall -W -fPIC -IC:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/qpa/linuxfb -Ic:/download/qt-build/qtbase/config.tests/qpa/linuxfb -Ic:/download/qt-everywhere-opensource-src-5.5.0/qtbase/mkspecs/devices/linux-rasp-pi2-g++ -o linuxfb.obj C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/qpa/linuxfb/linuxfb.cpp
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -Wl,-rpath-link,C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot/opt/vc/lib -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -Wl,-O1 -o linuxfb linuxfb.obj –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot
    LinuxFB enabled.
    KMS auto-detection… ()
    Project ERROR: libdrm development package not found
    KMS disabled.
    EGL auto-detection… ()
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -marm -mthumb-interwork -mfpu=neon-vfpv4 -mtune=cortex-a7 -mabi=aapcs-linux -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -O2 -Wall -W -fPIC -IC:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/qpa/egl -Ic:/download/qt-build/qtbase/config.tests/qpa/egl -IC:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot/opt/vc/include -IC:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot/opt/vc/include/interface/vcos/pthreads -IC:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot/opt/vc/include/interface/vmcs_host/linux -Ic:/download/qt-everywhere-opensource-src-5.5.0/qtbase/mkspecs/devices/linux-rasp-pi2-g++ -o egl.obj C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/qpa/egl/egl.cpp
    C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/qpa/egl/egl.cpp: In function ‘int main(int, char**)’:
    C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/qpa/egl/egl.cpp:38:12: warning: unused variable ‘x’ [-Wunused-variable]
    EGLint x = 0;
    ^
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -Wl,-rpath-link,C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot/opt/vc/lib -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -Wl,-O1 -o egl egl.obj –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -LC:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot/opt/vc/lib -lEGL -lGLESv2
    EGL enabled.
    EGL-X11 auto-detection… ()
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -marm -mthumb-interwork -mfpu=neon-vfpv4 -mtune=cortex-a7 -mabi=aapcs-linux -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -O2 -Wall -W -fPIC -IC:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/qpa/egl-x11 -Ic:/download/qt-build/qtbase/config.tests/qpa/egl-x11 -IC:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot/opt/vc/include -IC:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot/opt/vc/include/interface/vcos/pthreads -IC:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot/opt/vc/include/interface/vmcs_host/linux -Ic:/download/qt-everywhere-opensource-src-5.5.0/qtbase/mkspecs/devices/linux-rasp-pi2-g++ -o egl-x11.obj C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/qpa/egl-x11/egl-x11.cpp
    In file included from C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/qpa/egl-x11/egl-x11.cpp:34:0:
    C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/qpa/egl-x11/egl-x11.cpp: In function ‘int main(int, char**)’:
    C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot/opt/vc/include/EGL/egl.h:68:54: error: invalid conversion from ‘EGLNativeDisplayType {aka void*}’ to ‘Display* {aka _XDisplay*}’ [-fpermissive]
    #define EGL_DEFAULT_DISPLAY ((EGLNativeDisplayType)0)
    ^
    C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/qpa/egl-x11/egl-x11.cpp:47:20: note: in expansion of macro ‘EGL_DEFAULT_DISPLAY’
    Display *dpy = EGL_DEFAULT_DISPLAY;
    ^
    C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/qpa/egl-x11/egl-x11.cpp:49:9: error: invalid conversion from ‘EGLNativeDisplayType {aka void*}’ to ‘Display* {aka _XDisplay*}’ [-fpermissive]
    dpy = egldpy;
    ^
    C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/qpa/egl-x11/egl-x11.cpp:50:79: error: invalid conversion from ‘Window {aka long unsigned int}’ to ‘EGLNativeWindowType {aka void*}’ [-fpermissive]
    EGLNativeWindowType w = XCreateWindow(dpy, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
    ^
    C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/qpa/egl-x11/egl-x11.cpp:51:26: error: invalid conversion from ‘EGLNativeWindowType {aka void*}’ to ‘Window {aka long unsigned int}’ [-fpermissive]
    XDestroyWindow(dpy, w);
    ^
    In file included from C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/qpa/egl-x11/egl-x11.cpp:36:0:
    C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot/usr/include/X11/Xlib.h:2255:12: note: initializing argument 2 of ‘int XDestroyWindow(Display*, Window)’
    extern int XDestroyWindow(
    ^
    make.exe: *** [egl-x11.obj] Error 1
    EGL-X11 disabled.
    eglfs-brcm auto-detection… ()
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -marm -mthumb-interwork -mfpu=neon-vfpv4 -mtune=cortex-a7 -mabi=aapcs-linux -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -O2 -Wall -W -fPIC -IC:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/qpa/eglfs-brcm -Ic:/download/qt-build/qtbase/config.tests/qpa/eglfs-brcm -IC:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot/opt/vc/include -IC:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot/opt/vc/include/interface/vcos/pthreads -IC:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot/opt/vc/include/interface/vmcs_host/linux -Ic:/download/qt-everywhere-opensource-src-5.5.0/qtbase/mkspecs/devices/linux-rasp-pi2-g++ -o eglfs-brcm.obj C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/qpa/eglfs-brcm/eglfs-brcm.cpp
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -Wl,-rpath-link,C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot/opt/vc/lib -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -Wl,-O1 -o eglfs-brcm eglfs-brcm.obj –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -LC:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot/opt/vc/lib -lEGL -lGLESv2 -lbcm_host
    eglfs-brcm enabled.
    eglfs-mali auto-detection… ()
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -marm -mthumb-interwork -mfpu=neon-vfpv4 -mtune=cortex-a7 -mabi=aapcs-linux -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -O2 -Wall -W -fPIC -IC:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/qpa/eglfs-mali -Ic:/download/qt-build/qtbase/config.tests/qpa/eglfs-mali -Ic:/download/qt-everywhere-opensource-src-5.5.0/qtbase/mkspecs/devices/linux-rasp-pi2-g++ -o eglfs-mali.obj C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/qpa/eglfs-mali/eglfs-mali.cpp
    C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/qpa/eglfs-mali/eglfs-mali.cpp:34:30: fatal error: EGL/fbdev_window.h: No such file or directory
    #include <EGL/fbdev_window.h>
    ^
    compilation terminated.
    make.exe: *** [eglfs-mali.obj] Error 1
    eglfs-mali disabled.
    eglfs-viv auto-detection… ()
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -marm -mthumb-interwork -mfpu=neon-vfpv4 -mtune=cortex-a7 -mabi=aapcs-linux -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -O2 -Wall -W -fPIC -DLINUX=1 -DEGL_API_FB=1 -IC:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/qpa/eglfs-viv -Ic:/download/qt-build/qtbase/config.tests/qpa/eglfs-viv -Ic:/download/qt-everywhere-opensource-src-5.5.0/qtbase/mkspecs/devices/linux-rasp-pi2-g++ -o eglfs-viv.obj C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/qpa/eglfs-viv/eglfs-viv.cpp
    C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/qpa/eglfs-viv/eglfs-viv.cpp:34:21: fatal error: EGL/egl.h: No such file or directory
    #include <EGL/egl.h>
    ^
    compilation terminated.
    make.exe: *** [eglfs-viv.obj] Error 1
    eglfs-viv disabled.
    WARNING: Unable to find file .device.vars
    FreeType auto-detection… ()
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -marm -mthumb-interwork -mfpu=neon-vfpv4 -mtune=cortex-a7 -mabi=aapcs-linux -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -O2 -Wall -W -fPIC -IC:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/freetype -Ic:/download/qt-build/qtbase/config.tests/unix/freetype -Ic:/download/qt-everywhere-opensource-src-5.5.0/qtbase/mkspecs/devices/linux-rasp-pi2-g++ -o freetype.obj C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/freetype/freetype.cpp
    C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/freetype/freetype.cpp:34:22: fatal error: ft2build.h: No such file or directory
    #include <ft2build.h>
    ^
    compilation terminated.
    make.exe: *** [freetype.obj] Error 1
    FreeType disabled.
    STL auto-detection… ()
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -marm -mthumb-interwork -mfpu=neon-vfpv4 -mtune=cortex-a7 -mabi=aapcs-linux -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -O2 -Wall -W -fPIC -IC:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/stl -Ic:/download/qt-build/qtbase/config.tests/unix/stl -Ic:/download/qt-everywhere-opensource-src-5.5.0/qtbase/mkspecs/devices/linux-rasp-pi2-g++ -o stltest.obj C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/stl/stltest.cpp
    C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/stl/stltest.cpp: In function ‘int main()’:
    C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/stl/stltest.cpp:128:13: warning: variable ‘first’ set but not used [-Wunused-but-set-variable]
    int first = (*m1it).first;
    ^
    C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/stl/stltest.cpp:130:16: warning: variable ‘second’ set but not used [-Wunused-but-set-variable]
    double second = (*m1it).second;
    ^
    C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/stl/stltest.cpp:101:9: warning: variable ‘v1size’ set but not used [-Wunused-but-set-variable]
    int v1size = v1.size();
    ^
    C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/stl/stltest.cpp:103:9: warning: variable ‘v1capacity’ set but not used [-Wunused-but-set-variable]
    int v1capacity = v1.capacity();
    ^
    C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/stl/stltest.cpp:107:10: warning: variable ‘v1notfound’ set but not used [-Wunused-but-set-variable]
    bool v1notfound = (v1it == v1.end());
    ^
    C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/stl/stltest.cpp:111:10: warning: variable ‘v1found’ set but not used [-Wunused-but-set-variable]
    bool v1found = (v1it != v1.end());
    ^
    C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/stl/stltest.cpp:116:9: warning: variable ‘v2size’ set but not used [-Wunused-but-set-variable]
    int v2size = v2.size();
    ^
    C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/stl/stltest.cpp:124:9: warning: variable ‘m1size’ set but not used [-Wunused-but-set-variable]
    int m1size = m1.size();
    ^
    C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/stl/stltest.cpp:134:9: warning: variable ‘m2size’ set but not used [-Wunused-but-set-variable]
    int m2size = m2.size();
    ^
    C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/stl/stltest.cpp:138:9: warning: unused variable ‘n’ [-Wunused-variable]
    int n = std::distance(it1, it2);
    ^
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -Wl,-rpath-link,C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot/opt/vc/lib -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -Wl,-O1 -o stl stltest.obj –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot
    STL enabled.
    POSIX clock_gettime() auto-detection… ()
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -marm -mthumb-interwork -mfpu=neon-vfpv4 -mtune=cortex-a7 -mabi=aapcs-linux -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -O2 -Wall -W -fPIC -IC:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/clock-gettime -Ic:/download/qt-build/qtbase/config.tests/unix/clock-gettime -Ic:/download/qt-everywhere-opensource-src-5.5.0/qtbase/mkspecs/devices/linux-rasp-pi2-g++ -o clock-gettime.obj C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/clock-gettime/clock-gettime.cpp
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -Wl,-rpath-link,C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot/opt/vc/lib -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -Wl,-O1 -o clock-gettime clock-gettime.obj –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -lrt
    POSIX clock_gettime() enabled.
    POSIX Monotonic Clock auto-detection… ()
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -marm -mthumb-interwork -mfpu=neon-vfpv4 -mtune=cortex-a7 -mabi=aapcs-linux -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -O2 -Wall -W -fPIC -IC:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/clock-monotonic -Ic:/download/qt-build/qtbase/config.tests/unix/clock-monotonic -Ic:/download/qt-everywhere-opensource-src-5.5.0/qtbase/mkspecs/devices/linux-rasp-pi2-g++ -o clock-monotonic.obj C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/clock-monotonic/clock-monotonic.cpp
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -Wl,-rpath-link,C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot/opt/vc/lib -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -Wl,-O1 -o clock-monotonic clock-monotonic.obj –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -lrt
    POSIX Monotonic Clock enabled.
    posix_fallocate auto-detection… ()
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -marm -mthumb-interwork -mfpu=neon-vfpv4 -mtune=cortex-a7 -mabi=aapcs-linux -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -O2 -Wall -W -fPIC -IC:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/posix_fallocate -Ic:/download/qt-build/qtbase/config.tests/unix/posix_fallocate -Ic:/download/qt-everywhere-opensource-src-5.5.0/qtbase/mkspecs/devices/linux-rasp-pi2-g++ -o posix_fallocate.obj C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/posix_fallocate/posix_fallocate.cpp
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -Wl,-rpath-link,C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot/opt/vc/lib -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -Wl,-O1 -o posix_fallocate posix_fallocate.obj –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot
    posix_fallocate enabled.
    mremap auto-detection… ()
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -marm -mthumb-interwork -mfpu=neon-vfpv4 -mtune=cortex-a7 -mabi=aapcs-linux -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -O2 -Wall -W -fPIC -IC:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/mremap -Ic:/download/qt-build/qtbase/config.tests/unix/mremap -Ic:/download/qt-everywhere-opensource-src-5.5.0/qtbase/mkspecs/devices/linux-rasp-pi2-g++ -o mremap.obj C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/mremap/mremap.cpp
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -Wl,-rpath-link,C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot/opt/vc/lib -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -Wl,-O1 -o mremap mremap.obj –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot
    mremap enabled.
    getaddrinfo auto-detection… ()
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -marm -mthumb-interwork -mfpu=neon-vfpv4 -mtune=cortex-a7 -mabi=aapcs-linux -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -O2 -Wall -W -fPIC -IC:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/getaddrinfo -Ic:/download/qt-build/qtbase/config.tests/unix/getaddrinfo -Ic:/download/qt-everywhere-opensource-src-5.5.0/qtbase/mkspecs/devices/linux-rasp-pi2-g++ -o getaddrinfotest.obj C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/getaddrinfo/getaddrinfotest.cpp
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -Wl,-rpath-link,C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot/opt/vc/lib -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -Wl,-O1 -o getaddrinfo getaddrinfotest.obj –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot
    getaddrinfo enabled.
    inotify auto-detection… ()
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -marm -mthumb-interwork -mfpu=neon-vfpv4 -mtune=cortex-a7 -mabi=aapcs-linux -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -O2 -Wall -W -fPIC -IC:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/inotify -Ic:/download/qt-build/qtbase/config.tests/unix/inotify -Ic:/download/qt-everywhere-opensource-src-5.5.0/qtbase/mkspecs/devices/linux-rasp-pi2-g++ -o inotifytest.obj C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/inotify/inotifytest.cpp
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -Wl,-rpath-link,C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot/opt/vc/lib -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -Wl,-O1 -o inotify inotifytest.obj –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot
    inotify enabled.
    eventfd auto-detection… ()
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -marm -mthumb-interwork -mfpu=neon-vfpv4 -mtune=cortex-a7 -mabi=aapcs-linux -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -O2 -Wall -W -fPIC -IC:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/eventfd -Ic:/download/qt-build/qtbase/config.tests/unix/eventfd -Ic:/download/qt-everywhere-opensource-src-5.5.0/qtbase/mkspecs/devices/linux-rasp-pi2-g++ -o main.obj C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/eventfd/main.cpp
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -Wl,-rpath-link,C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot/opt/vc/lib -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -Wl,-O1 -o eventfd main.obj –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot
    eventfd enabled.
    IPv6 interface name auto-detection… ()
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -marm -mthumb-interwork -mfpu=neon-vfpv4 -mtune=cortex-a7 -mabi=aapcs-linux -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -O2 -Wall -W -fPIC -IC:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/ipv6ifname -Ic:/download/qt-build/qtbase/config.tests/unix/ipv6ifname -Ic:/download/qt-everywhere-opensource-src-5.5.0/qtbase/mkspecs/devices/linux-rasp-pi2-g++ -o ipv6ifname.obj C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/ipv6ifname/ipv6ifname.cpp
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -Wl,-rpath-link,C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot/opt/vc/lib -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -Wl,-O1 -o ipv6ifname ipv6ifname.obj –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot
    IPv6 interface name enabled.
    getifaddrs auto-detection… ()
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -marm -mthumb-interwork -mfpu=neon-vfpv4 -mtune=cortex-a7 -mabi=aapcs-linux -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -O2 -Wall -W -fPIC -IC:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/getifaddrs -Ic:/download/qt-build/qtbase/config.tests/unix/getifaddrs -Ic:/download/qt-everywhere-opensource-src-5.5.0/qtbase/mkspecs/devices/linux-rasp-pi2-g++ -o getifaddrs.obj C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/getifaddrs/getifaddrs.cpp
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -Wl,-rpath-link,C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot/opt/vc/lib -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -Wl,-O1 -o getifaddrs getifaddrs.obj –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot
    getifaddrs enabled.
    OpenSSL auto-detection… ()
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -marm -mthumb-interwork -mfpu=neon-vfpv4 -mtune=cortex-a7 -mabi=aapcs-linux -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -O2 -Wall -W -fPIC -IC:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/openssl -Ic:/download/qt-build/qtbase/config.tests/unix/openssl -Ic:/download/qt-everywhere-opensource-src-5.5.0/qtbase/mkspecs/devices/linux-rasp-pi2-g++ -o openssl.obj C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/openssl/openssl.cpp
    C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/openssl/openssl.cpp:34:30: fatal error: openssl/opensslv.h: No such file or directory
    #include <openssl/opensslv.h>
    ^
    compilation terminated.
    make.exe: *** [openssl.obj] Error 1
    OpenSSL disabled.
    PCRE auto-detection… ()
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -marm -mthumb-interwork -mfpu=neon-vfpv4 -mtune=cortex-a7 -mabi=aapcs-linux -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -O2 -Wall -W -fPIC -IC:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/pcre -Ic:/download/qt-build/qtbase/config.tests/unix/pcre -Ic:/download/qt-everywhere-opensource-src-5.5.0/qtbase/mkspecs/devices/linux-rasp-pi2-g++ -o pcre.obj C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/pcre/pcre.cpp
    C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/pcre/pcre.cpp:34:18: fatal error: pcre.h: No such file or directory
    #include <pcre.h>
    ^
    compilation terminated.
    make.exe: *** [pcre.obj] Error 1
    PCRE disabled.
    OpenVG auto-detection… ()
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -marm -mthumb-interwork -mfpu=neon-vfpv4 -mtune=cortex-a7 -mabi=aapcs-linux -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -O2 -Wall -W -fPIC -IC:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/openvg -Ic:/download/qt-build/qtbase/config.tests/unix/openvg -Ic:/download/qt-everywhere-opensource-src-5.5.0/qtbase/mkspecs/devices/linux-rasp-pi2-g++ -o openvg.obj C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/openvg/openvg.cpp
    C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/openvg/openvg.cpp:40:23: fatal error: VG/openvg.h: No such file or directory
    #include <VG/openvg.h>
    ^
    compilation terminated.
    make.exe: *** [openvg.obj] Error 1
    OpenVG disabled.
    OpenVG auto-detection… ()
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -marm -mthumb-interwork -mfpu=neon-vfpv4 -mtune=cortex-a7 -mabi=aapcs-linux -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -O2 -Wall -W -fPIC -IC:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/openvg -Ic:/download/qt-build/qtbase/config.tests/unix/openvg -Ic:/download/qt-everywhere-opensource-src-5.5.0/qtbase/mkspecs/devices/linux-rasp-pi2-g++ -o openvg.obj C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/openvg/openvg.cpp
    C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/openvg/openvg.cpp:40:23: fatal error: VG/openvg.h: No such file or directory
    #include <VG/openvg.h>
    ^
    compilation terminated.
    make.exe: *** [openvg.obj] Error 1
    OpenVG disabled.
    OpenVG (lc includes) auto-detection… ()
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -marm -mthumb-interwork -mfpu=neon-vfpv4 -mtune=cortex-a7 -mabi=aapcs-linux -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -O2 -Wall -W -fPIC -DQT_LOWER_CASE_VG_INCLUDES -IC:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/openvg -Ic:/download/qt-build/qtbase/config.tests/unix/openvg -Ic:/download/qt-everywhere-opensource-src-5.5.0/qtbase/mkspecs/devices/linux-rasp-pi2-g++ -o openvg.obj C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/openvg/openvg.cpp
    C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/openvg/openvg.cpp:38:23: fatal error: vg/openvg.h: No such file or directory
    #include <vg/openvg.h>
    ^
    compilation terminated.
    make.exe: *** [openvg.obj] Error 1
    OpenVG (lc includes) disabled.
    OpenVG (lc includes) auto-detection… ()
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -marm -mthumb-interwork -mfpu=neon-vfpv4 -mtune=cortex-a7 -mabi=aapcs-linux -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -O2 -Wall -W -fPIC -DQT_LOWER_CASE_VG_INCLUDES -IC:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/openvg -Ic:/download/qt-build/qtbase/config.tests/unix/openvg -Ic:/download/qt-everywhere-opensource-src-5.5.0/qtbase/mkspecs/devices/linux-rasp-pi2-g++ -o openvg.obj C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/openvg/openvg.cpp
    C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/openvg/openvg.cpp:38:23: fatal error: vg/openvg.h: No such file or directory
    #include <vg/openvg.h>
    ^
    compilation terminated.
    make.exe: *** [openvg.obj] Error 1
    OpenVG (lc includes) disabled.
    alsa auto-detection… ()
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -marm -mthumb-interwork -mfpu=neon-vfpv4 -mtune=cortex-a7 -mabi=aapcs-linux -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -O2 -Wall -W -fPIC -IC:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/alsa -Ic:/download/qt-build/qtbase/config.tests/unix/alsa -Ic:/download/qt-everywhere-opensource-src-5.5.0/qtbase/mkspecs/devices/linux-rasp-pi2-g++ -o alsatest.obj C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/alsa/alsatest.cpp
    C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/alsa/alsatest.cpp:34:28: fatal error: alsa/asoundlib.h: No such file or directory
    #include <alsa/asoundlib.h>
    ^
    compilation terminated.
    make.exe: *** [alsatest.obj] Error 1
    alsa disabled.
    GStreamer 0.10 auto-detection… ()
    Project ERROR: gstreamer-0.10 development package not found
    GStreamer 0.10 disabled.
    GStreamer 1.0 auto-detection… ()
    Project ERROR: gstreamer-1.0 development package not found
    GStreamer 1.0 disabled.
    WARNING: Unable to find file .device.vars
    Testing size of pointers … (c:/download/qt-everywhere-opensource-src-5.5.0/qtbase/mkspecs/devices/linux-rasp-pi2-g++ yes c:/download/qt-everywhere-opensource-src-5.5.0/qtbase c:/download/qt-build/qtbase)
    rm -f ptrsizetest.obj
    rm -f *~ core *.core
    C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -marm -mthumb-interwork -mfpu=neon-vfpv4 -mtune=cortex-a7 -mabi=aapcs-linux -mfloat-abi=hard –sysroot=C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -g -Wall -W -fPIC -IC:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/ptrsize -Ic:/download/qt-build/qtbase/config.tests/unix/ptrsize -Ic:/download/qt-everywhere-opensource-src-5.5.0/qtbase/mkspecs/devices/linux-rasp-pi2-g++ -o ptrsizetest.obj C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/ptrsize/ptrsizetest.cpp
    C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/ptrsize/ptrsizetest.cpp: In function ‘int main(int, char**)’:
    C:/download/qt-everywhere-opensource-src-5.5.0/qtbase/config.tests/unix/ptrsize/ptrsizetest.cpp:51:12: error: ‘PointerSize’ is not a member of ‘QPointerSizeTest<4>’
    return QPointerSizeTest<sizeof(void*)>::PointerSize;
    ^
    make.exe: *** [ptrsizetest.obj] Error 1
    Pointer size: 4

    Configure summary

    Building on: win32-g++ (i386, CPU features: none detected)
    Building for: devices/linux-rasp-pi2-g++ (arm, CPU features: neon)

    qmake vars ………. styles += mac fusion windows DEFINES += QT_NO_MTDEV DEFINES += QT_NO_LIBUDEV DEFINES += QT_NO_TSLIB DEFINES += QT_NO_LIBINPUT QMAKE_X11_PREFIX = /usr QMAKE_XKB_CONFIG_ROOT = auto sql-drivers = sql-plugins = sqlite qmake switches ………

    Build options:
    Configuration ………. accessibility accessibility-atspi-bridge audio-backend c++11 clock-gettime clock-monotonic compile_examples concurrent cross_compile dbus egl eglfs eglfs_brcm enable_new_dtags evdev eventfd freetype full-config getaddrinfo getifaddrs harfbuzz iconv inotify ipv6ifname large-config largefile linuxfb medium-config minimal-config mremap neon nis no-pkg-config opengl opengles2 pcre png posix_fallocate precompile_header qpa qpa reduce_exports release rpath shared small-config system-png system-zlib xcb xcb-plugin xcb-qt xcb-xlib xinput2 xkbcommon-qt xlib xrender
    Build parts ………… libs examples
    Mode ………………. release
    Using sanitizer(s)…… none
    Using C++11 ………… yes
    Using gold linker……. no
    Using new DTAGS …….. yes
    Using PCH ………….. yes
    Target compiler supports:
    Neon …………….. yes

    Qt modules and options:
    Qt D-Bus …………… yes (loading dbus-1 at runtime)
    Qt Concurrent ………. yes
    Qt GUI …………….. yes
    Qt Widgets …………. yes
    Large File …………. yes
    QML debugging ………. yes
    Use system proxies ….. no

    Support enabled for:
    Accessibility ………. yes
    ALSA ………………. no
    CUPS ………………. no
    Evdev ……………… yes
    FontConfig …………. no
    FreeType …………… yes (bundled copy)
    Glib ………………. no
    GStreamer ………….. no
    GTK theme ………….. no
    HarfBuzz …………… yes (bundled copy)
    Iconv ……………… yes
    ICU ……………….. no
    Image formats:
    GIF ……………… yes (plugin, using bundled copy)
    JPEG …………….. yes (plugin, using bundled copy)
    PNG ……………… yes (in QtGui, using system library)
    journald …………… no
    libinput……………. no
    mtdev ……………… no
    Networking:
    getaddrinfo ………. yes
    getifaddrs ……….. yes
    IPv6 ifname ………. yes
    libproxy………….. no
    OpenSSL ………….. no
    NIS ……………….. yes
    OpenGL / OpenVG:
    EGL ……………… yes
    OpenGL …………… yes (OpenGL ES 2.0+)
    OpenVG …………… no
    PCRE ………………. yes (bundled copy)
    pkg-config …………. no
    PulseAudio …………. no
    QPA backends:
    DirectFB …………. no
    EGLFS ……………. yes
    EGLFS i.MX6……. . no
    EGLFS KMS ………. no
    EGLFS Mali ……… no
    EGLFS Raspberry Pi . yes
    EGLFS X11 ………. no
    LinuxFB ………….. yes
    XCB ……………… yes (bundled copy)
    EGL on X ……….. no
    GLX ……………. no
    MIT-SHM ………… yes
    Xcb-Xlib ……….. yes
    Xcursor ………… yes (loaded at runtime)
    Xfixes …………. yes (loaded at runtime)
    Xi …………….. no
    Xi2 ……………. yes
    Xinerama ……….. yes (loaded at runtime)
    Xrandr …………. yes (loaded at runtime)
    Xrender ………… yes
    XKB ……………. yes
    XShape …………. yes
    XSync ………….. yes
    XVideo …………. yes
    Session management ….. yes
    SQL drivers:
    DB2 ……………… no
    InterBase ………… no
    MySQL ……………. no
    OCI ……………… no
    ODBC …………….. no
    PostgreSQL ……….. no
    SQLite 2 …………. no
    SQLite …………… yes (plugin, using bundled copy)
    TDS ……………… no
    tslib ……………… no
    udev ………………. no
    xkbcommon-x11……….. yes (bundled copy, XKB config root: not found)
    xkbcommon-evdev……… no
    zlib ………………. yes (system library)
    WARNING: Could not find XKB config root, use -xkb-config-root to set a path to
    XKB configuration data. This is required for keyboard input support.

    NOTE: Qt is using double for qreal on this system. This is binary incompatible against Qt 5.1.
    Configure with ‘-qreal float’ to create a build that is binary compatible with 5.1.
    Cannot read C:/download/qt-everywhere-opensource-src-5.5.0: Åtkomst nekad. (Swedish for “access denied” My remark)
    Error processing project file: c:\download\qt-everywhere-opensource-src-5.5.0

     

    Thanks

    Mats

     

     

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.