Advertisement
Guest User

Untitled

a guest
Jul 11th, 2015
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 77.23 KB | None | 0 0
  1. ````
  2. ./autogen.sh
  3. ~/Downloads/fb-adb/fb-adb-1.4.1  cd build
  4. ~/Downloads/fb-adb/fb-adb-1.4.1/build  ls
  5. ~/Downloads/fb-adb/fb-adb-1.4.1/build  ../configure
  6. checking build system type... x86_64-apple-darwin14.3.0
  7. checking host system type... x86_64-apple-darwin14.3.0
  8. Using Android NDK at /usr/local/Cellar/android-ndk/r10d/
  9. checking for a BSD-compatible install... /usr/bin/install -c
  10. checking whether build environment is sane... yes
  11. checking for a thread-safe mkdir -p... ../install-sh -c -d
  12. checking for gawk... no
  13. checking for mawk... no
  14. checking for nawk... no
  15. checking for awk... awk
  16. checking whether make sets $(MAKE)... yes
  17. checking whether make supports nested variables... yes
  18. checking for gcc... gcc
  19. checking whether the C compiler works... yes
  20. checking for C compiler default output file name... a.out
  21. checking for suffix of executables...
  22. checking whether we are cross compiling... no
  23. checking for suffix of object files... o
  24. checking whether we are using the GNU C compiler... yes
  25. checking whether gcc accepts -g... yes
  26. checking for gcc option to accept ISO C89... none needed
  27. checking whether gcc understands -c and -o together... yes
  28. checking for style of include used by make... GNU
  29. checking dependency style of gcc... gcc3
  30. checking for a sed that does not truncate output... /usr/bin/sed
  31. checking for gcc-ranlib... no
  32. checking for ranlib... ranlib
  33. checking for gcc-ar... no
  34. checking for ar... ar
  35. checking the archiver (ar) interface... ar
  36. checking for xxd... /usr/local/bin/xxd
  37. checking for ppoll... no
  38. checking for signalfd4... no
  39. checking for dup3... no
  40. checking for mkostemp... no
  41. checking for kqueue... yes
  42. checking for pipe2... no
  43. checking for ptsname... yes
  44. checking for accept4... no
  45. checking for fopencookie... no
  46. checking for funopen... yes
  47. checking for clock_gettime... no
  48. checking for execvpe... no
  49. Checking enabled? no
  50. Git stamp included?
  51. checking that generated files are newer than configure... done
  52. configure: creating ./config.status
  53. config.status: creating Makefile
  54. config.status: executing depfiles commands
  55. === configuring in stub-x86 (/Users/lameduck/Downloads/fb-adb/fb-adb-1.4.1/build/stub-x86)
  56. configure: running /bin/sh ../../stub-x86/configure --disable-option-checking '--prefix=/usr/local' --cache-file=/dev/null --srcdir=../../stub-x86
  57. checking build system type... x86_64-apple-darwin14.3.0
  58. checking host system type... i686-pc-linux-android
  59. Using Android NDK at /usr/local/Cellar/android-ndk/r10d/
  60. Configuring native NDK toolchain for android-19/x86
  61. Auto-config: --toolchain=x86-4.8
  62. Copying prebuilt binaries...
  63. Copying sysroot headers and libraries...
  64. Copying c++ runtime headers and libraries...
  65. Copying files to: toolchain
  66. Cleaning up...
  67. Done.
  68. checking for a BSD-compatible install... /usr/bin/install -c
  69. checking whether build environment is sane... yes
  70. checking for i686-linux-android-strip... i686-linux-android-strip
  71. checking for a thread-safe mkdir -p... ../../stub-x86/../install-sh -c -d
  72. checking for gawk... no
  73. checking for mawk... no
  74. checking for nawk... no
  75. checking for awk... awk
  76. checking whether make sets $(MAKE)... yes
  77. checking whether make supports nested variables... yes
  78. checking for i686-linux-android-gcc... i686-linux-android-gcc
  79. checking whether the C compiler works... yes
  80. checking for C compiler default output file name... a.out
  81. checking for suffix of executables...
  82. checking whether we are cross compiling... yes
  83. checking for suffix of object files... o
  84. checking whether we are using the GNU C compiler... yes
  85. checking whether i686-linux-android-gcc accepts -g... yes
  86. checking for i686-linux-android-gcc option to accept ISO C89... none needed
  87. checking whether i686-linux-android-gcc understands -c and -o together... yes
  88. checking for style of include used by make... GNU
  89. checking dependency style of i686-linux-android-gcc... gcc3
  90. checking for a sed that does not truncate output... /usr/bin/sed
  91. checking for i686-linux-android-gcc-ranlib... i686-linux-android-gcc-ranlib
  92. checking for i686-linux-android-gcc-ar... i686-linux-android-gcc-ar
  93. checking for i686-linux-android-ar... (cached) i686-linux-android-gcc-ar
  94. checking the archiver (i686-linux-android-gcc-ar) interface... ar
  95. checking for ppoll... no
  96. checking for signalfd4... no
  97. checking for dup3... no
  98. checking for mkostemp... no
  99. checking for kqueue... no
  100. checking for pipe2... yes
  101. checking for ptsname... yes
  102. checking for accept4... no
  103. checking for fopencookie... no
  104. checking for funopen... yes
  105. checking for clock_gettime... yes
  106. checking for execvpe... no
  107. Checking enabled? no
  108. Git stamp included?
  109. checking that generated files are newer than configure... done
  110. configure: creating ./config.status
  111. config.status: creating Makefile
  112. config.status: executing depfiles commands
  113. === configuring in stub-arm (/Users/lameduck/Downloads/fb-adb/fb-adb-1.4.1/build/stub-arm)
  114. configure: running /bin/sh ../../stub-arm/configure --disable-option-checking '--prefix=/usr/local' --cache-file=/dev/null --srcdir=../../stub-arm
  115. checking build system type... x86_64-apple-darwin14.3.0
  116. checking host system type... arm-unknown-linux-androideabi
  117. Using Android NDK at /usr/local/Cellar/android-ndk/r10d/
  118. Configuring native NDK toolchain for android-19/arm
  119. Auto-config: --toolchain=arm-linux-androideabi-4.8
  120. Copying prebuilt binaries...
  121. Copying sysroot headers and libraries...
  122. Copying c++ runtime headers and libraries...
  123. Copying files to: toolchain
  124. Cleaning up...
  125. Done.
  126. checking for a BSD-compatible install... /usr/bin/install -c
  127. checking whether build environment is sane... yes
  128. checking for arm-linux-androideabi-strip... arm-linux-androideabi-strip
  129. checking for a thread-safe mkdir -p... ../../stub-arm/../install-sh -c -d
  130. checking for gawk... no
  131. checking for mawk... no
  132. checking for nawk... no
  133. checking for awk... awk
  134. checking whether make sets $(MAKE)... yes
  135. checking whether make supports nested variables... yes
  136. checking for arm-linux-androideabi-gcc... arm-linux-androideabi-gcc
  137. checking whether the C compiler works... yes
  138. checking for C compiler default output file name... a.out
  139. checking for suffix of executables...
  140. checking whether we are cross compiling... yes
  141. checking for suffix of object files... o
  142. checking whether we are using the GNU C compiler... yes
  143. checking whether arm-linux-androideabi-gcc accepts -g... yes
  144. checking for arm-linux-androideabi-gcc option to accept ISO C89... none needed
  145. checking whether arm-linux-androideabi-gcc understands -c and -o together... yes
  146. checking for style of include used by make... GNU
  147. checking dependency style of arm-linux-androideabi-gcc... gcc3
  148. checking for a sed that does not truncate output... /usr/bin/sed
  149. checking for arm-linux-androideabi-gcc-ranlib... arm-linux-androideabi-gcc-ranlib
  150. checking for arm-linux-androideabi-gcc-ar... arm-linux-androideabi-gcc-ar
  151. checking for arm-linux-androideabi-ar... (cached) arm-linux-androideabi-gcc-ar
  152. checking the archiver (arm-linux-androideabi-gcc-ar) interface... ar
  153. checking for ppoll... no
  154. checking for signalfd4... no
  155. checking for dup3... no
  156. checking for mkostemp... no
  157. checking for kqueue... no
  158. checking for pipe2... yes
  159. checking for ptsname... yes
  160. checking for accept4... no
  161. checking for fopencookie... no
  162. checking for funopen... yes
  163. checking for clock_gettime... yes
  164. checking for execvpe... no
  165. Checking enabled? no
  166. Git stamp included?
  167. checking that generated files are newer than configure... done
  168. configure: creating ./config.status
  169. config.status: creating Makefile
  170. config.status: executing depfiles commands
  171. === configuring in stub-x86-pic (/Users/lameduck/Downloads/fb-adb/fb-adb-1.4.1/build/stub-x86-pic)
  172. configure: running /bin/sh ../../stub-x86-pic/configure --disable-option-checking '--prefix=/usr/local' --cache-file=/dev/null --srcdir=../../stub-x86-pic
  173. checking build system type... x86_64-apple-darwin14.3.0
  174. checking host system type... i686-pc-linux-android
  175. Using Android NDK at /usr/local/Cellar/android-ndk/r10d/
  176. Configuring native NDK toolchain for android-19/x86
  177. Auto-config: --toolchain=x86-4.8
  178. Copying prebuilt binaries...
  179. Copying sysroot headers and libraries...
  180. Copying c++ runtime headers and libraries...
  181. Copying files to: toolchain
  182. Cleaning up...
  183. Done.
  184. checking for a BSD-compatible install... /usr/bin/install -c
  185. checking whether build environment is sane... yes
  186. checking for i686-linux-android-strip... i686-linux-android-strip
  187. checking for a thread-safe mkdir -p... ../../stub-x86-pic/../install-sh -c -d
  188. checking for gawk... no
  189. checking for mawk... no
  190. checking for nawk... no
  191. checking for awk... awk
  192. checking whether make sets $(MAKE)... yes
  193. checking whether make supports nested variables... yes
  194. checking for i686-linux-android-gcc... i686-linux-android-gcc
  195. checking whether the C compiler works... yes
  196. checking for C compiler default output file name... a.out
  197. checking for suffix of executables...
  198. checking whether we are cross compiling... yes
  199. checking for suffix of object files... o
  200. checking whether we are using the GNU C compiler... yes
  201. checking whether i686-linux-android-gcc accepts -g... yes
  202. checking for i686-linux-android-gcc option to accept ISO C89... none needed
  203. checking whether i686-linux-android-gcc understands -c and -o together... yes
  204. checking for style of include used by make... GNU
  205. checking dependency style of i686-linux-android-gcc... gcc3
  206. checking for a sed that does not truncate output... /usr/bin/sed
  207. checking for i686-linux-android-gcc-ranlib... i686-linux-android-gcc-ranlib
  208. checking for i686-linux-android-gcc-ar... i686-linux-android-gcc-ar
  209. checking for i686-linux-android-ar... (cached) i686-linux-android-gcc-ar
  210. checking the archiver (i686-linux-android-gcc-ar) interface... ar
  211. checking for ppoll... no
  212. checking for signalfd4... no
  213. checking for dup3... no
  214. checking for mkostemp... no
  215. checking for kqueue... no
  216. checking for pipe2... yes
  217. checking for ptsname... yes
  218. checking for accept4... no
  219. checking for fopencookie... no
  220. checking for funopen... yes
  221. checking for clock_gettime... yes
  222. checking for execvpe... no
  223. Checking enabled? no
  224. Git stamp included?
  225. checking that generated files are newer than configure... done
  226. configure: creating ./config.status
  227. config.status: creating Makefile
  228. config.status: executing depfiles commands
  229. === configuring in stub-arm-pic (/Users/lameduck/Downloads/fb-adb/fb-adb-1.4.1/build/stub-arm-pic)
  230. configure: running /bin/sh ../../stub-arm-pic/configure --disable-option-checking '--prefix=/usr/local' --cache-file=/dev/null --srcdir=../../stub-arm-pic
  231. checking build system type... x86_64-apple-darwin14.3.0
  232. checking host system type... arm-unknown-linux-androideabi
  233. Using Android NDK at /usr/local/Cellar/android-ndk/r10d/
  234. Configuring native NDK toolchain for android-19/arm
  235. Auto-config: --toolchain=arm-linux-androideabi-4.8
  236. Copying prebuilt binaries...
  237. Copying sysroot headers and libraries...
  238. Copying c++ runtime headers and libraries...
  239. Copying files to: toolchain
  240. Cleaning up...
  241. Done.
  242. checking for a BSD-compatible install... /usr/bin/install -c
  243. checking whether build environment is sane... yes
  244. checking for arm-linux-androideabi-strip... arm-linux-androideabi-strip
  245. checking for a thread-safe mkdir -p... ../../stub-arm-pic/../install-sh -c -d
  246. checking for gawk... no
  247. checking for mawk... no
  248. checking for nawk... no
  249. checking for awk... awk
  250. checking whether make sets $(MAKE)... yes
  251. checking whether make supports nested variables... yes
  252. checking for arm-linux-androideabi-gcc... arm-linux-androideabi-gcc
  253. checking whether the C compiler works... yes
  254. checking for C compiler default output file name... a.out
  255. checking for suffix of executables...
  256. checking whether we are cross compiling... yes
  257. checking for suffix of object files... o
  258. checking whether we are using the GNU C compiler... yes
  259. checking whether arm-linux-androideabi-gcc accepts -g... yes
  260. checking for arm-linux-androideabi-gcc option to accept ISO C89... none needed
  261. checking whether arm-linux-androideabi-gcc understands -c and -o together... yes
  262. checking for style of include used by make... GNU
  263. checking dependency style of arm-linux-androideabi-gcc... gcc3
  264. checking for a sed that does not truncate output... /usr/bin/sed
  265. checking for arm-linux-androideabi-gcc-ranlib... arm-linux-androideabi-gcc-ranlib
  266. checking for arm-linux-androideabi-gcc-ar... arm-linux-androideabi-gcc-ar
  267. checking for arm-linux-androideabi-ar... (cached) arm-linux-androideabi-gcc-ar
  268. checking the archiver (arm-linux-androideabi-gcc-ar) interface... ar
  269. checking for ppoll... no
  270. checking for signalfd4... no
  271. checking for dup3... no
  272. checking for mkostemp... no
  273. checking for kqueue... no
  274. checking for pipe2... yes
  275. checking for ptsname... yes
  276. checking for accept4... no
  277. checking for fopencookie... no
  278. checking for funopen... yes
  279. checking for clock_gettime... yes
  280. checking for execvpe... no
  281. Checking enabled? no
  282. Git stamp included?
  283. checking that generated files are newer than configure... done
  284. configure: creating ./config.status
  285. config.status: creating Makefile
  286. config.status: executing depfiles commands
  287. ~/Downloads/fb-adb/fb-adb-1.4.1/build 
  288. ~/Downloads/fb-adb/fb-adb-1.4.1/build 
  289. ~/Downloads/fb-adb/fb-adb-1.4.1/build  make
  290. gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_KQUEUE=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -I. -I.. -I. -DFBADB_MAIN=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -g -O2 -MT adb.o -MD -MP -MF .deps/adb.Tpo -c -o adb.o ../adb.c
  291. mv -f .deps/adb.Tpo .deps/adb.Po
  292. gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_KQUEUE=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -I. -I.. -I. -DFBADB_MAIN=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -g -O2 -MT adbenc.o -MD -MP -MF .deps/adbenc.Tpo -c -o adbenc.o ../adbenc.c
  293. mv -f .deps/adbenc.Tpo .deps/adbenc.Po
  294. gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_KQUEUE=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -I. -I.. -I. -DFBADB_MAIN=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -g -O2 -MT argv.o -MD -MP -MF .deps/argv.Tpo -c -o argv.o ../argv.c
  295. mv -f .deps/argv.Tpo .deps/argv.Po
  296. gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_KQUEUE=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -I. -I.. -I. -DFBADB_MAIN=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -g -O2 -MT channel.o -MD -MP -MF .deps/channel.Tpo -c -o channel.o ../channel.c
  297. mv -f .deps/channel.Tpo .deps/channel.Po
  298. gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_KQUEUE=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -I. -I.. -I. -DFBADB_MAIN=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -g -O2 -MT chat.o -MD -MP -MF .deps/chat.Tpo -c -o chat.o ../chat.c
  299. mv -f .deps/chat.Tpo .deps/chat.Po
  300. gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_KQUEUE=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -I. -I.. -I. -DFBADB_MAIN=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -g -O2 -MT child.o -MD -MP -MF .deps/child.Tpo -c -o child.o ../child.c
  301. mv -f .deps/child.Tpo .deps/child.Po
  302. gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_KQUEUE=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -I. -I.. -I. -DFBADB_MAIN=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -g -O2 -MT cmd_stub.o -MD -MP -MF .deps/cmd_stub.Tpo -c -o cmd_stub.o ../cmd_stub.c
  303. ../cmd_stub.c:289:33: warning: comparison of constant 18446744073709551615 with expression of type 'uint32_t' (aka 'unsigned int') is always
  304. false [-Wtautological-constant-out-of-range-compare]
  305. if (ej->name_length == SIZE_MAX || ej->value_length == SIZE_MAX)
  306. ~~~~~~~~~~~~~~~ ^ ~~~~~~~~
  307. ../cmd_stub.c:289:65: warning: comparison of constant 18446744073709551615 with expression of type 'uint32_t' (aka 'unsigned int') is always
  308. false [-Wtautological-constant-out-of-range-compare]
  309. if (ej->name_length == SIZE_MAX || ej->value_length == SIZE_MAX)
  310. ~~~~~~~~~~~~~~~~ ^ ~~~~~~~~
  311. ../cmd_stub.c:324:34: warning: comparison of constant 18446744073709551615 with expression of type 'uint32_t' (aka 'unsigned int') is always
  312. false [-Wtautological-constant-out-of-range-compare]
  313. if (uej->name_length == SIZE_MAX)
  314. ~~~~~~~~~~~~~~~~ ^ ~~~~~~~~
  315. ../cmd_stub.c:505:29: warning: implicit declaration of function 'make_addr_unix_abstract' is invalid in C99
  316. [-Wimplicit-function-declaration]
  317. xbind(listening_socket, make_addr_unix_abstract(
  318. ^
  319. ../cmd_stub.c:505:29: warning: incompatible integer to pointer conversion passing 'int' to parameter of type 'const struct addr *'
  320. [-Wint-conversion]
  321. xbind(listening_socket, make_addr_unix_abstract(
  322. ^~~~~~~~~~~~~~~~~~~~~~~~
  323. ../net.h:51:39: note: passing argument to parameter 'addr' here
  324. void xbind(int fd, const struct addr* addr);
  325. ^
  326. 5 warnings generated.
  327. mv -f .deps/cmd_stub.Tpo .deps/cmd_stub.Po
  328. gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_KQUEUE=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -I. -I.. -I. -DFBADB_MAIN=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -g -O2 -MT cmd_logw.o -MD -MP -MF .deps/cmd_logw.Tpo -c -o cmd_logw.o ../cmd_logw.c
  329. mv -f .deps/cmd_logw.Tpo .deps/cmd_logw.Po
  330. gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_KQUEUE=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -I. -I.. -I. -DFBADB_MAIN=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -g -O2 -MT core.o -MD -MP -MF .deps/core.Tpo -c -o core.o ../core.c
  331. mv -f .deps/core.Tpo .deps/core.Po
  332. gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_KQUEUE=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -I. -I.. -I. -DFBADB_MAIN=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -g -O2 -MT dbg.o -MD -MP -MF .deps/dbg.Tpo -c -o dbg.o ../dbg.c
  333. mv -f .deps/dbg.Tpo .deps/dbg.Po
  334. gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_KQUEUE=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -I. -I.. -I. -DFBADB_MAIN=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -g -O2 -MT fb-adb.o -MD -MP -MF .deps/fb-adb.Tpo -c -o fb-adb.o ../fb-adb.c
  335. mv -f .deps/fb-adb.Tpo .deps/fb-adb.Po
  336. gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_KQUEUE=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -I. -I.. -I. -DFBADB_MAIN=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -g -O2 -MT ringbuf.o -MD -MP -MF .deps/ringbuf.Tpo -c -o ringbuf.o ../ringbuf.c
  337. mv -f .deps/ringbuf.Tpo .deps/ringbuf.Po
  338. gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_KQUEUE=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -I. -I.. -I. -DFBADB_MAIN=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -g -O2 -MT strutil.o -MD -MP -MF .deps/strutil.Tpo -c -o strutil.o ../strutil.c
  339. mv -f .deps/strutil.Tpo .deps/strutil.Po
  340. /usr/bin/sed -Ef ../termnames.sed ../termnames.h.in >termnames.h
  341. gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_KQUEUE=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -I. -I.. -I. -DFBADB_MAIN=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -g -O2 -MT termbits.o -MD -MP -MF .deps/termbits.Tpo -c -o termbits.o ../termbits.c
  342. mv -f .deps/termbits.Tpo .deps/termbits.Po
  343. gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_KQUEUE=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -I. -I.. -I. -DFBADB_MAIN=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -g -O2 -MT util.o -MD -MP -MF .deps/util.Tpo -c -o util.o ../util.c
  344. mv -f .deps/util.Tpo .deps/util.Po
  345. gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_KQUEUE=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -I. -I.. -I. -DFBADB_MAIN=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -g -O2 -MT xmkraw.o -MD -MP -MF .deps/xmkraw.Tpo -c -o xmkraw.o ../xmkraw.c
  346. mv -f .deps/xmkraw.Tpo .deps/xmkraw.Po
  347. gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_KQUEUE=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -I. -I.. -I. -DFBADB_MAIN=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -g -O2 -MT net.o -MD -MP -MF .deps/net.Tpo -c -o net.o ../net.c
  348. mv -f .deps/net.Tpo .deps/net.Po
  349. gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_KQUEUE=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -I. -I.. -I. -DFBADB_MAIN=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -g -O2 -MT lz4.o -MD -MP -MF .deps/lz4.Tpo -c -o lz4.o ../lz4.c
  350. mv -f .deps/lz4.Tpo .deps/lz4.Po
  351. gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_KQUEUE=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -I. -I.. -I. -DFBADB_MAIN=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -g -O2 -MT xenviron.o -MD -MP -MF .deps/xenviron.Tpo -c -o xenviron.o ../xenviron.c
  352. mv -f .deps/xenviron.Tpo .deps/xenviron.Po
  353. rm -f cmd_shex_usage.inc
  354. /usr/local/bin/xxd -i <../cmd_shex_usage.txt > cmd_shex_usage.inc
  355. gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_KQUEUE=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -I. -I.. -I. -DFBADB_MAIN=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -g -O2 -MT cmd_shex.o -MD -MP -MF .deps/cmd_shex.Tpo -c -o cmd_shex.o ../cmd_shex.c
  356. mv -f .deps/cmd_shex.Tpo .deps/cmd_shex.Po
  357. rm -f libfb-adb.a
  358. ar cru libfb-adb.a adb.o adbenc.o argv.o channel.o chat.o child.o cmd_stub.o cmd_logw.o core.o dbg.o fb-adb.o ringbuf.o strutil.o termbits.o util.o xmkraw.o net.o lz4.o xenviron.o cmd_shex.o
  359. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libfb-adb.a(dbg.o) has no symbols
  360. ranlib libfb-adb.a
  361. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libfb-adb.a(dbg.o) has no symbols
  362. /usr/bin/sed -e "s/BUILD_TIME/`date +%s`/" ../timestamp.c.in > timestamp.c
  363. /Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive
  364. Making all in stub-x86
  365. /Applications/Xcode.app/Contents/Developer/usr/bin/make -C .. timestamp.c
  366. make[3]: `timestamp.c' is up to date.
  367. cp -fp ../timestamp.c timestamp.c
  368. /Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive
  369. i686-linux-android-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-x86/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -flto -g -O2 -MT adb.o -MD -MP -MF .deps/adb.Tpo -c -o adb.o ../../stub-x86/../adb.c
  370. mv -f .deps/adb.Tpo .deps/adb.Po
  371. i686-linux-android-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-x86/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -flto -g -O2 -MT adbenc.o -MD -MP -MF .deps/adbenc.Tpo -c -o adbenc.o ../../stub-x86/../adbenc.c
  372. mv -f .deps/adbenc.Tpo .deps/adbenc.Po
  373. i686-linux-android-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-x86/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -flto -g -O2 -MT argv.o -MD -MP -MF .deps/argv.Tpo -c -o argv.o ../../stub-x86/../argv.c
  374. mv -f .deps/argv.Tpo .deps/argv.Po
  375. i686-linux-android-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-x86/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -flto -g -O2 -MT channel.o -MD -MP -MF .deps/channel.Tpo -c -o channel.o ../../stub-x86/../channel.c
  376. mv -f .deps/channel.Tpo .deps/channel.Po
  377. i686-linux-android-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-x86/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -flto -g -O2 -MT chat.o -MD -MP -MF .deps/chat.Tpo -c -o chat.o ../../stub-x86/../chat.c
  378. mv -f .deps/chat.Tpo .deps/chat.Po
  379. i686-linux-android-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-x86/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -flto -g -O2 -MT child.o -MD -MP -MF .deps/child.Tpo -c -o child.o ../../stub-x86/../child.c
  380. mv -f .deps/child.Tpo .deps/child.Po
  381. i686-linux-android-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-x86/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -flto -g -O2 -MT cmd_stub.o -MD -MP -MF .deps/cmd_stub.Tpo -c -o cmd_stub.o ../../stub-x86/../cmd_stub.c
  382. mv -f .deps/cmd_stub.Tpo .deps/cmd_stub.Po
  383. i686-linux-android-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-x86/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -flto -g -O2 -MT cmd_logw.o -MD -MP -MF .deps/cmd_logw.Tpo -c -o cmd_logw.o ../../stub-x86/../cmd_logw.c
  384. mv -f .deps/cmd_logw.Tpo .deps/cmd_logw.Po
  385. i686-linux-android-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-x86/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -flto -g -O2 -MT core.o -MD -MP -MF .deps/core.Tpo -c -o core.o ../../stub-x86/../core.c
  386. mv -f .deps/core.Tpo .deps/core.Po
  387. i686-linux-android-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-x86/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -flto -g -O2 -MT dbg.o -MD -MP -MF .deps/dbg.Tpo -c -o dbg.o ../../stub-x86/../dbg.c
  388. mv -f .deps/dbg.Tpo .deps/dbg.Po
  389. i686-linux-android-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-x86/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -flto -g -O2 -MT fb-adb.o -MD -MP -MF .deps/fb-adb.Tpo -c -o fb-adb.o ../../stub-x86/../fb-adb.c
  390. mv -f .deps/fb-adb.Tpo .deps/fb-adb.Po
  391. i686-linux-android-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-x86/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -flto -g -O2 -MT ringbuf.o -MD -MP -MF .deps/ringbuf.Tpo -c -o ringbuf.o ../../stub-x86/../ringbuf.c
  392. mv -f .deps/ringbuf.Tpo .deps/ringbuf.Po
  393. i686-linux-android-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-x86/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -flto -g -O2 -MT strutil.o -MD -MP -MF .deps/strutil.Tpo -c -o strutil.o ../../stub-x86/../strutil.c
  394. mv -f .deps/strutil.Tpo .deps/strutil.Po
  395. /usr/bin/sed -Ef ../../stub-x86/../termnames.sed ../../stub-x86/../termnames.h.in >termnames.h
  396. i686-linux-android-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-x86/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -flto -g -O2 -MT termbits.o -MD -MP -MF .deps/termbits.Tpo -c -o termbits.o ../../stub-x86/../termbits.c
  397. mv -f .deps/termbits.Tpo .deps/termbits.Po
  398. i686-linux-android-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-x86/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -flto -g -O2 -MT util.o -MD -MP -MF .deps/util.Tpo -c -o util.o ../../stub-x86/../util.c
  399. mv -f .deps/util.Tpo .deps/util.Po
  400. i686-linux-android-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-x86/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -flto -g -O2 -MT xmkraw.o -MD -MP -MF .deps/xmkraw.Tpo -c -o xmkraw.o ../../stub-x86/../xmkraw.c
  401. mv -f .deps/xmkraw.Tpo .deps/xmkraw.Po
  402. i686-linux-android-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-x86/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -flto -g -O2 -MT net.o -MD -MP -MF .deps/net.Tpo -c -o net.o ../../stub-x86/../net.c
  403. mv -f .deps/net.Tpo .deps/net.Po
  404. i686-linux-android-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-x86/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -flto -g -O2 -MT lz4.o -MD -MP -MF .deps/lz4.Tpo -c -o lz4.o ../../stub-x86/../lz4.c
  405. mv -f .deps/lz4.Tpo .deps/lz4.Po
  406. i686-linux-android-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-x86/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -flto -g -O2 -MT xenviron.o -MD -MP -MF .deps/xenviron.Tpo -c -o xenviron.o ../../stub-x86/../xenviron.c
  407. mv -f .deps/xenviron.Tpo .deps/xenviron.Po
  408. rm -f libfb-adb.a
  409. i686-linux-android-gcc-ar cru libfb-adb.a adb.o adbenc.o argv.o channel.o chat.o child.o cmd_stub.o cmd_logw.o core.o dbg.o fb-adb.o ringbuf.o strutil.o termbits.o util.o xmkraw.o net.o lz4.o xenviron.o
  410. i686-linux-android-gcc-ranlib libfb-adb.a
  411. /Applications/Xcode.app/Contents/Developer/usr/bin/make -C .. timestamp.c
  412. make[5]: `timestamp.c' is up to date.
  413. cp -fp ../timestamp.c timestamp.c
  414. i686-linux-android-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-x86/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -flto -g -O2 -MT timestamp.o -MD -MP -MF .deps/timestamp.Tpo -c -o timestamp.o timestamp.c
  415. mv -f .deps/timestamp.Tpo .deps/timestamp.Po
  416. i686-linux-android-gcc -fvisibility=hidden -std=gnu99 -flto -g -O2 -flto -o fb-adb timestamp.o libfb-adb.a -llog
  417. i686-linux-android-strip -o stub fb-adb
  418. Making all in stub-arm
  419. /Applications/Xcode.app/Contents/Developer/usr/bin/make -C .. timestamp.c
  420. make[3]: `timestamp.c' is up to date.
  421. cp -fp ../timestamp.c timestamp.c
  422. /Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive
  423. arm-linux-androideabi-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-arm/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -flto -g -O2 -MT adb.o -MD -MP -MF .deps/adb.Tpo -c -o adb.o ../../stub-arm/../adb.c
  424. mv -f .deps/adb.Tpo .deps/adb.Po
  425. arm-linux-androideabi-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-arm/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -flto -g -O2 -MT adbenc.o -MD -MP -MF .deps/adbenc.Tpo -c -o adbenc.o ../../stub-arm/../adbenc.c
  426. mv -f .deps/adbenc.Tpo .deps/adbenc.Po
  427. arm-linux-androideabi-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-arm/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -flto -g -O2 -MT argv.o -MD -MP -MF .deps/argv.Tpo -c -o argv.o ../../stub-arm/../argv.c
  428. mv -f .deps/argv.Tpo .deps/argv.Po
  429. arm-linux-androideabi-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-arm/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -flto -g -O2 -MT channel.o -MD -MP -MF .deps/channel.Tpo -c -o channel.o ../../stub-arm/../channel.c
  430. mv -f .deps/channel.Tpo .deps/channel.Po
  431. arm-linux-androideabi-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-arm/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -flto -g -O2 -MT chat.o -MD -MP -MF .deps/chat.Tpo -c -o chat.o ../../stub-arm/../chat.c
  432. mv -f .deps/chat.Tpo .deps/chat.Po
  433. arm-linux-androideabi-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-arm/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -flto -g -O2 -MT child.o -MD -MP -MF .deps/child.Tpo -c -o child.o ../../stub-arm/../child.c
  434. mv -f .deps/child.Tpo .deps/child.Po
  435. arm-linux-androideabi-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-arm/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -flto -g -O2 -MT cmd_stub.o -MD -MP -MF .deps/cmd_stub.Tpo -c -o cmd_stub.o ../../stub-arm/../cmd_stub.c
  436. mv -f .deps/cmd_stub.Tpo .deps/cmd_stub.Po
  437. arm-linux-androideabi-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-arm/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -flto -g -O2 -MT cmd_logw.o -MD -MP -MF .deps/cmd_logw.Tpo -c -o cmd_logw.o ../../stub-arm/../cmd_logw.c
  438. mv -f .deps/cmd_logw.Tpo .deps/cmd_logw.Po
  439. arm-linux-androideabi-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-arm/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -flto -g -O2 -MT core.o -MD -MP -MF .deps/core.Tpo -c -o core.o ../../stub-arm/../core.c
  440. mv -f .deps/core.Tpo .deps/core.Po
  441. arm-linux-androideabi-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-arm/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -flto -g -O2 -MT dbg.o -MD -MP -MF .deps/dbg.Tpo -c -o dbg.o ../../stub-arm/../dbg.c
  442. mv -f .deps/dbg.Tpo .deps/dbg.Po
  443. arm-linux-androideabi-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-arm/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -flto -g -O2 -MT fb-adb.o -MD -MP -MF .deps/fb-adb.Tpo -c -o fb-adb.o ../../stub-arm/../fb-adb.c
  444. mv -f .deps/fb-adb.Tpo .deps/fb-adb.Po
  445. arm-linux-androideabi-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-arm/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -flto -g -O2 -MT ringbuf.o -MD -MP -MF .deps/ringbuf.Tpo -c -o ringbuf.o ../../stub-arm/../ringbuf.c
  446. mv -f .deps/ringbuf.Tpo .deps/ringbuf.Po
  447. arm-linux-androideabi-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-arm/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -flto -g -O2 -MT strutil.o -MD -MP -MF .deps/strutil.Tpo -c -o strutil.o ../../stub-arm/../strutil.c
  448. mv -f .deps/strutil.Tpo .deps/strutil.Po
  449. /usr/bin/sed -Ef ../../stub-arm/../termnames.sed ../../stub-arm/../termnames.h.in >termnames.h
  450. arm-linux-androideabi-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-arm/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -flto -g -O2 -MT termbits.o -MD -MP -MF .deps/termbits.Tpo -c -o termbits.o ../../stub-arm/../termbits.c
  451. mv -f .deps/termbits.Tpo .deps/termbits.Po
  452. arm-linux-androideabi-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-arm/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -flto -g -O2 -MT util.o -MD -MP -MF .deps/util.Tpo -c -o util.o ../../stub-arm/../util.c
  453. mv -f .deps/util.Tpo .deps/util.Po
  454. arm-linux-androideabi-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-arm/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -flto -g -O2 -MT xmkraw.o -MD -MP -MF .deps/xmkraw.Tpo -c -o xmkraw.o ../../stub-arm/../xmkraw.c
  455. mv -f .deps/xmkraw.Tpo .deps/xmkraw.Po
  456. arm-linux-androideabi-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-arm/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -flto -g -O2 -MT net.o -MD -MP -MF .deps/net.Tpo -c -o net.o ../../stub-arm/../net.c
  457. mv -f .deps/net.Tpo .deps/net.Po
  458. arm-linux-androideabi-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-arm/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -flto -g -O2 -MT lz4.o -MD -MP -MF .deps/lz4.Tpo -c -o lz4.o ../../stub-arm/../lz4.c
  459. mv -f .deps/lz4.Tpo .deps/lz4.Po
  460. arm-linux-androideabi-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-arm/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -flto -g -O2 -MT xenviron.o -MD -MP -MF .deps/xenviron.Tpo -c -o xenviron.o ../../stub-arm/../xenviron.c
  461. mv -f .deps/xenviron.Tpo .deps/xenviron.Po
  462. rm -f libfb-adb.a
  463. arm-linux-androideabi-gcc-ar cru libfb-adb.a adb.o adbenc.o argv.o channel.o chat.o child.o cmd_stub.o cmd_logw.o core.o dbg.o fb-adb.o ringbuf.o strutil.o termbits.o util.o xmkraw.o net.o lz4.o xenviron.o
  464. arm-linux-androideabi-gcc-ranlib libfb-adb.a
  465. /Applications/Xcode.app/Contents/Developer/usr/bin/make -C .. timestamp.c
  466. make[5]: `timestamp.c' is up to date.
  467. cp -fp ../timestamp.c timestamp.c
  468. arm-linux-androideabi-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-arm/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -flto -g -O2 -MT timestamp.o -MD -MP -MF .deps/timestamp.Tpo -c -o timestamp.o timestamp.c
  469. mv -f .deps/timestamp.Tpo .deps/timestamp.Po
  470. arm-linux-androideabi-gcc -fvisibility=hidden -std=gnu99 -flto -g -O2 -flto -o fb-adb timestamp.o libfb-adb.a -llog
  471. arm-linux-androideabi-strip -o stub fb-adb
  472. Making all in stub-x86-pic
  473. /Applications/Xcode.app/Contents/Developer/usr/bin/make -C .. timestamp.c
  474. make[3]: `timestamp.c' is up to date.
  475. cp -fp ../timestamp.c timestamp.c
  476. /Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive
  477. i686-linux-android-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-x86-pic/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -fPIC -flto -g -O2 -MT adb.o -MD -MP -MF .deps/adb.Tpo -c -o adb.o ../../stub-x86-pic/../adb.c
  478. mv -f .deps/adb.Tpo .deps/adb.Po
  479. i686-linux-android-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-x86-pic/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -fPIC -flto -g -O2 -MT adbenc.o -MD -MP -MF .deps/adbenc.Tpo -c -o adbenc.o ../../stub-x86-pic/../adbenc.c
  480. mv -f .deps/adbenc.Tpo .deps/adbenc.Po
  481. i686-linux-android-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-x86-pic/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -fPIC -flto -g -O2 -MT argv.o -MD -MP -MF .deps/argv.Tpo -c -o argv.o ../../stub-x86-pic/../argv.c
  482. mv -f .deps/argv.Tpo .deps/argv.Po
  483. i686-linux-android-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-x86-pic/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -fPIC -flto -g -O2 -MT channel.o -MD -MP -MF .deps/channel.Tpo -c -o channel.o ../../stub-x86-pic/../channel.c
  484. mv -f .deps/channel.Tpo .deps/channel.Po
  485. i686-linux-android-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-x86-pic/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -fPIC -flto -g -O2 -MT chat.o -MD -MP -MF .deps/chat.Tpo -c -o chat.o ../../stub-x86-pic/../chat.c
  486. mv -f .deps/chat.Tpo .deps/chat.Po
  487. i686-linux-android-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-x86-pic/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -fPIC -flto -g -O2 -MT child.o -MD -MP -MF .deps/child.Tpo -c -o child.o ../../stub-x86-pic/../child.c
  488. mv -f .deps/child.Tpo .deps/child.Po
  489. i686-linux-android-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-x86-pic/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -fPIC -flto -g -O2 -MT cmd_stub.o -MD -MP -MF .deps/cmd_stub.Tpo -c -o cmd_stub.o ../../stub-x86-pic/../cmd_stub.c
  490. mv -f .deps/cmd_stub.Tpo .deps/cmd_stub.Po
  491. i686-linux-android-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-x86-pic/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -fPIC -flto -g -O2 -MT cmd_logw.o -MD -MP -MF .deps/cmd_logw.Tpo -c -o cmd_logw.o ../../stub-x86-pic/../cmd_logw.c
  492. mv -f .deps/cmd_logw.Tpo .deps/cmd_logw.Po
  493. i686-linux-android-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-x86-pic/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -fPIC -flto -g -O2 -MT core.o -MD -MP -MF .deps/core.Tpo -c -o core.o ../../stub-x86-pic/../core.c
  494. mv -f .deps/core.Tpo .deps/core.Po
  495. i686-linux-android-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-x86-pic/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -fPIC -flto -g -O2 -MT dbg.o -MD -MP -MF .deps/dbg.Tpo -c -o dbg.o ../../stub-x86-pic/../dbg.c
  496. mv -f .deps/dbg.Tpo .deps/dbg.Po
  497. i686-linux-android-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-x86-pic/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -fPIC -flto -g -O2 -MT fb-adb.o -MD -MP -MF .deps/fb-adb.Tpo -c -o fb-adb.o ../../stub-x86-pic/../fb-adb.c
  498. mv -f .deps/fb-adb.Tpo .deps/fb-adb.Po
  499. i686-linux-android-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-x86-pic/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -fPIC -flto -g -O2 -MT ringbuf.o -MD -MP -MF .deps/ringbuf.Tpo -c -o ringbuf.o ../../stub-x86-pic/../ringbuf.c
  500. mv -f .deps/ringbuf.Tpo .deps/ringbuf.Po
  501. i686-linux-android-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-x86-pic/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -fPIC -flto -g -O2 -MT strutil.o -MD -MP -MF .deps/strutil.Tpo -c -o strutil.o ../../stub-x86-pic/../strutil.c
  502. mv -f .deps/strutil.Tpo .deps/strutil.Po
  503. /usr/bin/sed -Ef ../../stub-x86-pic/../termnames.sed ../../stub-x86-pic/../termnames.h.in >termnames.h
  504. i686-linux-android-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-x86-pic/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -fPIC -flto -g -O2 -MT termbits.o -MD -MP -MF .deps/termbits.Tpo -c -o termbits.o ../../stub-x86-pic/../termbits.c
  505. mv -f .deps/termbits.Tpo .deps/termbits.Po
  506. i686-linux-android-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-x86-pic/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -fPIC -flto -g -O2 -MT util.o -MD -MP -MF .deps/util.Tpo -c -o util.o ../../stub-x86-pic/../util.c
  507. mv -f .deps/util.Tpo .deps/util.Po
  508. i686-linux-android-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-x86-pic/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -fPIC -flto -g -O2 -MT xmkraw.o -MD -MP -MF .deps/xmkraw.Tpo -c -o xmkraw.o ../../stub-x86-pic/../xmkraw.c
  509. mv -f .deps/xmkraw.Tpo .deps/xmkraw.Po
  510. i686-linux-android-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-x86-pic/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -fPIC -flto -g -O2 -MT net.o -MD -MP -MF .deps/net.Tpo -c -o net.o ../../stub-x86-pic/../net.c
  511. mv -f .deps/net.Tpo .deps/net.Po
  512. i686-linux-android-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-x86-pic/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -fPIC -flto -g -O2 -MT lz4.o -MD -MP -MF .deps/lz4.Tpo -c -o lz4.o ../../stub-x86-pic/../lz4.c
  513. mv -f .deps/lz4.Tpo .deps/lz4.Po
  514. i686-linux-android-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-x86-pic/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -fPIC -flto -g -O2 -MT xenviron.o -MD -MP -MF .deps/xenviron.Tpo -c -o xenviron.o ../../stub-x86-pic/../xenviron.c
  515. mv -f .deps/xenviron.Tpo .deps/xenviron.Po
  516. rm -f libfb-adb.a
  517. i686-linux-android-gcc-ar cru libfb-adb.a adb.o adbenc.o argv.o channel.o chat.o child.o cmd_stub.o cmd_logw.o core.o dbg.o fb-adb.o ringbuf.o strutil.o termbits.o util.o xmkraw.o net.o lz4.o xenviron.o
  518. i686-linux-android-gcc-ranlib libfb-adb.a
  519. /Applications/Xcode.app/Contents/Developer/usr/bin/make -C .. timestamp.c
  520. make[5]: `timestamp.c' is up to date.
  521. cp -fp ../timestamp.c timestamp.c
  522. i686-linux-android-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-x86-pic/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -fPIC -flto -g -O2 -MT timestamp.o -MD -MP -MF .deps/timestamp.Tpo -c -o timestamp.o timestamp.c
  523. mv -f .deps/timestamp.Tpo .deps/timestamp.Po
  524. i686-linux-android-gcc -fvisibility=hidden -std=gnu99 -fPIC -flto -g -O2 -fPIC -pie -flto -o fb-adb timestamp.o libfb-adb.a -llog
  525. i686-linux-android-strip -o stub fb-adb
  526. Making all in stub-arm-pic
  527. /Applications/Xcode.app/Contents/Developer/usr/bin/make -C .. timestamp.c
  528. make[3]: `timestamp.c' is up to date.
  529. cp -fp ../timestamp.c timestamp.c
  530. /Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive
  531. arm-linux-androideabi-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-arm-pic/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -fPIC -flto -g -O2 -MT adb.o -MD -MP -MF .deps/adb.Tpo -c -o adb.o ../../stub-arm-pic/../adb.c
  532. mv -f .deps/adb.Tpo .deps/adb.Po
  533. arm-linux-androideabi-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-arm-pic/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -fPIC -flto -g -O2 -MT adbenc.o -MD -MP -MF .deps/adbenc.Tpo -c -o adbenc.o ../../stub-arm-pic/../adbenc.c
  534. mv -f .deps/adbenc.Tpo .deps/adbenc.Po
  535. arm-linux-androideabi-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-arm-pic/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -fPIC -flto -g -O2 -MT argv.o -MD -MP -MF .deps/argv.Tpo -c -o argv.o ../../stub-arm-pic/../argv.c
  536. mv -f .deps/argv.Tpo .deps/argv.Po
  537. arm-linux-androideabi-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-arm-pic/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -fPIC -flto -g -O2 -MT channel.o -MD -MP -MF .deps/channel.Tpo -c -o channel.o ../../stub-arm-pic/../channel.c
  538. mv -f .deps/channel.Tpo .deps/channel.Po
  539. arm-linux-androideabi-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-arm-pic/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -fPIC -flto -g -O2 -MT chat.o -MD -MP -MF .deps/chat.Tpo -c -o chat.o ../../stub-arm-pic/../chat.c
  540. mv -f .deps/chat.Tpo .deps/chat.Po
  541. arm-linux-androideabi-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-arm-pic/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -fPIC -flto -g -O2 -MT child.o -MD -MP -MF .deps/child.Tpo -c -o child.o ../../stub-arm-pic/../child.c
  542. mv -f .deps/child.Tpo .deps/child.Po
  543. arm-linux-androideabi-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-arm-pic/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -fPIC -flto -g -O2 -MT cmd_stub.o -MD -MP -MF .deps/cmd_stub.Tpo -c -o cmd_stub.o ../../stub-arm-pic/../cmd_stub.c
  544. mv -f .deps/cmd_stub.Tpo .deps/cmd_stub.Po
  545. arm-linux-androideabi-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-arm-pic/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -fPIC -flto -g -O2 -MT cmd_logw.o -MD -MP -MF .deps/cmd_logw.Tpo -c -o cmd_logw.o ../../stub-arm-pic/../cmd_logw.c
  546. mv -f .deps/cmd_logw.Tpo .deps/cmd_logw.Po
  547. arm-linux-androideabi-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-arm-pic/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -fPIC -flto -g -O2 -MT core.o -MD -MP -MF .deps/core.Tpo -c -o core.o ../../stub-arm-pic/../core.c
  548. mv -f .deps/core.Tpo .deps/core.Po
  549. arm-linux-androideabi-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-arm-pic/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -fPIC -flto -g -O2 -MT dbg.o -MD -MP -MF .deps/dbg.Tpo -c -o dbg.o ../../stub-arm-pic/../dbg.c
  550. mv -f .deps/dbg.Tpo .deps/dbg.Po
  551. arm-linux-androideabi-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-arm-pic/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -fPIC -flto -g -O2 -MT fb-adb.o -MD -MP -MF .deps/fb-adb.Tpo -c -o fb-adb.o ../../stub-arm-pic/../fb-adb.c
  552. mv -f .deps/fb-adb.Tpo .deps/fb-adb.Po
  553. arm-linux-androideabi-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-arm-pic/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -fPIC -flto -g -O2 -MT ringbuf.o -MD -MP -MF .deps/ringbuf.Tpo -c -o ringbuf.o ../../stub-arm-pic/../ringbuf.c
  554. mv -f .deps/ringbuf.Tpo .deps/ringbuf.Po
  555. arm-linux-androideabi-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-arm-pic/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -fPIC -flto -g -O2 -MT strutil.o -MD -MP -MF .deps/strutil.Tpo -c -o strutil.o ../../stub-arm-pic/../strutil.c
  556. mv -f .deps/strutil.Tpo .deps/strutil.Po
  557. /usr/bin/sed -Ef ../../stub-arm-pic/../termnames.sed ../../stub-arm-pic/../termnames.h.in >termnames.h
  558. arm-linux-androideabi-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-arm-pic/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -fPIC -flto -g -O2 -MT termbits.o -MD -MP -MF .deps/termbits.Tpo -c -o termbits.o ../../stub-arm-pic/../termbits.c
  559. mv -f .deps/termbits.Tpo .deps/termbits.Po
  560. arm-linux-androideabi-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-arm-pic/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -fPIC -flto -g -O2 -MT util.o -MD -MP -MF .deps/util.Tpo -c -o util.o ../../stub-arm-pic/../util.c
  561. mv -f .deps/util.Tpo .deps/util.Po
  562. arm-linux-androideabi-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-arm-pic/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -fPIC -flto -g -O2 -MT xmkraw.o -MD -MP -MF .deps/xmkraw.Tpo -c -o xmkraw.o ../../stub-arm-pic/../xmkraw.c
  563. mv -f .deps/xmkraw.Tpo .deps/xmkraw.Po
  564. arm-linux-androideabi-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-arm-pic/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -fPIC -flto -g -O2 -MT net.o -MD -MP -MF .deps/net.Tpo -c -o net.o ../../stub-arm-pic/../net.c
  565. mv -f .deps/net.Tpo .deps/net.Po
  566. arm-linux-androideabi-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-arm-pic/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -fPIC -flto -g -O2 -MT lz4.o -MD -MP -MF .deps/lz4.Tpo -c -o lz4.o ../../stub-arm-pic/../lz4.c
  567. mv -f .deps/lz4.Tpo .deps/lz4.Po
  568. arm-linux-androideabi-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-arm-pic/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -fPIC -flto -g -O2 -MT xenviron.o -MD -MP -MF .deps/xenviron.Tpo -c -o xenviron.o ../../stub-arm-pic/../xenviron.c
  569. mv -f .deps/xenviron.Tpo .deps/xenviron.Po
  570. rm -f libfb-adb.a
  571. arm-linux-androideabi-gcc-ar cru libfb-adb.a adb.o adbenc.o argv.o channel.o chat.o child.o cmd_stub.o cmd_logw.o core.o dbg.o fb-adb.o ringbuf.o strutil.o termbits.o util.o xmkraw.o net.o lz4.o xenviron.o
  572. arm-linux-androideabi-gcc-ranlib libfb-adb.a
  573. /Applications/Xcode.app/Contents/Developer/usr/bin/make -C .. timestamp.c
  574. make[5]: `timestamp.c' is up to date.
  575. cp -fp ../timestamp.c timestamp.c
  576. arm-linux-androideabi-gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_PIPE2=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -DHAVE_CLOCK_GETTIME=1 -I. -I../../stub-arm-pic/.. -I. -DFBADB_STUB=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -fPIC -flto -g -O2 -MT timestamp.o -MD -MP -MF .deps/timestamp.Tpo -c -o timestamp.o timestamp.c
  577. mv -f .deps/timestamp.Tpo .deps/timestamp.Po
  578. arm-linux-androideabi-gcc -fvisibility=hidden -std=gnu99 -fPIC -flto -g -O2 -fPIC -pie -flto -o fb-adb timestamp.o libfb-adb.a -llog
  579. arm-linux-androideabi-strip -o stub fb-adb
  580. gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_KQUEUE=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -I. -I.. -I. -DFBADB_MAIN=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -g -O2 -MT timestamp.o -MD -MP -MF .deps/timestamp.Tpo -c -o timestamp.o timestamp.c
  581. mv -f .deps/timestamp.Tpo .deps/timestamp.Po
  582. XXD="/usr/local/bin/xxd" ../mkstubsc.sh stub-x86/stub stub-arm/stub stub-x86-pic/stub stub-arm-pic/stub > stubs.c
  583. gcc -DPACKAGE_NAME=\"fb-adb\" -DPACKAGE_TARNAME=\"fb-adb\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"fb-adb\ 1.4.1\" -DPACKAGE_BUGREPORT=\"dancol@fb.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fb-adb\" -DVERSION=\"1.4.1\" -DHAVE_KQUEUE=1 -DHAVE_PTSNAME=1 -DHAVE_FUNOPEN=1 -I. -I.. -I. -DFBADB_MAIN=1 -Wall -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -DNDEBUG=1 -fvisibility=hidden -std=gnu99 -g -O2 -MT stubs.o -MD -MP -MF .deps/stubs.Tpo -c -o stubs.o stubs.c
  584. mv -f .deps/stubs.Tpo .deps/stubs.Po
  585. gcc -fvisibility=hidden -std=gnu99 -g -O2 -o fb-adb timestamp.o stubs.o libfb-adb.a
  586. Undefined symbols for architecture x86_64:
  587. "_make_addr_unix_abstract", referenced from:
  588. _stub_main_trampoline in libfb-adb.a(cmd_stub.o)
  589. ld: symbol(s) not found for architecture x86_64
  590. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  591. make[2]: *** [fb-adb] Error 1
  592. make[1]: *** [all-recursive] Error 1
  593. make: *** [all] Error 2
  594. ````
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement