Advertisement
Guest User

Untitled

a guest
May 20th, 2016
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 41.14 KB | None | 0 0
  1. DEFAULT_INCDIRS="/usr/lib/gcc-cross/arm-linux-gnueabihf/4.8/include
  2. /usr/lib/gcc-cross/arm-linux-gnueabihf/4.8/include-fixed
  3. /usr/arm-linux-gnueabihf/include
  4. /home/guest/opt/sysroot/usr/include
  5. "
  6. DEFAULT_LIBDIRS="/usr/lib/gcc-cross/arm-linux-gnueabihf/4.8/sf
  7. /usr/arm-linux-gnueabihf/lib/sf
  8. /usr/lib/gcc-cross/arm-linux-gnueabihf/4.8
  9. /usr/arm-linux-gnueabihf/lib
  10. /home/guest/opt/sysroot/lib
  11. /home/guest/opt/sysroot/usr/lib
  12. "
  13. <srcbase> = /home/guest/7_Qt5/qt5/qtbase
  14. <outbase> = /home/guest/7_Qt5/qt5/qtbase
  15. Creating qmake...
  16. mNote: PKG_CONFIG_LIBDIR automatically set to /home/guest/opt/sysroot/usr/lib/pkgconfig:/home/guest/opt/sysroot/usr/share/pkgconDetermining architecture... ()
  17. /usr/bin/arm-linux-gnueabihf-g++ -c -pipe -mtune=cortex-a15 -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard In file included from c++11.cpp:40:0:
  18. /home/guest/opt/sysroot/usr/include/c++/4.8/utility:68:28: fatal error: bits/c++config.h: No such file or directory
  19.  #include <bits/c++config.h>
  20.                             ^
  21. compilation terminated.
  22. make: *** [c++11.o] Error 1
  23. In file included from /home/guest/opt/sysroot/usr/include/c++/4.8/atomic:41:0,
  24.                  from atomic64.cpp:34:
  25. /home/guest/opt/sysroot/usr/include/c++/4.8/bits/atomic_base.h:35:28: fatal error: bits/c++config.h: No such file or directory
  26.  #include <bits/c++config.h>
  27.                             ^
  28. compilation terminated.
  29. make: *** [atomic64.o] Error 1
  30. In file included from /home/guest/opt/sysroot/usr/include/c++/4.8/atomic:41:0,
  31.                  from atomic64.cpp:34:
  32. /home/guest/opt/sysroot/usr/include/c++/4.8/bits/atomic_base.h:35:28: fatal error: bits/c++config.h: No such file or directory
  33.  #include <bits/c++config.h>
  34.                             ^
  35. compilation terminated.
  36. make: *** [atomic64.o] Error 1
  37. arm-linux-gnueabihf-g++: error: unrecognized command line option ‘-msse2’
  38. make: *** [sse2.o] Error 1
  39. zlib.cpp: In function ‘int main(int, char**)’:
  40. zlib.cpp:38:15: warning: variable ‘stream’ set but not used [-Wunused-but-set-variable]
  41.      z_streamp stream;
  42.                ^
  43. zlib.cpp:40:17: warning: variable ‘ver’ set but not used [-Wunused-but-set-variable]
  44.      const char *ver = zlibVersion();
  45.                  ^
  46. zlib.cpp:43:9: warning: variable ‘res’ set but not used [-Wunused-but-set-variable]
  47.      int res = compress2(0, 0, 0, 0, 1);
  48.          ^
  49. Project ERROR: mtdev development package not found
  50. libjpeg.cpp: In function ‘int main(int, char**)’:
  51. libjpeg.cpp:43:32: warning: ‘cinfo’ is used uninitialized in this function [-Wuninitialized]
  52.      jpeg_create_compress(cinfo);
  53.                                 ^
  54. libpng.cpp: In function ‘int main(int, char**)’:
  55. libpng.cpp:42:17: warning: variable ‘png_ptr’ set but not used [-Wunused-but-set-variable]
  56.      png_structp png_ptr;
  57.                  ^
  58. /home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf/libpng.a(libpng12_la-pngread.o): In function `png_create_read_struct_2':
  59. (.text+0x1e8): undefined reference to `inflateInit_'
  60. /home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf/libpng.a(libpng12_la-pngread.o): In function `png_read_init_3':
  61. (.text+0x34c): undefined reference to `inflateInit_'
  62. /home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf/libpng.a(libpng12_la-pngread.o): In function `png_read_row':
  63. (.text+0xa82): undefined reference to `inflate'
  64. /home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf/libpng.a(libpng12_la-pngread.o): In function `png_read_destroy':
  65. (.text+0x132e): undefined reference to `inflateEnd'
  66. /home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf/libpng.a(libpng12_la-png.o): In function `png_reset_crc':
  67. (.text+0xee): undefined reference to `crc32'
  68. /home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf/libpng.a(libpng12_la-png.o): In function `png_calculate_crc':
  69. (.text+0x118): undefined reference to `crc32'
  70. /home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf/libpng.a(libpng12_la-png.o): In function `png_reset_zstream':
  71. (.text+0x6fa): undefined reference to `inflateReset'
  72. /home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf/libpng.a(libpng12_la-pngrutil.o): In function `png_inflate':
  73. (.text+0x3e): undefined reference to `inflate'
  74. /home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf/libpng.a(libpng12_la-pngrutil.o): In function `png_inflate':
  75. (.text+0x8c): undefined reference to `inflateReset'
  76. /home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf/libpng.a(libpng12_la-pngrutil.o): In function `png_read_finish_row':
  77. (.text+0x2ac8): undefined reference to `inflateReset'
  78. /home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf/libpng.a(libpng12_la-pngrutil.o): In function `png_read_finish_row':
  79. (.text+0x2b0e): undefined reference to `inflate'
  80. /home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf/libpng.a(libpng12_la-pngrutil.o): In function `png_read_finish_row':
  81. (.text+0x2bc8): undefined reference to `inflate'
  82. collect2: error: ld returned 1 exit status
  83. make: *** [libpng] Error 1
  84. libdl.o: In function `main':
  85. libdl.cpp:(.text.startup+0x8): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
  86. /home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf/libdl.a(dlopen.o): In function `dlopen':
  87. (.text+0x8): undefined reference to `__dlopen'
  88. collect2: error: ld returned 1 exit status
  89. make: *** [libdl] Error 1
  90. db2.cpp:34:20: fatal error: sqlcli.h: No such file or directory
  91. #include <sqlcli.h>
  92.                    ^
  93. compilation terminated.
  94. make: *** [db2.o] Error 1
  95. ibase.cpp:34:19: fatal error: ibase.h: No such file or directory
  96. #include <ibase.h>
  97.                   ^
  98. compilation terminated.
  99. make: *** [ibase.o] Error 1
  100. ../mysql/mysql.cpp:34:19: fatal error: mysql.h: No such file or directory
  101. #include "mysql.h"
  102.                   ^
  103. compilation terminated.
  104. make: *** [mysql.o] Error 1
  105. mysql.cpp:34:19: fatal error: mysql.h: No such file or directory
  106. #include "mysql.h"
  107.                   ^
  108. compilation terminated.
  109. make: *** [mysql.o] Error 1
  110. oci.cpp:34:17: fatal error: oci.h: No such file or directory
  111. #include <oci.h>
  112.                 ^
  113. compilation terminated.
  114. make: *** [oci.o] Error 1
  115. odbc.cpp:37:17: fatal error: sql.h: No such file or directory
  116. #include <sql.h>
  117.                 ^
  118. compilation terminated.
  119. make: *** [odbc.o] Error 1
  120. iodbc.cpp:34:17: fatal error: sql.h: No such file or directory
  121. #include <sql.h>
  122.                 ^
  123. compilation terminated.
  124. make: *** [iodbc.o] Error 1
  125. psql.cpp:34:22: fatal error: libpq-fe.h: No such file or directory
  126. #include "libpq-fe.h"
  127.                      ^
  128. compilation terminated.
  129. make: *** [psql.o] Error 1
  130. sqlite2.cpp:34:20: fatal error: sqlite.h: No such file or directory
  131. #include <sqlite.h>
  132.                    ^
  133. compilation terminated.
  134. make: *** [sqlite2.o] Error 1
  135. tds.cpp:34:22: fatal error: sybfront.h: No such file or directory
  136. #include <sybfront.h>
  137.                      ^
  138. compilation terminated.
  139. make: *** [tds.o] Error 1
  140. cups.cpp:34:23: fatal error: cups/cups.h: No such file or directory
  141. #include <cups/cups.h>
  142.                       ^
  143. compilation terminated.
  144. make: *** [cups.o] Error 1
  145. /home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf/libdbus-1.a(libdbus_1_la-dbus-sysdeps-pthread.o): In function `_dbus_platform_rmutex_new':
  146. (.text+0x40): undefined reference to `pthread_mutexattr_init'
  147. /home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf/libdbus-1.a(libdbus_1_la-dbus-sysdeps-pthread.o): In function `_dbus_platform_rmutex_new':
  148. (.text+0x48): undefined reference to `pthread_mutexattr_settype'
  149. /home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf/libdbus-1.a(libdbus_1_la-dbus-sysdeps-pthread.o): In function `_dbus_platform_rmutex_new':
  150. (.text+0x5a): undefined reference to `pthread_mutexattr_destroy'
  151. /home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf/libdbus-1.a(libdbus_1_la-dbus-sysdeps-pthread.o): In function `_dbus_platform_condvar_new':
  152. (.text+0x108): undefined reference to `pthread_condattr_setclock'
  153. collect2: error: ld returned 1 exit status
  154. make: *** [dbus] Error 1
  155. libproxy.cpp:36:19: fatal error: proxy.h: No such file or directory
  156. #include <proxy.h>
  157.                   ^
  158. compilation terminated.
  159. make: *** [libproxy.o] Error 1
  160. glib.cpp: In function ‘int main(int, char**)’:
  161. glib.cpp:44:9: warning: ‘void g_thread_init(gpointer)’ is deprecated (declared at /home/guest/opt/sysroot/usr/include/glib-2.0/glib/deprecated/gthread.h:261) [-Wdeprecated-declarations]
  162.         g_thread_init(NULL);
  163.         ^
  164. glib.cpp:44:27: warning: ‘void g_thread_init(gpointer)’ is deprecated (declared at /home/guest/opt/sysroot/usr/include/glib-2.0/glib/deprecated/gthread.h:261) [-Wdeprecated-declarations]
  165.         g_thread_init(NULL);
  166.                           ^
  167. icu.cpp:34:28: fatal error: unicode/utypes.h: No such file or directory
  168. #include <unicode/utypes.h>
  169.                            ^
  170. compilation terminated.
  171. make: *** [icu.o] Error 1
  172. /usr/lib/gcc-cross/arm-linux-gnueabihf/4.8/../../../../arm-linux-gnueabihf/bin/ld: /home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf/libglib-2.0.a(libglib_2_0_la-gthread-posix.o): undefined reference to symbol 'pthread_getspecific@@GLIBC_2.4'
  173. /home/guest/opt/sysroot/lib/arm-linux-gnueabihf/libpthread.so.0: error adding symbols: DSO missing from command line
  174. collect2: error: ld returned 1 exit status
  175. make: *** [pulseaudio] Error 1
  176. fontconfig.cpp: In function ‘int main(int, char**)’:
  177. fontconfig.cpp:48:13: warning: variable ‘face’ set but not used [-Wunused-but-set-variable]
  178.     FT_Face face;
  179.             ^
  180. fontconfig.cpp:50:16: warning: variable ‘pattern’ set but not used [-Wunused-but-set-variable]
  181.     FcPattern *pattern;
  182.                ^
  183. libinput.cpp:34:22: fatal error: libinput.h: No such file or directory
  184. #include <libinput.h>
  185.                      ^
  186. compilation terminated.
  187. make: *** [libinput.o] Error 1
  188. xrender.cpp: In function ‘int main(int, char**)’:
  189. xrender.cpp:42:24: warning: variable ‘format’ set but not used [-Wunused-but-set-variable]
  190.     XRenderPictFormat *format;
  191.                        ^
  192. xinput2.cpp: In function ‘int main(int, char**)’:
  193. xinput2.cpp:51:14: warning: variable ‘xievent’ set but not used [-Wunused-but-set-variable]
  194.     XIEvent *xievent;
  195.              ^
  196. xinput2.cpp:54:20: warning: variable ‘xideviceevent’ set but not used [-Wunused-but-set-variable]
  197.     XIDeviceEvent *xideviceevent;
  198.                    ^
  199. xinput2.cpp:57:23: warning: variable ‘xihierarchyevent’ set but not used [-Wunused-but-set-variable]
  200.     XIHierarchyEvent *xihierarchyevent;
  201.                       ^
  202. xcb.cpp: In function ‘int main(int, char**)’:
  203. xcb.cpp:39:23: warning: unused variable ‘t’ [-Wunused-variable]
  204.     xcb_connection_t *t = xcb_connect("", &primaryScreen);
  205.                       ^
  206. xcb.cpp: In function ‘int main(int, char**)’:
  207. xcb.cpp:52:23: warning: unused variable ‘connection’ [-Wunused-variable]
  208.     xcb_connection_t *connection = xcb_connect("", &primaryScreen);
  209.                       ^
  210. xcb.cpp:55:9: warning: unused variable ‘xcbAtomPrimary’ [-Wunused-variable]
  211.     int xcbAtomPrimary = XCB_ATOM_PRIMARY;
  212.         ^
  213. xcb-xlib.cpp: In function ‘int main(int, char**)’:
  214. xcb-xlib.cpp:41:23: warning: unused variable ‘connection’ [-Wunused-variable]
  215.     xcb_connection_t *connection =  XGetXCBConnection(dpy);
  216.                       ^
  217. Project ERROR: gbm development package not found
  218. kms.cpp: In function ‘int main(int, char**)’:
  219. kms.cpp:43:20: warning: unused variable ‘currentMode’ [-Wunused-variable]
  220.     drmModeCrtcPtr currentMode = drmModeGetCrtc(0, 0);
  221.                    ^
  222. Project ERROR: ubuntu-platform-api development package not found
  223. egl.cpp: In function ‘int main(int, char**)’:
  224. egl.cpp:38:12: warning: unused variable ‘x’ [-Wunused-variable]
  225.     EGLint x = 0;
  226.            ^
  227. eglfs-brcm.cpp:36:22: fatal error: bcm_host.h: No such file or directory
  228. #include <bcm_host.h>
  229.                      ^
  230. compilation terminated.
  231. make: *** [eglfs-brcm.o] Error 1
  232. In file included from eglfs-egldevice.cpp:43:0:
  233. /usr/arm-linux-gnueabihf/include/xf86drm.h:40:17: fatal error: drm.h: No such file or directory
  234. #include <drm.h>
  235.                 ^
  236. compilation terminated.
  237. make: *** [eglfs-egldevice.o] Error 1
  238. eglfs-mali.cpp:34:30: fatal error: EGL/fbdev_window.h: No such file or directory
  239. #include <EGL/fbdev_window.h>
  240.                              ^
  241. compilation terminated.
  242. make: *** [eglfs-mali.o] Error 1
  243. eglfs-mali-2.cpp: In function ‘int main(int, char**)’:
  244. eglfs-mali-2.cpp:41:5: error: ‘mali_native_window’ was not declared in this scope
  245.     mali_native_window *w = 0;
  246.     ^
  247. eglfs-mali-2.cpp:41:25: error: ‘w’ was not declared in this scope
  248.     mali_native_window *w = 0;
  249.                         ^
  250. make: *** [eglfs-mali-2.o] Error 1
  251. eglfs-viv.cpp:35:28: fatal error: EGL/eglvivante.h: No such file or directory
  252. #include <EGL/eglvivante.h>
  253.                            ^
  254. compilation terminated.
  255. make: *** [eglfs-viv.o] Error 1
  256. WARNING: Unable to find file .device.vars
  257. In file included from stltest.cpp:39:0:
  258. /home/guest/opt/sysroot/usr/include/c++/4.8/iterator:60:28: fatal error: bits/c++config.h: No such file or directory
  259. #include <bits/c++config.h>
  260.                            ^
  261. compilation terminated.
  262. make: *** [stltest.o] Error 1
  263. t/sysroot -O2 -Wall -W -fPIC  -I. -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8/bits -I/home/guest/opt/sysroot/usr/include -I/home/guest/opt/sysroot/usr/include/c++/4.8 -I/home/guest/opt/sysroot/usr/include/c++/4.8.4 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o sqlite2.o sqlite2.cpp
  264. SQLite2 disabled.
  265. TDS auto-detection... ()
  266. /usr/bin/arm-linux-gnueabihf-g++ -c -pipe -mtune=cortex-a15 -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard --sysroot=/home/guest/opt/sysroot -O2 -Wall -W -fPIC  -I. -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8/bits -I/home/guest/opt/sysroot/usr/include -I/home/guest/opt/sysroot/usr/include/c++/4.8 -I/home/guest/opt/sysroot/usr/include/c++/4.8.4 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o tds.o tds.cpp
  267. TDS disabled.
  268. NIS auto-detection... ()
  269. /usr/bin/arm-linux-gnueabihf-g++ -c -pipe -mtune=cortex-a15 -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard --sysroot=/home/guest/opt/sysroot -O2 -Wall -W -fPIC  -I. -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8/bits -I/home/guest/opt/sysroot/usr/include -I/home/guest/opt/sysroot/usr/include/c++/4.8 -I/home/guest/opt/sysroot/usr/include/c++/4.8.4 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o nis.o nis.cpp
  270. /usr/bin/arm-linux-gnueabihf-g++ -Wl,-rpath-link,/home/guest/opt/sysroot/usr/lib -Wl,-rpath-link,/home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf -Wl,-rpath-link,/home/guest/opt/sysroot/lib/arm-linux-gnueabihf -mfloat-abi=hard -Wl,-O1 -o nis nis.o   -L/home/guest/opt/sysroot/usr/lib -L/home/guest/opt/sysroot/lib/arm-linux-gnueabihf -L/home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf --sysroot=/home/guest/opt/sysroot -lnsl
  271. NIS enabled.
  272. Cups auto-detection... ()
  273. /usr/bin/arm-linux-gnueabihf-g++ -c -pipe -mtune=cortex-a15 -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard --sysroot=/home/guest/opt/sysroot -O2 -Wall -W -fPIC  -I. -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8/bits -I/home/guest/opt/sysroot/usr/include -I/home/guest/opt/sysroot/usr/include/c++/4.8 -I/home/guest/opt/sysroot/usr/include/c++/4.8.4 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o cups.o cups.cpp
  274. Cups disabled.
  275. POSIX iconv auto-detection... ()
  276. /usr/bin/arm-linux-gnueabihf-g++ -c -pipe -mtune=cortex-a15 -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard --sysroot=/home/guest/opt/sysroot -O2 -Wall -W -fPIC  -I. -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8/bits -I/home/guest/opt/sysroot/usr/include -I/home/guest/opt/sysroot/usr/include/c++/4.8 -I/home/guest/opt/sysroot/usr/include/c++/4.8.4 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o iconv.o iconv.cpp
  277. /usr/bin/arm-linux-gnueabihf-g++ -Wl,-rpath-link,/home/guest/opt/sysroot/usr/lib -Wl,-rpath-link,/home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf -Wl,-rpath-link,/home/guest/opt/sysroot/lib/arm-linux-gnueabihf -mfloat-abi=hard -Wl,-O1 -o iconv iconv.o   -L/home/guest/opt/sysroot/usr/lib -L/home/guest/opt/sysroot/lib/arm-linux-gnueabihf -L/home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf --sysroot=/home/guest/opt/sysroot
  278. POSIX iconv enabled.
  279. D-Bus auto-detection... ()
  280. /usr/bin/arm-linux-gnueabihf-g++ -c -pipe -mtune=cortex-a15 -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard --sysroot=/home/guest/opt/sysroot -O2 -Wall -W -fPIC  -I. -I/home/guest/opt/sysroot/usr/include/dbus-1.0 -I/home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8/bits -I/home/guest/opt/sysroot/usr/include -I/home/guest/opt/sysroot/usr/include/c++/4.8 -I/home/guest/opt/sysroot/usr/include/c++/4.8.4 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o dbus.o dbus.cpp
  281. /usr/bin/arm-linux-gnueabihf-g++ -Wl,-rpath-link,/home/guest/opt/sysroot/usr/lib -Wl,-rpath-link,/home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf -Wl,-rpath-link,/home/guest/opt/sysroot/lib/arm-linux-gnueabihf -mfloat-abi=hard -Wl,-O1 -o dbus dbus.o   -L/home/guest/opt/sysroot/usr/lib -L/home/guest/opt/sysroot/lib/arm-linux-gnueabihf -L/home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf --sysroot=/home/guest/opt/sysroot -ldbus-1
  282. D-Bus disabled.
  283. libproxy auto-detection... ()
  284. /usr/bin/arm-linux-gnueabihf-g++ -c -pipe -mtune=cortex-a15 -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard --sysroot=/home/guest/opt/sysroot -O2 -Wall -W -fPIC  -I. -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8/bits -I/home/guest/opt/sysroot/usr/include -I/home/guest/opt/sysroot/usr/include/c++/4.8 -I/home/guest/opt/sysroot/usr/include/c++/4.8.4 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o libproxy.o libproxy.cpp
  285. libproxy disabled.
  286. Glib auto-detection... ()
  287. /usr/bin/arm-linux-gnueabihf-g++ -c -pipe -mtune=cortex-a15 -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard --sysroot=/home/guest/opt/sysroot -O2 -Wall -W -fPIC  -I. -I/home/guest/opt/sysroot/usr/include/glib-2.0 -I/home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8/bits -I/home/guest/opt/sysroot/usr/include -I/home/guest/opt/sysroot/usr/include/c++/4.8 -I/home/guest/opt/sysroot/usr/include/c++/4.8.4 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o glib.o glib.cpp
  288. /usr/bin/arm-linux-gnueabihf-g++ -Wl,-rpath-link,/home/guest/opt/sysroot/usr/lib -Wl,-rpath-link,/home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf -Wl,-rpath-link,/home/guest/opt/sysroot/lib/arm-linux-gnueabihf -mfloat-abi=hard -Wl,-O1 -o glib glib.o   -L/home/guest/opt/sysroot/usr/lib -L/home/guest/opt/sysroot/lib/arm-linux-gnueabihf -L/home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf --sysroot=/home/guest/opt/sysroot -pthread -lgthread-2.0 -lglib-2.0
  289. Glib enabled.
  290. ICU auto-detection... ()
  291. /usr/bin/arm-linux-gnueabihf-g++ -c -pipe -mtune=cortex-a15 -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard --sysroot=/home/guest/opt/sysroot -O2 -Wall -W -fPIC  -I. -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8/bits -I/home/guest/opt/sysroot/usr/include -I/home/guest/opt/sysroot/usr/include/c++/4.8 -I/home/guest/opt/sysroot/usr/include/c++/4.8.4 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o icu.o icu.cpp
  292. ICU disabled.
  293. PulseAudio auto-detection... ()
  294. /usr/bin/arm-linux-gnueabihf-g++ -c -pipe -mtune=cortex-a15 -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard --sysroot=/home/guest/opt/sysroot -D_REENTRANT -O2 -Wall -W -fPIC  -I. -I/home/guest/opt/sysroot/usr/include/glib-2.0 -I/home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8/bits -I/home/guest/opt/sysroot/usr/include -I/home/guest/opt/sysroot/usr/include/c++/4.8 -I/home/guest/opt/sysroot/usr/include/c++/4.8.4 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o pulseaudio.o pulseaudio.cpp
  295. /usr/bin/arm-linux-gnueabihf-g++ -Wl,-rpath-link,/home/guest/opt/sysroot/usr/lib -Wl,-rpath-link,/home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf -Wl,-rpath-link,/home/guest/opt/sysroot/lib/arm-linux-gnueabihf -mfloat-abi=hard -Wl,-O1 -o pulseaudio pulseaudio.o   -L/home/guest/opt/sysroot/usr/lib -L/home/guest/opt/sysroot/lib/arm-linux-gnueabihf -L/home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf --sysroot=/home/guest/opt/sysroot -lpulse-mainloop-glib -lpulse -lglib-2.0
  296. PulseAudio disabled.
  297. OpenGL auto-detection... ()
  298. /usr/bin/arm-linux-gnueabihf-g++ -c -pipe -mtune=cortex-a15 -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard --sysroot=/home/guest/opt/sysroot -O2 -Wall -W -fPIC  -I. -I/home/guest/opt/sysroot/usr/include/libdrm -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8/bits -I/home/guest/opt/sysroot/usr/include -I/home/guest/opt/sysroot/usr/include/c++/4.8 -I/home/guest/opt/sysroot/usr/include/c++/4.8.4 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o opengldesktop.o opengldesktop.cpp
  299. /usr/bin/arm-linux-gnueabihf-g++ -Wl,-rpath-link,/home/guest/opt/sysroot/usr/lib -Wl,-rpath-link,/home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf -Wl,-rpath-link,/home/guest/opt/sysroot/lib/arm-linux-gnueabihf -mfloat-abi=hard -Wl,-O1 -o opengldesktop opengldesktop.o   -L/home/guest/opt/sysroot/usr/lib -L/home/guest/opt/sysroot/lib/arm-linux-gnueabihf -L/home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf --sysroot=/home/guest/opt/sysroot -lGL
  300. OpenGL enabled.
  301. FontConfig auto-detection... ()
  302. /usr/bin/arm-linux-gnueabihf-g++ -c -pipe -mtune=cortex-a15 -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard --sysroot=/home/guest/opt/sysroot -O2 -Wall -W -fPIC  -I. -I/home/guest/opt/sysroot/usr/include/freetype2 -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8/bits -I/home/guest/opt/sysroot/usr/include -I/home/guest/opt/sysroot/usr/include/c++/4.8 -I/home/guest/opt/sysroot/usr/include/c++/4.8.4 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o fontconfig.o fontconfig.cpp
  303. /usr/bin/arm-linux-gnueabihf-g++ -Wl,-rpath-link,/home/guest/opt/sysroot/usr/lib -Wl,-rpath-link,/home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf -Wl,-rpath-link,/home/guest/opt/sysroot/lib/arm-linux-gnueabihf -mfloat-abi=hard -Wl,-O1 -o fontconfig fontconfig.o   -L/home/guest/opt/sysroot/usr/lib -L/home/guest/opt/sysroot/lib/arm-linux-gnueabihf -L/home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf --sysroot=/home/guest/opt/sysroot -lfreetype -lfontconfig
  304. FontConfig enabled.
  305. libudev auto-detection... ()
  306. /usr/bin/arm-linux-gnueabihf-g++ -c -pipe -mtune=cortex-a15 -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard --sysroot=/home/guest/opt/sysroot -O2 -Wall -W -fPIC  -I. -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8/bits -I/home/guest/opt/sysroot/usr/include -I/home/guest/opt/sysroot/usr/include/c++/4.8 -I/home/guest/opt/sysroot/usr/include/c++/4.8.4 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o libudev.o libudev.cpp
  307. /usr/bin/arm-linux-gnueabihf-g++ -Wl,-rpath-link,/home/guest/opt/sysroot/usr/lib -Wl,-rpath-link,/home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf -Wl,-rpath-link,/home/guest/opt/sysroot/lib/arm-linux-gnueabihf -mfloat-abi=hard -Wl,-O1 -o libudev libudev.o   -L/home/guest/opt/sysroot/usr/lib -L/home/guest/opt/sysroot/lib/arm-linux-gnueabihf -L/home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf --sysroot=/home/guest/opt/sysroot -ludev
  308. libudev enabled.
  309. evdev auto-detection... ()
  310. /usr/bin/arm-linux-gnueabihf-g++ -c -pipe -mtune=cortex-a15 -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard --sysroot=/home/guest/opt/sysroot -O2 -Wall -W -fPIC  -I. -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8/bits -I/home/guest/opt/sysroot/usr/include -I/home/guest/opt/sysroot/usr/include/c++/4.8 -I/home/guest/opt/sysroot/usr/include/c++/4.8.4 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o evdev.o evdev.cpp
  311. /usr/bin/arm-linux-gnueabihf-g++ -Wl,-rpath-link,/home/guest/opt/sysroot/usr/lib -Wl,-rpath-link,/home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf -Wl,-rpath-link,/home/guest/opt/sysroot/lib/arm-linux-gnueabihf -mfloat-abi=hard -Wl,-O1 -o evdev evdev.o   -L/home/guest/opt/sysroot/usr/lib -L/home/guest/opt/sysroot/lib/arm-linux-gnueabihf -L/home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf --sysroot=/home/guest/opt/sysroot
  312. evdev enabled.
  313. tslib auto-detection... ()
  314. /usr/bin/arm-linux-gnueabihf-g++ -c -pipe -mtune=cortex-a15 -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard --sysroot=/home/guest/opt/sysroot -O2 -Wall -W -fPIC  -I. -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8/bits -I/home/guest/opt/sysroot/usr/include -I/home/guest/opt/sysroot/usr/include/c++/4.8 -I/home/guest/opt/sysroot/usr/include/c++/4.8.4 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o tslib.o tslib.cpp
  315. /usr/bin/arm-linux-gnueabihf-g++ -Wl,-rpath-link,/home/guest/opt/sysroot/usr/lib -Wl,-rpath-link,/home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf -Wl,-rpath-link,/home/guest/opt/sysroot/lib/arm-linux-gnueabihf -mfloat-abi=hard -Wl,-O1 -o tslib tslib.o   -L/home/guest/opt/sysroot/usr/lib -L/home/guest/opt/sysroot/lib/arm-linux-gnueabihf -L/home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf --sysroot=/home/guest/opt/sysroot -lts
  316. tslib enabled.
  317. xkbcommon auto-detection... ()
  318. /usr/bin/arm-linux-gnueabihf-g++ -c -pipe -mtune=cortex-a15 -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard --sysroot=/home/guest/opt/sysroot -O2 -Wall -W -fPIC  -I. -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8/bits -I/home/guest/opt/sysroot/usr/include -I/home/guest/opt/sysroot/usr/include/c++/4.8 -I/home/guest/opt/sysroot/usr/include/c++/4.8.4 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o xkbcommon.o xkbcommon.cpp
  319. /usr/bin/arm-linux-gnueabihf-g++ -Wl,-rpath-link,/home/guest/opt/sysroot/usr/lib -Wl,-rpath-link,/home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf -Wl,-rpath-link,/home/guest/opt/sysroot/lib/arm-linux-gnueabihf -mfloat-abi=hard -Wl,-O1 -o xkbcommon xkbcommon.o   -L/home/guest/opt/sysroot/usr/lib -L/home/guest/opt/sysroot/lib/arm-linux-gnueabihf -L/home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf --sysroot=/home/guest/opt/sysroot -lxkbcommon
  320. xkbcommon enabled.
  321. libinput auto-detection... ()
  322. /usr/bin/arm-linux-gnueabihf-g++ -c -pipe -mtune=cortex-a15 -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard --sysroot=/home/guest/opt/sysroot -O2 -Wall -W -fPIC  -I. -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8/bits -I/home/guest/opt/sysroot/usr/include -I/home/guest/opt/sysroot/usr/include/c++/4.8 -I/home/guest/opt/sysroot/usr/include/c++/4.8.4 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o libinput.o libinput.cpp
  323. libinput disabled.
  324. XLib auto-detection... ()
  325. /usr/bin/arm-linux-gnueabihf-g++ -c -pipe -mtune=cortex-a15 -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard --sysroot=/home/guest/opt/sysroot -O2 -Wall -W -fPIC  -I. -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8/bits -I/home/guest/opt/sysroot/usr/include -I/home/guest/opt/sysroot/usr/include/c++/4.8 -I/home/guest/opt/sysroot/usr/include/c++/4.8.4 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o xlib.o xlib.cpp
  326. /usr/bin/arm-linux-gnueabihf-g++ -Wl,-rpath-link,/home/guest/opt/sysroot/usr/lib -Wl,-rpath-link,/home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf -Wl,-rpath-link,/home/guest/opt/sysroot/lib/arm-linux-gnueabihf -mfloat-abi=hard -Wl,-O1 -o xlib xlib.o   -L/home/guest/opt/sysroot/usr/lib -L/home/guest/opt/sysroot/lib/arm-linux-gnueabihf -L/home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf --sysroot=/home/guest/opt/sysroot -lXext -lX11 -lm
  327. XLib enabled.
  328. Xrender auto-detection... ()
  329. /usr/bin/arm-linux-gnueabihf-g++ -c -pipe -mtune=cortex-a15 -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard --sysroot=/home/guest/opt/sysroot -O2 -Wall -W -fPIC  -I. -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8/bits -I/home/guest/opt/sysroot/usr/include -I/home/guest/opt/sysroot/usr/include/c++/4.8 -I/home/guest/opt/sysroot/usr/include/c++/4.8.4 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o xrender.o xrender.cpp
  330. /usr/bin/arm-linux-gnueabihf-g++ -Wl,-rpath-link,/home/guest/opt/sysroot/usr/lib -Wl,-rpath-link,/home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf -Wl,-rpath-link,/home/guest/opt/sysroot/lib/arm-linux-gnueabihf -mfloat-abi=hard -Wl,-O1 -o xrender xrender.o   -L/home/guest/opt/sysroot/usr/lib -L/home/guest/opt/sysroot/lib/arm-linux-gnueabihf -L/home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf --sysroot=/home/guest/opt/sysroot -lXrender -lXext -lX11 -lm
  331. Xrender enabled.
  332. XInput2 auto-detection... ()
  333. /usr/bin/arm-linux-gnueabihf-g++ -c -pipe -mtune=cortex-a15 -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard --sysroot=/home/guest/opt/sysroot -O2 -Wall -W -fPIC  -I. -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8/bits -I/home/guest/opt/sysroot/usr/include -I/home/guest/opt/sysroot/usr/include/c++/4.8 -I/home/guest/opt/sysroot/usr/include/c++/4.8.4 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o xinput2.o xinput2.cpp
  334. /usr/bin/arm-linux-gnueabihf-g++ -Wl,-rpath-link,/home/guest/opt/sysroot/usr/lib -Wl,-rpath-link,/home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf -Wl,-rpath-link,/home/guest/opt/sysroot/lib/arm-linux-gnueabihf -mfloat-abi=hard -Wl,-O1 -o xinput2 xinput2.o   -L/home/guest/opt/sysroot/usr/lib -L/home/guest/opt/sysroot/lib/arm-linux-gnueabihf -L/home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf --sysroot=/home/guest/opt/sysroot -lXi -lXext -lX11 -lm
  335. XInput2 enabled.
  336. xcb auto-detection... ()
  337. /usr/bin/arm-linux-gnueabihf-g++ -c -pipe -mtune=cortex-a15 -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard --sysroot=/home/guest/opt/sysroot -O2 -Wall -W -fPIC  -I. -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8/bits -I/home/guest/opt/sysroot/usr/include -I/home/guest/opt/sysroot/usr/include/c++/4.8 -I/home/guest/opt/sysroot/usr/include/c++/4.8.4 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o xcb.o xcb.cpp
  338. /usr/bin/arm-linux-gnueabihf-g++ -Wl,-rpath-link,/home/guest/opt/sysroot/usr/lib -Wl,-rpath-link,/home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf -Wl,-rpath-link,/home/guest/opt/sysroot/lib/arm-linux-gnueabihf -mfloat-abi=hard -Wl,-O1 -o xcb xcb.o   -L/home/guest/opt/sysroot/usr/lib -L/home/guest/opt/sysroot/lib/arm-linux-gnueabihf -L/home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf --sysroot=/home/guest/opt/sysroot -lxcb
  339. xcb enabled.
  340. xcb-syslibs auto-detection... ()
  341. /usr/bin/arm-linux-gnueabihf-g++ -c -pipe -mtune=cortex-a15 -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard --sysroot=/home/guest/opt/sysroot -O2 -Wall -W -fPIC  -I. -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8/bits -I/home/guest/opt/sysroot/usr/include -I/home/guest/opt/sysroot/usr/include/c++/4.8 -I/home/guest/opt/sysroot/usr/include/c++/4.8.4 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o xcb.o xcb.cpp
  342. /usr/bin/arm-linux-gnueabihf-g++ -Wl,-rpath-link,/home/guest/opt/sysroot/usr/lib -Wl,-rpath-link,/home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf -Wl,-rpath-link,/home/guest/opt/sysroot/lib/arm-linux-gnueabihf -mfloat-abi=hard -Wl,-O1 -o xcb-syslibs xcb.o   -L/home/guest/opt/sysroot/usr/lib -L/home/guest/opt/sysroot/lib/arm-linux-gnueabihf -L/home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf --sysroot=/home/guest/opt/sysroot -lxcb-render -lxcb-shm -lxcb-shape -lxcb -lxcb-image -lxcb-keysyms -lxcb-icccm -lxcb-sync -lxcb-xfixes -lxcb-randr
  343. xcb-syslibs enabled.
  344. xcb-render auto-detection... ()
  345. /usr/bin/arm-linux-gnueabihf-g++ -c -pipe -mtune=cortex-a15 -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard --sysroot=/home/guest/opt/sysroot -O2 -Wall -W -fPIC  -I. -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8/bits -I/home/guest/opt/sysroot/usr/include -I/home/guest/opt/sysroot/usr/include/c++/4.8 -I/home/guest/opt/sysroot/usr/include/c++/4.8.4 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o xcb-render.o xcb-render.cpp
  346. /usr/bin/arm-linux-gnueabihf-g++ -Wl,-rpath-link,/home/guest/opt/sysroot/usr/lib -Wl,-rpath-link,/home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf -Wl,-rpath-link,/home/guest/opt/sysroot/lib/arm-linux-gnueabihf -mfloat-abi=hard -Wl,-O1 -o xcb-render xcb-render.o   -L/home/guest/opt/sysroot/usr/lib -L/home/guest/opt/sysroot/lib/arm-linux-gnueabihf -L/home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf --sysroot=/home/guest/opt/sysroot -lxcb-sync -lxcb-xfixes -lxcb-randr -lxcb-image -lxcb-shm -lxcb-keysyms -lxcb-icccm -lxcb-shape -lxcb -lxcb-render -lxcb-render-util
  347. xcb-render enabled.
  348. xcb-glx auto-detection... ()
  349. /usr/bin/arm-linux-gnueabihf-g++ -c -pipe -mtune=cortex-a15 -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard --sysroot=/home/guest/opt/sysroot -O2 -Wall -W -fPIC  -I. -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8/bits -I/home/guest/opt/sysroot/usr/include -I/home/guest/opt/sysroot/usr/include/c++/4.8 -I/home/guest/opt/sysroot/usr/include/c++/4.8.4 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o xcb-glx.o xcb-glx.cpp
  350. /usr/bin/arm-linux-gnueabihf-g++ -Wl,-rpath-link,/home/guest/opt/sysroot/usr/lib -Wl,-rpath-link,/home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf -Wl,-rpath-link,/home/guest/opt/sysroot/lib/arm-linux-gnueabihf -mfloat-abi=hard -Wl,-O1 -o xcb-glx xcb-glx.o   -L/home/guest/opt/sysroot/usr/lib -L/home/guest/opt/sysroot/lib/arm-linux-gnueabihf -L/home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf --sysroot=/home/guest/opt/sysroot -lxcb-sync -lxcb-xfixes -lxcb-render -lxcb-randr -lxcb-image -lxcb-shm -lxcb-keysyms -lxcb-icccm -lxcb-shape -lxcb -lxcb-glx
  351. xcb-glx enabled.
  352. xcb-xlib auto-detection... ()
  353. /usr/bin/arm-linux-gnueabihf-g++ -c -pipe -mtune=cortex-a15 -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard --sysroot=/home/guest/opt/sysroot -O2 -Wall -W -fPIC  -I. -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8/bits -I/home/guest/opt/sysroot/usr/include -I/home/guest/opt/sysroot/usr/include/c++/4.8 -I/home/guest/opt/sysroot/usr/include/c++/4.8.4 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o xcb-xlib.o xcb-xlib.cpp
  354. /usr/bin/arm-linux-gnueabihf-g++ -Wl,-rpath-link,/home/guest/opt/sysroot/usr/lib -Wl,-rpath-link,/home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf -Wl,-rpath-link,/home/guest/opt/sysroot/lib/arm-linux-gnueabihf -mfloat-abi=hard -Wl,-O1 -o xcb-xlib xcb-xlib.o   -L/home/guest/opt/sysroot/usr/lib -L/home/guest/opt/sysroot/lib/arm-linux-gnueabihf -L/home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf --sysroot=/home/guest/opt/sysroot -lxcb-sync -lxcb-xfixes -lxcb-render -lxcb-randr -lxcb-image -lxcb-shm -lxcb-keysyms -lxcb-icccm -lxcb-shape -lxcb -lX11 -lX11-xcb
  355. xcb-xlib enabled.
  356. GBM auto-detection... ()
  357. GBM disabled.
  358. LinuxFB auto-detection... ()
  359. /usr/bin/arm-linux-gnueabihf-g++ -c -pipe -mtune=cortex-a15 -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard --sysroot=/home/guest/opt/sysroot -O2 -Wall -W -fPIC  -I. -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8/bits -I/home/guest/opt/sysroot/usr/include -I/home/guest/opt/sysroot/usr/include/c++/4.8 -I/home/guest/opt/sysroot/usr/include/c++/4.8.4 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o linuxfb.o linuxfb.cpp
  360. /usr/bin/arm-linux-gnueabihf-g++ -Wl,-rpath-link,/home/guest/opt/sysroot/usr/lib -Wl,-rpath-link,/home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf -Wl,-rpath-link,/home/guest/opt/sysroot/lib/arm-linux-gnueabihf -mfloat-abi=hard -Wl,-O1 -o linuxfb linuxfb.o   -L/home/guest/opt/sysroot/usr/lib -L/home/guest/opt/sysroot/lib/arm-linux-gnueabihf -L/home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf --sysroot=/home/guest/opt/sysroot
  361. LinuxFB enabled.
  362. KMS auto-detection... ()
  363. /usr/bin/arm-linux-gnueabihf-g++ -c -pipe -mtune=cortex-a15 -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard --sysroot=/home/guest/opt/sysroot -O2 -Wall -W -fPIC  -I. -I/home/guest/opt/sysroot/usr/include/libdrm -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8/bits -I/home/guest/opt/sysroot/usr/include -I/home/guest/opt/sysroot/usr/include/c++/4.8 -I/home/guest/opt/sysroot/usr/include/c++/4.8.4 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o kms.o kms.cpp
  364. /usr/bin/arm-linux-gnueabihf-g++ -Wl,-rpath-link,/home/guest/opt/sysroot/usr/lib -Wl,-rpath-link,/home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf -Wl,-rpath-link,/home/guest/opt/sysroot/lib/arm-linux-gnueabihf -mfloat-abi=hard -Wl,-O1 -o kms kms.o   -L/home/guest/opt/sysroot/usr/lib -L/home/guest/opt/sysroot/lib/arm-linux-gnueabihf -L/home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf --sysroot=/home/guest/opt/sysroot -ldrm -ludev
  365. KMS enabled.
  366. Mir client auto-detection... ()
  367. Mir client disabled.
  368. EGL auto-detection... ()
  369. /usr/bin/arm-linux-gnueabihf-g++ -c -pipe -mtune=cortex-a15 -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard --sysroot=/home/guest/opt/sysroot -O2 -Wall -W -fPIC  -I. -I/home/guest/opt/sysroot/usr/include/libdrm -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8/bits -I/home/guest/opt/sysroot/usr/include -I/home/guest/opt/sysroot/usr/include/c++/4.8 -I/home/guest/opt/sysroot/usr/include/c++/4.8.4 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o egl.o egl.cpp
  370. /usr/bin/arm-linux-gnueabihf-g++ -Wl,-rpath-link,/home/guest/opt/sysroot/usr/lib -Wl,-rpath-link,/home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf -Wl,-rpath-link,/home/guest/opt/sysroot/lib/arm-linux-gnueabihf -mfloat-abi=hard -Wl,-O1 -o egl egl.o   -L/home/guest/opt/sysroot/usr/lib -L/home/guest/opt/sysroot/lib/arm-linux-gnueabihf -L/home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf --sysroot=/home/guest/opt/sysroot -lEGL
  371. EGL enabled.
  372. EGL-X11 auto-detection... ()
  373. /usr/bin/arm-linux-gnueabihf-g++ -c -pipe -mtune=cortex-a15 -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard --sysroot=/home/guest/opt/sysroot -O2 -Wall -W -fPIC  -I. -I/home/guest/opt/sysroot/usr/include/libdrm -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8/bits -I/home/guest/opt/sysroot/usr/include -I/home/guest/opt/sysroot/usr/include/c++/4.8 -I/home/guest/opt/sysroot/usr/include/c++/4.8.4 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o egl-x11.o egl-x11.cpp
  374. /usr/bin/arm-linux-gnueabihf-g++ -Wl,-rpath-link,/home/guest/opt/sysroot/usr/lib -Wl,-rpath-link,/home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf -Wl,-rpath-link,/home/guest/opt/sysroot/lib/arm-linux-gnueabihf -mfloat-abi=hard -Wl,-O1 -o egl-x11 egl-x11.o   -L/home/guest/opt/sysroot/usr/lib -L/home/guest/opt/sysroot/lib/arm-linux-gnueabihf -L/home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf --sysroot=/home/guest/opt/sysroot -lEGL -lxcb -lX11 -lX11-xcb
  375. EGL-X11 enabled.
  376. eglfs-brcm auto-detection... ()
  377. /usr/bin/arm-linux-gnueabihf-g++ -c -pipe -mtune=cortex-a15 -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard --sysroot=/home/guest/opt/sysroot -O2 -Wall -W -fPIC  -I. -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8/bits -I/home/guest/opt/sysroot/usr/include -I/home/guest/opt/sysroot/usr/include/c++/4.8 -I/home/guest/opt/sysroot/usr/include/c++/4.8.4 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o eglfs-brcm.o eglfs-brcm.cpp
  378. eglfs-brcm disabled.
  379. eglfs-egldevice auto-detection... ()
  380. /usr/bin/arm-linux-gnueabihf-g++ -c -pipe -mtune=cortex-a15 -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard --sysroot=/home/guest/opt/sysroot -O2 -Wall -W -fPIC  -I. -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8/bits -I/home/guest/opt/sysroot/usr/include -I/home/guest/opt/sysroot/usr/include/c++/4.8 -I/home/guest/opt/sysroot/usr/include/c++/4.8.4 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o eglfs-egldevice.o eglfs-egldevice.cpp
  381. eglfs-egldevice disabled.
  382. eglfs-mali auto-detection... ()
  383. /usr/bin/arm-linux-gnueabihf-g++ -c -pipe -mtune=cortex-a15 -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard --sysroot=/home/guest/opt/sysroot -O2 -Wall -W -fPIC  -I. -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8/bits -I/home/guest/opt/sysroot/usr/include -I/home/guest/opt/sysroot/usr/include/c++/4.8 -I/home/guest/opt/sysroot/usr/include/c++/4.8.4 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o eglfs-mali.o eglfs-mali.cpp
  384. eglfs-mali disabled.
  385. eglfs-mali-2 auto-detection... ()
  386. /usr/bin/arm-linux-gnueabihf-g++ -c -pipe -mtune=cortex-a15 -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard --sysroot=/home/guest/opt/sysroot -O2 -Wall -W -fPIC  -I. -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8/bits -I/home/guest/opt/sysroot/usr/include -I/home/guest/opt/sysroot/usr/include/c++/4.8 -I/home/guest/opt/sysroot/usr/include/c++/4.8.4 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o eglfs-mali-2.o eglfs-mali-2.cpp
  387. eglfs-mali-2 disabled.
  388. eglfs-viv auto-detection... ()
  389. /usr/bin/arm-linux-gnueabihf-g++ -c -pipe -mtune=cortex-a15 -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard --sysroot=/home/guest/opt/sysroot -O2 -Wall -W -fPIC -DLINUX=1 -DEGL_API_FB=1 -I. -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8/bits -I/home/guest/opt/sysroot/usr/include -I/home/guest/opt/sysroot/usr/include/c++/4.8 -I/home/guest/opt/sysroot/usr/include/c++/4.8.4 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o eglfs-viv.o eglfs-viv.cpp
  390. eglfs-viv disabled.
  391. STL auto-detection... ()
  392. /usr/bin/arm-linux-gnueabihf-g++ -c -pipe -mtune=cortex-a15 -march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard --sysroot=/home/guest/opt/sysroot -O2 -Wall -W -fPIC  -I. -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8/bits -I/home/guest/opt/sysroot/usr/include -I/home/guest/opt/sysroot/usr/include/c++/4.8 -I/home/guest/opt/sysroot/usr/include/c++/4.8.4 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o stltest.o stltest.cpp
  393. STL disabled.
  394. STL functionality check failed! Cannot build Qt with this STL library.
  395. Turn on verbose messaging (-v) to ./configure to see the final report.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement