Advertisement
Guest User

Untitled

a guest
May 20th, 2016
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 30.65 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:38:27: fatal error: xcb/xcb_icccm.h: No such file or directory
  207. #include <xcb/xcb_icccm.h>
  208.                           ^
  209. compilation terminated.
  210. make: *** [xcb.o] Error 1
  211. nux-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 mysql.o mysql.cpp
  212. MySQL (thread-unsafe) disabled.
  213. OCI auto-detection... ()
  214. /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 oci.o oci.cpp
  215. OCI disabled.
  216. ODBC auto-detection... ()
  217. /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 odbc.o odbc.cpp
  218. ODBC disabled.
  219. iODBC auto-detection... ()
  220. /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 iodbc.o iodbc.cpp
  221. iODBC disabled.
  222. PostgreSQL auto-detection... ()
  223. /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 psql.o psql.cpp
  224. PostgreSQL disabled.
  225. SQLite2 auto-detection... ()
  226. /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 sqlite2.o sqlite2.cpp
  227. SQLite2 disabled.
  228. TDS auto-detection... ()
  229. /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
  230. TDS disabled.
  231. NIS auto-detection... ()
  232. /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
  233. /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
  234. NIS enabled.
  235. Cups auto-detection... ()
  236. /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
  237. Cups disabled.
  238. POSIX iconv auto-detection... ()
  239. /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
  240. /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
  241. POSIX iconv enabled.
  242. D-Bus auto-detection... ()
  243. /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
  244. /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
  245. D-Bus disabled.
  246. libproxy auto-detection... ()
  247. /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
  248. libproxy disabled.
  249. Glib auto-detection... ()
  250. /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
  251. /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
  252. Glib enabled.
  253. ICU auto-detection... ()
  254. /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
  255. ICU disabled.
  256. PulseAudio auto-detection... ()
  257. /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
  258. /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
  259. PulseAudio disabled.
  260. OpenGL auto-detection... ()
  261. /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
  262. /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
  263. OpenGL enabled.
  264. FontConfig auto-detection... ()
  265. /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
  266. /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
  267. FontConfig enabled.
  268. libudev 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 libudev.o libudev.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 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
  271. libudev enabled.
  272. evdev 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 evdev.o evdev.cpp
  274. /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
  275. evdev enabled.
  276. tslib auto-detection... ()
  277. /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
  278. /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
  279. tslib enabled.
  280. xkbcommon auto-detection... ()
  281. /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
  282. /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
  283. xkbcommon enabled.
  284. libinput auto-detection... ()
  285. /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
  286. libinput disabled.
  287. XLib auto-detection... ()
  288. /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
  289. /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
  290. XLib enabled.
  291. Xrender auto-detection... ()
  292. /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
  293. /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
  294. Xrender enabled.
  295. XInput2 auto-detection... ()
  296. /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
  297. /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
  298. XInput2 enabled.
  299. xcb auto-detection... ()
  300. /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
  301. /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
  302. xcb enabled.
  303. xcb-syslibs auto-detection... ()
  304. /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
  305. xcb-syslibs disabled.
  306. The test for linking against libxcb and support libraries failed!
  307. You might need to install dependency packages, or pass -qt-xcb.
  308. See src/plugins/platforms/xcb/README.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement