Advertisement
Guest User

Untitled

a guest
May 20th, 2016
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 77.73 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 c++14.cpp:37:4: error: #error "__cplusplus must be > 201103L (the value of C++11)"
  18.  #  error "__cplusplus must be > 201103L (the value of C++11)"
  19.     ^
  20. make: *** [c++14.o] Error 1
  21. arm-linux-gnueabihf-g++: error: unrecognized command line option ‘-msse2’
  22. make: *** [sse2.o] Error 1
  23. zlib.cpp: In function ‘int main(int, char**)’:
  24. zlib.cpp:38:15: warning: variable ‘stream’ set but not used [-Wunused-but-set-variable]
  25.      z_streamp stream;
  26.                ^
  27. zlib.cpp:40:17: warning: variable ‘ver’ set but not used [-Wunused-but-set-variable]
  28.      const char *ver = zlibVersion();
  29.                  ^
  30. zlib.cpp:43:9: warning: variable ‘res’ set but not used [-Wunused-but-set-variable]
  31.      int res = compress2(0, 0, 0, 0, 1);
  32.          ^
  33. Project ERROR: mtdev development package not found
  34. libjpeg.cpp: In function ‘int main(int, char**)’:
  35. libjpeg.cpp:43:32: warning: ‘cinfo’ is used uninitialized in this function [-Wuninitialized]
  36.      jpeg_create_compress(cinfo);
  37.                                 ^
  38. libpng.cpp: In function ‘int main(int, char**)’:
  39. libpng.cpp:42:17: warning: variable ‘png_ptr’ set but not used [-Wunused-but-set-variable]
  40.      png_structp png_ptr;
  41.                  ^
  42. /home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf/libpng.a(libpng12_la-pngread.o): In function `png_create_read_struct_2':
  43. (.text+0x1e8): undefined reference to `inflateInit_'
  44. /home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf/libpng.a(libpng12_la-pngread.o): In function `png_read_init_3':
  45. (.text+0x34c): undefined reference to `inflateInit_'
  46. /home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf/libpng.a(libpng12_la-pngread.o): In function `png_read_row':
  47. (.text+0xa82): undefined reference to `inflate'
  48. /home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf/libpng.a(libpng12_la-pngread.o): In function `png_read_destroy':
  49. (.text+0x132e): undefined reference to `inflateEnd'
  50. /home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf/libpng.a(libpng12_la-png.o): In function `png_reset_crc':
  51. (.text+0xee): undefined reference to `crc32'
  52. /home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf/libpng.a(libpng12_la-png.o): In function `png_calculate_crc':
  53. (.text+0x118): undefined reference to `crc32'
  54. /home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf/libpng.a(libpng12_la-png.o): In function `png_reset_zstream':
  55. (.text+0x6fa): undefined reference to `inflateReset'
  56. /home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf/libpng.a(libpng12_la-pngrutil.o): In function `png_inflate':
  57. (.text+0x3e): undefined reference to `inflate'
  58. /home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf/libpng.a(libpng12_la-pngrutil.o): In function `png_inflate':
  59. (.text+0x8c): undefined reference to `inflateReset'
  60. /home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf/libpng.a(libpng12_la-pngrutil.o): In function `png_read_finish_row':
  61. (.text+0x2ac8): undefined reference to `inflateReset'
  62. /home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf/libpng.a(libpng12_la-pngrutil.o): In function `png_read_finish_row':
  63. (.text+0x2b0e): undefined reference to `inflate'
  64. /home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf/libpng.a(libpng12_la-pngrutil.o): In function `png_read_finish_row':
  65. (.text+0x2bc8): undefined reference to `inflate'
  66. collect2: error: ld returned 1 exit status
  67. make: *** [libpng] Error 1
  68. libdl.o: In function `main':
  69. 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
  70. /home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf/libdl.a(dlopen.o): In function `dlopen':
  71. (.text+0x8): undefined reference to `__dlopen'
  72. collect2: error: ld returned 1 exit status
  73. make: *** [libdl] Error 1
  74. db2.cpp:34:20: fatal error: sqlcli.h: No such file or directory
  75. #include <sqlcli.h>
  76.                    ^
  77. compilation terminated.
  78. make: *** [db2.o] Error 1
  79. ibase.cpp:34:19: fatal error: ibase.h: No such file or directory
  80. #include <ibase.h>
  81.                   ^
  82. compilation terminated.
  83. make: *** [ibase.o] Error 1
  84. ../mysql/mysql.cpp:34:19: fatal error: mysql.h: No such file or directory
  85. #include "mysql.h"
  86.                   ^
  87. compilation terminated.
  88. make: *** [mysql.o] Error 1
  89. mysql.cpp:34:19: fatal error: mysql.h: No such file or directory
  90. #include "mysql.h"
  91.                   ^
  92. compilation terminated.
  93. make: *** [mysql.o] Error 1
  94. oci.cpp:34:17: fatal error: oci.h: No such file or directory
  95. #include <oci.h>
  96.                 ^
  97. compilation terminated.
  98. make: *** [oci.o] Error 1
  99. odbc.cpp:37:17: fatal error: sql.h: No such file or directory
  100. #include <sql.h>
  101.                 ^
  102. compilation terminated.
  103. make: *** [odbc.o] Error 1
  104. iodbc.cpp:34:17: fatal error: sql.h: No such file or directory
  105. #include <sql.h>
  106.                 ^
  107. compilation terminated.
  108. make: *** [iodbc.o] Error 1
  109. psql.cpp:34:22: fatal error: libpq-fe.h: No such file or directory
  110. #include "libpq-fe.h"
  111.                      ^
  112. compilation terminated.
  113. make: *** [psql.o] Error 1
  114. sqlite2.cpp:34:20: fatal error: sqlite.h: No such file or directory
  115. #include <sqlite.h>
  116.                    ^
  117. compilation terminated.
  118. make: *** [sqlite2.o] Error 1
  119. tds.cpp:34:22: fatal error: sybfront.h: No such file or directory
  120. #include <sybfront.h>
  121.                      ^
  122. compilation terminated.
  123. make: *** [tds.o] Error 1
  124. cups.cpp:34:23: fatal error: cups/cups.h: No such file or directory
  125. #include <cups/cups.h>
  126.                       ^
  127. compilation terminated.
  128. make: *** [cups.o] Error 1
  129. /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':
  130. (.text+0x40): undefined reference to `pthread_mutexattr_init'
  131. /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':
  132. (.text+0x48): undefined reference to `pthread_mutexattr_settype'
  133. /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':
  134. (.text+0x5a): undefined reference to `pthread_mutexattr_destroy'
  135. /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':
  136. (.text+0x108): undefined reference to `pthread_condattr_setclock'
  137. collect2: error: ld returned 1 exit status
  138. make: *** [dbus] Error 1
  139. libproxy.cpp:36:19: fatal error: proxy.h: No such file or directory
  140. #include <proxy.h>
  141.                   ^
  142. compilation terminated.
  143. make: *** [libproxy.o] Error 1
  144. glib.cpp: In function ‘int main(int, char**)’:
  145. 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]
  146.         g_thread_init(NULL);
  147.         ^
  148. 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]
  149.         g_thread_init(NULL);
  150.                           ^
  151. icu.cpp:34:28: fatal error: unicode/utypes.h: No such file or directory
  152. #include <unicode/utypes.h>
  153.                            ^
  154. compilation terminated.
  155. make: *** [icu.o] Error 1
  156. /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'
  157. /home/guest/opt/sysroot/lib/arm-linux-gnueabihf/libpthread.so.0: error adding symbols: DSO missing from command line
  158. collect2: error: ld returned 1 exit status
  159. make: *** [pulseaudio] Error 1
  160. fontconfig.cpp: In function ‘int main(int, char**)’:
  161. fontconfig.cpp:48:13: warning: variable ‘face’ set but not used [-Wunused-but-set-variable]
  162.     FT_Face face;
  163.             ^
  164. fontconfig.cpp:50:16: warning: variable ‘pattern’ set but not used [-Wunused-but-set-variable]
  165.     FcPattern *pattern;
  166.                ^
  167. libinput.cpp:34:22: fatal error: libinput.h: No such file or directory
  168. #include <libinput.h>
  169.                      ^
  170. compilation terminated.
  171. make: *** [libinput.o] Error 1
  172. xrender.cpp: In function ‘int main(int, char**)’:
  173. xrender.cpp:42:24: warning: variable ‘format’ set but not used [-Wunused-but-set-variable]
  174.     XRenderPictFormat *format;
  175.                        ^
  176. xinput2.cpp: In function ‘int main(int, char**)’:
  177. xinput2.cpp:51:14: warning: variable ‘xievent’ set but not used [-Wunused-but-set-variable]
  178.     XIEvent *xievent;
  179.              ^
  180. xinput2.cpp:54:20: warning: variable ‘xideviceevent’ set but not used [-Wunused-but-set-variable]
  181.     XIDeviceEvent *xideviceevent;
  182.                    ^
  183. xinput2.cpp:57:23: warning: variable ‘xihierarchyevent’ set but not used [-Wunused-but-set-variable]
  184.     XIHierarchyEvent *xihierarchyevent;
  185.                       ^
  186. xcb.cpp: In function ‘int main(int, char**)’:
  187. xcb.cpp:39:23: warning: unused variable ‘t’ [-Wunused-variable]
  188.     xcb_connection_t *t = xcb_connect("", &primaryScreen);
  189.                       ^
  190. xcb.cpp: In function ‘int main(int, char**)’:
  191. xcb.cpp:52:23: warning: unused variable ‘connection’ [-Wunused-variable]
  192.     xcb_connection_t *connection = xcb_connect("", &primaryScreen);
  193.                       ^
  194. xcb.cpp:55:9: warning: unused variable ‘xcbAtomPrimary’ [-Wunused-variable]
  195.     int xcbAtomPrimary = XCB_ATOM_PRIMARY;
  196.         ^
  197. xcb-xlib.cpp: In function ‘int main(int, char**)’:
  198. xcb-xlib.cpp:41:23: warning: unused variable ‘connection’ [-Wunused-variable]
  199.     xcb_connection_t *connection =  XGetXCBConnection(dpy);
  200.                       ^
  201. Project ERROR: gbm development package not found
  202. kms.cpp: In function ‘int main(int, char**)’:
  203. kms.cpp:43:20: warning: unused variable ‘currentMode’ [-Wunused-variable]
  204.     drmModeCrtcPtr currentMode = drmModeGetCrtc(0, 0);
  205.                    ^
  206. Project ERROR: ubuntu-platform-api development package not found
  207. egl.cpp: In function ‘int main(int, char**)’:
  208. egl.cpp:38:12: warning: unused variable ‘x’ [-Wunused-variable]
  209.     EGLint x = 0;
  210.            ^
  211. eglfs-brcm.cpp:36:22: fatal error: bcm_host.h: No such file or directory
  212. #include <bcm_host.h>
  213.                      ^
  214. compilation terminated.
  215. make: *** [eglfs-brcm.o] Error 1
  216. In file included from eglfs-egldevice.cpp:43:0:
  217. /usr/arm-linux-gnueabihf/include/xf86drm.h:40:17: fatal error: drm.h: No such file or directory
  218. #include <drm.h>
  219.                 ^
  220. compilation terminated.
  221. make: *** [eglfs-egldevice.o] Error 1
  222. eglfs-mali.cpp:34:30: fatal error: EGL/fbdev_window.h: No such file or directory
  223. #include <EGL/fbdev_window.h>
  224.                              ^
  225. compilation terminated.
  226. make: *** [eglfs-mali.o] Error 1
  227. eglfs-mali-2.cpp: In function ‘int main(int, char**)’:
  228. eglfs-mali-2.cpp:41:5: error: ‘mali_native_window’ was not declared in this scope
  229.     mali_native_window *w = 0;
  230.     ^
  231. eglfs-mali-2.cpp:41:25: error: ‘w’ was not declared in this scope
  232.     mali_native_window *w = 0;
  233.                         ^
  234. make: *** [eglfs-mali-2.o] Error 1
  235. eglfs-viv.cpp:35:28: fatal error: EGL/eglvivante.h: No such file or directory
  236. #include <EGL/eglvivante.h>
  237.                            ^
  238. compilation terminated.
  239. make: *** [eglfs-viv.o] Error 1
  240. WARNING: Unable to find file .device.vars
  241. stltest.cpp: In function ‘int main()’:
  242. stltest.cpp:128:13: warning: variable ‘first’ set but not used [-Wunused-but-set-variable]
  243.         int first = (*m1it).first;
  244.             ^
  245. stltest.cpp:130:16: warning: variable ‘second’ set but not used [-Wunused-but-set-variable]
  246.         double second = (*m1it).second;
  247.                ^
  248. stltest.cpp:101:9: warning: variable ‘v1size’ set but not used [-Wunused-but-set-variable]
  249.     int v1size = v1.size();
  250.         ^
  251. stltest.cpp:103:9: warning: variable ‘v1capacity’ set but not used [-Wunused-but-set-variable]
  252.     int v1capacity = v1.capacity();
  253.         ^
  254. stltest.cpp:107:10: warning: variable ‘v1notfound’ set but not used [-Wunused-but-set-variable]
  255.     bool v1notfound = (v1it == v1.end());
  256.          ^
  257. stltest.cpp:111:10: warning: variable ‘v1found’ set but not used [-Wunused-but-set-variable]
  258.     bool v1found = (v1it != v1.end());
  259.          ^
  260. stltest.cpp:116:9: warning: variable ‘v2size’ set but not used [-Wunused-but-set-variable]
  261.     int v2size = v2.size();
  262.         ^
  263. stltest.cpp:124:9: warning: variable ‘m1size’ set but not used [-Wunused-but-set-variable]
  264.     int m1size = m1.size();
  265.         ^
  266. stltest.cpp:134:9: warning: variable ‘m2size’ set but not used [-Wunused-but-set-variable]
  267.     int m2size = m2.size();
  268.         ^
  269. stltest.cpp:138:9: warning: unused variable ‘n’ [-Wunused-variable]
  270.     int n = std::distance(it1, it2);
  271.         ^
  272. cloexec.cpp: In function ‘int main()’:
  273. cloexec.cpp:44:48: warning: ignoring return value of ‘int pipe2(int*, int)’, declared with attribute warn_unused_result [-Wunused-result]
  274.     (void) pipe2(pipes, O_CLOEXEC | O_NONBLOCK);
  275.                                                ^
  276. openssl.cpp:34:30: fatal error: openssl/opensslv.h: No such file or directory
  277. #include <openssl/opensslv.h>
  278.                              ^
  279. compilation terminated.
  280. make: *** [openssl.o] Error 1
  281. /usr/lib/gcc-cross/arm-linux-gnueabihf/4.8/../../../../arm-linux-gnueabihf/bin/ld: cannot find -lpcre16
  282. collect2: error: ld returned 1 exit status
  283. make: *** [pcre] Error 1
  284. openvg.cpp:40:23: fatal error: VG/openvg.h: No such file or directory
  285. #include <VG/openvg.h>
  286.                       ^
  287. compilation terminated.
  288. make: *** [openvg.o] Error 1
  289. openvg.cpp:40:23: fatal error: VG/openvg.h: No such file or directory
  290. #include <VG/openvg.h>
  291.                       ^
  292. compilation terminated.
  293. make: *** [openvg.o] Error 1
  294. openvg.cpp:38:23: fatal error: vg/openvg.h: No such file or directory
  295. #include <vg/openvg.h>
  296.                       ^
  297. compilation terminated.
  298. make: *** [openvg.o] Error 1
  299. openvg.cpp:38:23: fatal error: vg/openvg.h: No such file or directory
  300. #include <vg/openvg.h>
  301.                       ^
  302. compilation terminated.
  303. make: *** [openvg.o] Error 1
  304. alsatest.cpp:39:5: warning: unused parameter ‘argc’ [-Wunused-parameter]
  305. int main(int argc,char **argv)
  306.     ^
  307. alsatest.cpp:39:5: warning: unused parameter ‘argv’ [-Wunused-parameter]
  308. WARNING: Unable to find file .device.vars
  309. WARNING: Unable to find file .device.vars
  310. ./../../mkspecs/devices/linux-jetson-tk1-g++ -o oci.o oci.cpp
  311. OCI disabled.
  312. ODBC auto-detection... ()
  313. /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/home/guest/opt/sysroot/usr/include/c++/4.7/ -I/home/guest/opt/sysroot/usr/include/c++/4.7/arm-linux-gnueabihf/ -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o odbc.o odbc.cpp
  314. ODBC disabled.
  315. iODBC auto-detection... ()
  316. /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/home/guest/opt/sysroot/usr/include/c++/4.7/ -I/home/guest/opt/sysroot/usr/include/c++/4.7/arm-linux-gnueabihf/ -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o iodbc.o iodbc.cpp
  317. iODBC disabled.
  318. PostgreSQL auto-detection... ()
  319. /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/home/guest/opt/sysroot/usr/include/c++/4.7/ -I/home/guest/opt/sysroot/usr/include/c++/4.7/arm-linux-gnueabihf/ -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o psql.o psql.cpp
  320. PostgreSQL disabled.
  321. SQLite2 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/home/guest/opt/sysroot/usr/include/c++/4.7/ -I/home/guest/opt/sysroot/usr/include/c++/4.7/arm-linux-gnueabihf/ -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o sqlite2.o sqlite2.cpp
  323. SQLite2 disabled.
  324. TDS 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/home/guest/opt/sysroot/usr/include/c++/4.7/ -I/home/guest/opt/sysroot/usr/include/c++/4.7/arm-linux-gnueabihf/ -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o tds.o tds.cpp
  326. TDS disabled.
  327. NIS auto-detection... ()
  328. /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/home/guest/opt/sysroot/usr/include/c++/4.7/ -I/home/guest/opt/sysroot/usr/include/c++/4.7/arm-linux-gnueabihf/ -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o nis.o nis.cpp
  329. /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
  330. NIS enabled.
  331. Cups auto-detection... ()
  332. /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/home/guest/opt/sysroot/usr/include/c++/4.7/ -I/home/guest/opt/sysroot/usr/include/c++/4.7/arm-linux-gnueabihf/ -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o cups.o cups.cpp
  333. Cups disabled.
  334. POSIX iconv auto-detection... ()
  335. /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/home/guest/opt/sysroot/usr/include/c++/4.7/ -I/home/guest/opt/sysroot/usr/include/c++/4.7/arm-linux-gnueabihf/ -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o iconv.o iconv.cpp
  336. /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
  337. POSIX iconv enabled.
  338. D-Bus auto-detection... ()
  339. /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/home/guest/opt/sysroot/usr/include/c++/4.7/ -I/home/guest/opt/sysroot/usr/include/c++/4.7/arm-linux-gnueabihf/ -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o dbus.o dbus.cpp
  340. /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
  341. D-Bus disabled.
  342. libproxy auto-detection... ()
  343. /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/home/guest/opt/sysroot/usr/include/c++/4.7/ -I/home/guest/opt/sysroot/usr/include/c++/4.7/arm-linux-gnueabihf/ -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o libproxy.o libproxy.cpp
  344. libproxy disabled.
  345. Glib auto-detection... ()
  346. /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/home/guest/opt/sysroot/usr/include/c++/4.7/ -I/home/guest/opt/sysroot/usr/include/c++/4.7/arm-linux-gnueabihf/ -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o glib.o glib.cpp
  347. /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
  348. Glib enabled.
  349. ICU auto-detection... ()
  350. /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/home/guest/opt/sysroot/usr/include/c++/4.7/ -I/home/guest/opt/sysroot/usr/include/c++/4.7/arm-linux-gnueabihf/ -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o icu.o icu.cpp
  351. ICU disabled.
  352. PulseAudio 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 -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/home/guest/opt/sysroot/usr/include/c++/4.7/ -I/home/guest/opt/sysroot/usr/include/c++/4.7/arm-linux-gnueabihf/ -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o pulseaudio.o pulseaudio.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 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
  355. PulseAudio disabled.
  356. OpenGL auto-detection... ()
  357. /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/home/guest/opt/sysroot/usr/include/c++/4.7/ -I/home/guest/opt/sysroot/usr/include/c++/4.7/arm-linux-gnueabihf/ -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o opengldesktop.o opengldesktop.cpp
  358. /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
  359. OpenGL enabled.
  360. FontConfig auto-detection... ()
  361. /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/home/guest/opt/sysroot/usr/include/c++/4.7/ -I/home/guest/opt/sysroot/usr/include/c++/4.7/arm-linux-gnueabihf/ -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o fontconfig.o fontconfig.cpp
  362. /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
  363. FontConfig enabled.
  364. libudev auto-detection... ()
  365. /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/home/guest/opt/sysroot/usr/include/c++/4.7/ -I/home/guest/opt/sysroot/usr/include/c++/4.7/arm-linux-gnueabihf/ -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o libudev.o libudev.cpp
  366. /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
  367. libudev enabled.
  368. evdev 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/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/home/guest/opt/sysroot/usr/include/c++/4.7/ -I/home/guest/opt/sysroot/usr/include/c++/4.7/arm-linux-gnueabihf/ -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o evdev.o evdev.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 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
  371. evdev enabled.
  372. tslib 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/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/home/guest/opt/sysroot/usr/include/c++/4.7/ -I/home/guest/opt/sysroot/usr/include/c++/4.7/arm-linux-gnueabihf/ -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o tslib.o tslib.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 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
  375. tslib enabled.
  376. xkbcommon 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/home/guest/opt/sysroot/usr/include/c++/4.7/ -I/home/guest/opt/sysroot/usr/include/c++/4.7/arm-linux-gnueabihf/ -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o xkbcommon.o xkbcommon.cpp
  378. /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
  379. xkbcommon enabled.
  380. libinput auto-detection... ()
  381. /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/home/guest/opt/sysroot/usr/include/c++/4.7/ -I/home/guest/opt/sysroot/usr/include/c++/4.7/arm-linux-gnueabihf/ -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o libinput.o libinput.cpp
  382. libinput disabled.
  383. XLib auto-detection... ()
  384. /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/home/guest/opt/sysroot/usr/include/c++/4.7/ -I/home/guest/opt/sysroot/usr/include/c++/4.7/arm-linux-gnueabihf/ -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o xlib.o xlib.cpp
  385. /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
  386. XLib enabled.
  387. Xrender auto-detection... ()
  388. /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/home/guest/opt/sysroot/usr/include/c++/4.7/ -I/home/guest/opt/sysroot/usr/include/c++/4.7/arm-linux-gnueabihf/ -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o xrender.o xrender.cpp
  389. /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
  390. Xrender enabled.
  391. XInput2 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/home/guest/opt/sysroot/usr/include/c++/4.7/ -I/home/guest/opt/sysroot/usr/include/c++/4.7/arm-linux-gnueabihf/ -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o xinput2.o xinput2.cpp
  393. /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
  394. XInput2 enabled.
  395. xcb auto-detection... ()
  396. /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/home/guest/opt/sysroot/usr/include/c++/4.7/ -I/home/guest/opt/sysroot/usr/include/c++/4.7/arm-linux-gnueabihf/ -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o xcb.o xcb.cpp
  397. /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
  398. xcb enabled.
  399. xcb-syslibs auto-detection... ()
  400. /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/home/guest/opt/sysroot/usr/include/c++/4.7/ -I/home/guest/opt/sysroot/usr/include/c++/4.7/arm-linux-gnueabihf/ -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o xcb.o xcb.cpp
  401. /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
  402. xcb-syslibs enabled.
  403. xcb-render auto-detection... ()
  404. /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/home/guest/opt/sysroot/usr/include/c++/4.7/ -I/home/guest/opt/sysroot/usr/include/c++/4.7/arm-linux-gnueabihf/ -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o xcb-render.o xcb-render.cpp
  405. /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
  406. xcb-render enabled.
  407. xcb-glx auto-detection... ()
  408. /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/home/guest/opt/sysroot/usr/include/c++/4.7/ -I/home/guest/opt/sysroot/usr/include/c++/4.7/arm-linux-gnueabihf/ -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o xcb-glx.o xcb-glx.cpp
  409. /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
  410. xcb-glx enabled.
  411. xcb-xlib auto-detection... ()
  412. /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/home/guest/opt/sysroot/usr/include/c++/4.7/ -I/home/guest/opt/sysroot/usr/include/c++/4.7/arm-linux-gnueabihf/ -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o xcb-xlib.o xcb-xlib.cpp
  413. /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
  414. xcb-xlib enabled.
  415. GBM auto-detection... ()
  416. GBM disabled.
  417. LinuxFB auto-detection... ()
  418. /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/home/guest/opt/sysroot/usr/include/c++/4.7/ -I/home/guest/opt/sysroot/usr/include/c++/4.7/arm-linux-gnueabihf/ -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o linuxfb.o linuxfb.cpp
  419. /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
  420. LinuxFB enabled.
  421. KMS auto-detection... ()
  422. /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/home/guest/opt/sysroot/usr/include/c++/4.7/ -I/home/guest/opt/sysroot/usr/include/c++/4.7/arm-linux-gnueabihf/ -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o kms.o kms.cpp
  423. /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
  424. KMS enabled.
  425. Mir client auto-detection... ()
  426. Mir client disabled.
  427. EGL auto-detection... ()
  428. /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/home/guest/opt/sysroot/usr/include/c++/4.7/ -I/home/guest/opt/sysroot/usr/include/c++/4.7/arm-linux-gnueabihf/ -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o egl.o egl.cpp
  429. /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
  430. EGL enabled.
  431. EGL-X11 auto-detection... ()
  432. /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/home/guest/opt/sysroot/usr/include/c++/4.7/ -I/home/guest/opt/sysroot/usr/include/c++/4.7/arm-linux-gnueabihf/ -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o egl-x11.o egl-x11.cpp
  433. /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
  434. EGL-X11 enabled.
  435. eglfs-brcm auto-detection... ()
  436. /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/home/guest/opt/sysroot/usr/include/c++/4.7/ -I/home/guest/opt/sysroot/usr/include/c++/4.7/arm-linux-gnueabihf/ -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o eglfs-brcm.o eglfs-brcm.cpp
  437. eglfs-brcm disabled.
  438. eglfs-egldevice auto-detection... ()
  439. /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/home/guest/opt/sysroot/usr/include/c++/4.7/ -I/home/guest/opt/sysroot/usr/include/c++/4.7/arm-linux-gnueabihf/ -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o eglfs-egldevice.o eglfs-egldevice.cpp
  440. eglfs-egldevice disabled.
  441. eglfs-mali auto-detection... ()
  442. /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/home/guest/opt/sysroot/usr/include/c++/4.7/ -I/home/guest/opt/sysroot/usr/include/c++/4.7/arm-linux-gnueabihf/ -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o eglfs-mali.o eglfs-mali.cpp
  443. eglfs-mali disabled.
  444. eglfs-mali-2 auto-detection... ()
  445. /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/home/guest/opt/sysroot/usr/include/c++/4.7/ -I/home/guest/opt/sysroot/usr/include/c++/4.7/arm-linux-gnueabihf/ -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o eglfs-mali-2.o eglfs-mali-2.cpp
  446. eglfs-mali-2 disabled.
  447. eglfs-viv auto-detection... ()
  448. /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/home/guest/opt/sysroot/usr/include/c++/4.7/ -I/home/guest/opt/sysroot/usr/include/c++/4.7/arm-linux-gnueabihf/ -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o eglfs-viv.o eglfs-viv.cpp
  449. eglfs-viv disabled.
  450. STL auto-detection... ()
  451. /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/home/guest/opt/sysroot/usr/include/c++/4.7/ -I/home/guest/opt/sysroot/usr/include/c++/4.7/arm-linux-gnueabihf/ -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o stltest.o stltest.cpp
  452. /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 stl stltest.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
  453. STL enabled.
  454. POSIX clock_gettime() auto-detection... ()
  455. /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/home/guest/opt/sysroot/usr/include/c++/4.7/ -I/home/guest/opt/sysroot/usr/include/c++/4.7/arm-linux-gnueabihf/ -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o clock-gettime.o clock-gettime.cpp
  456. /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 clock-gettime clock-gettime.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 -lrt
  457. POSIX clock_gettime() enabled.
  458. POSIX Monotonic Clock auto-detection... ()
  459. /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/home/guest/opt/sysroot/usr/include/c++/4.7/ -I/home/guest/opt/sysroot/usr/include/c++/4.7/arm-linux-gnueabihf/ -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o clock-monotonic.o clock-monotonic.cpp
  460. /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 clock-monotonic clock-monotonic.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 -lrt
  461. POSIX Monotonic Clock enabled.
  462. posix_fallocate auto-detection... ()
  463. /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/home/guest/opt/sysroot/usr/include/c++/4.7/ -I/home/guest/opt/sysroot/usr/include/c++/4.7/arm-linux-gnueabihf/ -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o posix_fallocate.o posix_fallocate.cpp
  464. /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 posix_fallocate posix_fallocate.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
  465. posix_fallocate enabled.
  466. mremap auto-detection... ()
  467. /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/home/guest/opt/sysroot/usr/include/c++/4.7/ -I/home/guest/opt/sysroot/usr/include/c++/4.7/arm-linux-gnueabihf/ -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o mremap.o mremap.cpp
  468. /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 mremap mremap.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
  469. mremap enabled.
  470. getaddrinfo auto-detection... ()
  471. /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/home/guest/opt/sysroot/usr/include/c++/4.7/ -I/home/guest/opt/sysroot/usr/include/c++/4.7/arm-linux-gnueabihf/ -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o getaddrinfotest.o getaddrinfotest.cpp
  472. /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 getaddrinfo getaddrinfotest.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
  473. getaddrinfo enabled.
  474. inotify auto-detection... ()
  475. /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/home/guest/opt/sysroot/usr/include/c++/4.7/ -I/home/guest/opt/sysroot/usr/include/c++/4.7/arm-linux-gnueabihf/ -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o inotifytest.o inotifytest.cpp
  476. /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 inotify inotifytest.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
  477. inotify enabled.
  478. eventfd auto-detection... ()
  479. /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/home/guest/opt/sysroot/usr/include/c++/4.7/ -I/home/guest/opt/sysroot/usr/include/c++/4.7/arm-linux-gnueabihf/ -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o main.o main.cpp
  480. /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 eventfd main.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
  481. eventfd enabled.
  482. IPv6 interface name auto-detection... ()
  483. /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/home/guest/opt/sysroot/usr/include/c++/4.7/ -I/home/guest/opt/sysroot/usr/include/c++/4.7/arm-linux-gnueabihf/ -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o ipv6ifname.o ipv6ifname.cpp
  484. /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 ipv6ifname ipv6ifname.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
  485. IPv6 interface name enabled.
  486. getifaddrs auto-detection... ()
  487. /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/home/guest/opt/sysroot/usr/include/c++/4.7/ -I/home/guest/opt/sysroot/usr/include/c++/4.7/arm-linux-gnueabihf/ -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o getifaddrs.o getifaddrs.cpp
  488. /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 getifaddrs getifaddrs.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
  489. getifaddrs enabled.
  490. cloexec auto-detection... ()
  491. /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/home/guest/opt/sysroot/usr/include/c++/4.7/ -I/home/guest/opt/sysroot/usr/include/c++/4.7/arm-linux-gnueabihf/ -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o cloexec.o cloexec.cpp
  492. /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 cloexec cloexec.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
  493. cloexec enabled.
  494. OpenSSL auto-detection... ()
  495. /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/home/guest/opt/sysroot/usr/include/c++/4.7/ -I/home/guest/opt/sysroot/usr/include/c++/4.7/arm-linux-gnueabihf/ -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o openssl.o openssl.cpp
  496. OpenSSL disabled.
  497. PCRE auto-detection... ()
  498. /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/home/guest/opt/sysroot/usr/include/c++/4.7/ -I/home/guest/opt/sysroot/usr/include/c++/4.7/arm-linux-gnueabihf/ -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o pcre.o pcre.cpp
  499. /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 pcre pcre.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 -lpcre16
  500. PCRE disabled.
  501. OpenVG auto-detection... ()
  502. /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/home/guest/opt/sysroot/usr/include/c++/4.7/ -I/home/guest/opt/sysroot/usr/include/c++/4.7/arm-linux-gnueabihf/ -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o openvg.o openvg.cpp
  503. OpenVG disabled.
  504. OpenVG auto-detection... ()
  505. /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/home/guest/opt/sysroot/usr/include/c++/4.7/ -I/home/guest/opt/sysroot/usr/include/c++/4.7/arm-linux-gnueabihf/ -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o openvg.o openvg.cpp
  506. OpenVG disabled.
  507. OpenVG (lc includes) auto-detection... ()
  508. /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 -DQT_LOWER_CASE_VG_INCLUDES -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/home/guest/opt/sysroot/usr/include/c++/4.7/ -I/home/guest/opt/sysroot/usr/include/c++/4.7/arm-linux-gnueabihf/ -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o openvg.o openvg.cpp
  509. OpenVG (lc includes) disabled.
  510. OpenVG (lc includes) auto-detection... ()
  511. /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 -DQT_LOWER_CASE_VG_INCLUDES -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/home/guest/opt/sysroot/usr/include/c++/4.7/ -I/home/guest/opt/sysroot/usr/include/c++/4.7/arm-linux-gnueabihf/ -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o openvg.o openvg.cpp
  512. OpenVG (lc includes) disabled.
  513. alsa auto-detection... ()
  514. /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/home/guest/opt/sysroot/usr/include/c++/4.7/ -I/home/guest/opt/sysroot/usr/include/c++/4.7/arm-linux-gnueabihf/ -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o alsatest.o alsatest.cpp
  515. /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 alsa alsatest.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 -lasound
  516. alsa enabled.
  517. GStreamer 1.0 auto-detection... ()
  518. /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 -pthread -pthread -pthread -pthread -pthread -Wall -W -fPIC  -I. -I/home/guest/opt/sysroot/usr/include/gstreamer-1.0 -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/home/guest/opt/sysroot/usr/include/c++/4.7/ -I/home/guest/opt/sysroot/usr/include/c++/4.7/arm-linux-gnueabihf/ -I/home/guest/opt/sysroot/usr/include/arm-linux-gnueabihf/c++/4.8 -I../../../mkspecs/devices/linux-jetson-tk1-g++ -o gstreamer.o gstreamer.cpp
  519. /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 gstreamer gstreamer.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 -lgstaudio-1.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstpbutils-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0
  520. GStreamer 1.0 enabled.
  521. Done running configuration tests.
  522.  
  523.   Configure summary
  524.  
  525. Building on:   linux-g++ (x86_64, CPU features: mmx sse sse2)
  526. Building for:  devices/linux-jetson-tk1-g++ (arm, CPU features: neon)
  527.  
  528. qmake vars .......... styles += mac fusion windows DEFINES += QT_NO_MTDEV DEFINES += QT_NO_DYNAMIC_LIBRARY QT_CFLAGS_GLIB = -pthread -I/home/guest/opt/sysroot/usr/include/glib-2.0 -I/home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf/glib-2.0/include   QT_LIBS_GLIB = -pthread -L/home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf -lgthread-2.0 -lglib-2.0   QT_CFLAGS_QGTKSTYLE = -pthread -I/home/guest/opt/sysroot/usr/include/gtk-2.0 -I/home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/home/guest/opt/sysroot/usr/include/atk-1.0 -I/home/guest/opt/sysroot/usr/include/cairo -I/home/guest/opt/sysroot/usr/include/gdk-pixbuf-2.0 -I/home/guest/opt/sysroot/usr/include/pango-1.0 -I/home/guest/opt/sysroot/usr/include/gio-unix-2.0/ -I/home/guest/opt/sysroot/usr/include/freetype2 -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/pixman-1 -I/home/guest/opt/sysroot/usr/include/libpng12 -I/home/guest/opt/sysroot/usr/include/harfbuzz   QT_LIBS_QGTKSTYLE = -L/home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf -lgobject-2.0 -lglib-2.0   QT_CFLAGS_QGTK2 = -pthread -I/home/guest/opt/sysroot/usr/include/gtk-2.0 -I/home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/home/guest/opt/sysroot/usr/include/atk-1.0 -I/home/guest/opt/sysroot/usr/include/cairo -I/home/guest/opt/sysroot/usr/include/gdk-pixbuf-2.0 -I/home/guest/opt/sysroot/usr/include/pango-1.0 -I/home/guest/opt/sysroot/usr/include/gio-unix-2.0/ -I/home/guest/opt/sysroot/usr/include/freetype2 -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/pixman-1 -I/home/guest/opt/sysroot/usr/include/libpng12 -I/home/guest/opt/sysroot/usr/include/harfbuzz   QT_LIBS_QGTK2 = -L/home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfontconfig -lgobject-2.0 -lglib-2.0 -lfreetype   QMAKE_INCDIR_OPENGL =  "/home/guest/opt/sysroot/usr/include/libdrm" QMAKE_LIBDIR_OPENGL =  "/home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf" QMAKE_LIBS_OPENGL =  "-lGL" QMAKE_CFLAGS_OPENGL =  QMAKE_CFLAGS_FONTCONFIG = -I/home/guest/opt/sysroot/usr/include/freetype2   QMAKE_LIBS_FONTCONFIG = -L/home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf -lfontconfig -lfreetype   QMAKE_INCDIR_LIBUDEV =   QMAKE_LIBS_LIBUDEV = -L/home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf -ludev   QMAKE_INCDIR_XKBCOMMON_EVDEV =   QMAKE_LIBS_XKBCOMMON_EVDEV = -L/home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf -lxkbcommon   DEFINES += QT_NO_LIBINPUT QMAKE_LIBXI_VERSION_MAJOR = 1 QMAKE_LIBXI_VERSION_MINOR = 7 QMAKE_LIBXI_VERSION_PATCH = 1 QMAKE_X11_PREFIX = /usr DEFINES += QT_NO_XKB QMAKE_XKB_CONFIG_ROOT = /usr/share/X11/xkb QMAKE_INCDIR_EGL = /home/guest/opt/sysroot/usr/include/libdrm   QMAKE_LIBS_EGL = -L/home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf -lEGL   QMAKE_CFLAGS_EGL =   QMAKE_CFLAGS_XCB =   QMAKE_LIBS_XCB = -L/home/guest/opt/sysroot/usr/lib/arm-linux-gnueabihf -lxcb-sync -lxcb-xfixes -lxcb-render -lxcb-randr -lxcb-image -lxcb-shm -lxcb-keysyms -lxcb-icccm -lxcb-shape -lxcb   sql-drivers =  sql-plugins =  sqlite qmake switches .........
  529.  
  530. Build options:
  531.  Configuration .......... accessibility accessibility-atspi-bridge alsa audio-backend c++11 clock-gettime clock-monotonic compile_examples concurrent cross_compile dbus egl eglfs egl_x11 evdev eventfd fontconfig full-config getaddrinfo getifaddrs glib gstreamer-1.0 gtk2 gtkstyle harfbuzz iconv inotify ipv6ifname kms large-config largefile libudev linuxfb medium-config minimal-config mremap neon nis no-libdl opengl pcre png posix_fallocate precompile_header qpa qpa reduce_exports release rpath shared small-config system-freetype system-jpeg system-zlib threadsafe-cloexec tslib xcb xcb-glx xcb-plugin xcb-render xcb-sm xcb-xlib xinput2 xkbcommon-evdev xkbcommon-qt xlib xrender
  532.  Build parts ............ libs examples
  533.  Mode ................... release
  534.  Using sanitizer(s)...... none
  535.  Using C++ standard ..... c++11
  536.  Using gold linker....... no
  537.  Using new DTAGS ........ no
  538.  Using PCH .............. yes
  539.  Using LTCG ............. no
  540.  Target compiler supports:
  541.    Neon ................. yes
  542.  
  543. Qt modules and options:
  544.  Qt D-Bus ............... yes (loading dbus-1 at runtime)
  545.  Qt Concurrent .......... yes
  546.  Qt GUI ................. yes
  547.  Qt Widgets ............. yes
  548.  Large File ............. yes
  549.  QML debugging .......... yes
  550.  Use system proxies ..... no
  551.  
  552. Support enabled for:
  553.  Accessibility .......... yes
  554.  ALSA ................... yes
  555.  CUPS ................... no
  556.  Evdev .................. yes
  557.  FontConfig ............. yes
  558.  FreeType ............... yes (system library)
  559.  Glib ................... yes
  560.  GStreamer .............. yes (1.0)
  561.  GTK theme .............. yes
  562.  HarfBuzz ............... yes (bundled copy)
  563.  Iconv .................. yes
  564.  ICU .................... no
  565.  Image formats:
  566.    GIF .................. yes (plugin, using bundled copy)
  567.    JPEG ................. yes (plugin, using system library)
  568.    PNG .................. yes (in QtGui, using bundled copy)
  569.  libinput................ no
  570.  Logging backends:
  571.    journald ............... no
  572.    syslog   ............... no
  573.  mtdev .................. no
  574.  Networking:
  575.    getaddrinfo .......... yes
  576.    getifaddrs ........... yes
  577.    IPv6 ifname .......... yes
  578.    libproxy.............. no
  579.    OpenSSL .............. no
  580.  NIS .................... yes
  581.  OpenGL / OpenVG:
  582.    EGL .................. yes
  583.    OpenGL ............... desktop
  584.    OpenVG ............... no
  585.  PCRE ................... yes (bundled copy)
  586.  pkg-config ............. yes
  587.  PulseAudio ............. no
  588.  QPA backends:
  589.    DirectFB ............. no
  590.    EGLFS ................ yes
  591.      EGLFS i.MX6 ........ no
  592.      EGLFS i.MX6 Wayland. no
  593.      EGLFS EGLDevice .... no
  594.      EGLFS GBM .......... no
  595.      EGLFS Mali ......... no
  596.      EGLFS Raspberry Pi . no
  597.      EGLFS X11 .......... yes
  598.    LinuxFB .............. yes
  599.    Mir client............ no
  600.    XCB .................. yes (system library)
  601.      EGL on X ........... yes
  602.      GLX ................ yes
  603.      MIT-SHM ............ yes
  604.      Xcb-Xlib ........... yes
  605.      Xcursor ............ yes (loaded at runtime)
  606.      Xfixes ............. yes (loaded at runtime)
  607.      Xi ................. no
  608.      Xi2 ................ yes
  609.      Xinerama ........... yes (loaded at runtime)
  610.      Xrandr ............. yes (loaded at runtime)
  611.      Xrender ............ yes
  612.      XKB ................ no
  613.      XShape ............. yes
  614.      XSync .............. yes
  615.      XVideo ............. yes
  616.  Session management ..... yes
  617.  SQL drivers:
  618.    DB2 .................. no
  619.    InterBase ............ no
  620.    MySQL ................ no
  621.    OCI .................. no
  622.    ODBC ................. no
  623.    PostgreSQL ........... no
  624.    SQLite 2 ............. no
  625.    SQLite ............... yes (plugin, using bundled copy)
  626.    TDS .................. no
  627.  tslib .................. yes
  628.  udev ................... yes
  629.  xkbcommon-x11........... yes (bundled copy, XKB config root: /usr/share/X11/xkb)
  630.  xkbcommon-evdev......... yes
  631.  zlib ................... yes (system library)
  632.  
  633.  
  634. NOTE: Qt is using double for qreal on this system. This is binary incompatible against Qt 5.1.
  635. Configure with '-qreal float' to create a build that is binary compatible with 5.1.
  636. Info: creating cache file /home/guest/7_Qt5/qt5/qtbase/.qmake.cache
  637.  
  638. Qt is now configured for building. Just run 'make'.
  639. Once everything is built, you must run 'make install'.
  640. Qt will be installed into /home/guest/7_Qt5/prefix
  641.  
  642. Prior to reconfiguration, make sure you remove any leftovers from
  643. the previous build.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement