Advertisement
Guest User

Untitled

a guest
Sep 30th, 2017
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.71 KB | None | 0 0
  1. jury093@ubuntu64:~/src/openocd/openocd-0.10.0$ ./configure --enable-usbprog
  2. checking for makeinfo... makeinfo
  3. checking for a BSD-compatible install... /usr/bin/install -c
  4. checking whether build environment is sane... yes
  5. checking for a thread-safe mkdir -p... /bin/mkdir -p
  6. checking for gawk... no
  7. checking for mawk... mawk
  8. checking whether make sets $(MAKE)... yes
  9. checking whether make supports nested variables... yes
  10. checking for gcc... gcc
  11. checking whether the C compiler works... yes
  12. checking for C compiler default output file name... a.out
  13. checking for suffix of executables...
  14. checking whether we are cross compiling... no
  15. checking for suffix of object files... o
  16. checking whether we are using the GNU C compiler... yes
  17. checking whether gcc accepts -g... yes
  18. checking for gcc option to accept ISO C89... none needed
  19. checking whether gcc understands -c and -o together... yes
  20. checking for style of include used by make... GNU
  21. checking dependency style of gcc... gcc3
  22. checking for gcc option to accept ISO C99... -std=gnu99
  23. checking for ranlib... ranlib
  24. checking for pkg-config... /usr/bin/pkg-config
  25. checking pkg-config is at least version 0.23... yes
  26. checking build system type... x86_64-pc-linux-gnu
  27. checking host system type... x86_64-pc-linux-gnu
  28. checking how to print strings... printf
  29. checking for a sed that does not truncate output... /bin/sed
  30. checking for grep that handles long lines and -e... /bin/grep
  31. checking for egrep... /bin/grep -E
  32. checking for fgrep... /bin/grep -F
  33. checking for ld used by gcc -std=gnu99... /usr/bin/ld
  34. checking if the linker (/usr/bin/ld) is GNU ld... yes
  35. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  36. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  37. checking whether ln -s works... yes
  38. checking the maximum length of command line arguments... 1572864
  39. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  40. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  41. checking for /usr/bin/ld option to reload object files... -r
  42. checking for objdump... objdump
  43. checking how to recognize dependent libraries... pass_all
  44. checking for dlltool... no
  45. checking how to associate runtime and link libraries... printf %s\n
  46. checking for ar... ar
  47. checking for archiver @FILE support... @
  48. checking for strip... strip
  49. checking for ranlib... (cached) ranlib
  50. checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object... ok
  51. checking for sysroot... no
  52. checking for a working dd... /bin/dd
  53. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  54. checking for mt... mt
  55. checking if mt is a manifest tool... no
  56. checking how to run the C preprocessor... gcc -std=gnu99 -E
  57. checking for ANSI C header files... yes
  58. checking for sys/types.h... yes
  59. checking for sys/stat.h... yes
  60. checking for stdlib.h... yes
  61. checking for string.h... yes
  62. checking for memory.h... yes
  63. checking for strings.h... yes
  64. checking for inttypes.h... yes
  65. checking for stdint.h... yes
  66. checking for unistd.h... yes
  67. checking for dlfcn.h... yes
  68. checking for objdir... .libs
  69. checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
  70. checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC
  71. checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes
  72. checking if gcc -std=gnu99 static flag -static works... yes
  73. checking if gcc -std=gnu99 supports -c -o file.o... yes
  74. checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes
  75. checking whether the gcc -std=gnu99 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  76. checking dynamic linker characteristics... GNU/Linux ld.so
  77. checking how to hardcode library paths into programs... immediate
  78. checking whether stripping libraries is possible... yes
  79. checking if libtool supports shared libraries... yes
  80. checking whether to build shared libraries... no
  81. checking whether to build static libraries... yes
  82. checking for an ANSI C-conforming const... yes
  83. checking for unsigned long long int... yes
  84. checking for long long int... yes
  85. checking for library containing ioperm... none required
  86. checking for library containing dlopen... -ldl
  87. checking sys/socket.h usability... yes
  88. checking sys/socket.h presence... yes
  89. checking for sys/socket.h... yes
  90. checking elf.h usability... yes
  91. checking elf.h presence... yes
  92. checking for elf.h... yes
  93. checking dirent.h usability... yes
  94. checking dirent.h presence... yes
  95. checking for dirent.h... yes
  96. checking fcntl.h usability... yes
  97. checking fcntl.h presence... yes
  98. checking for fcntl.h... yes
  99. checking malloc.h usability... yes
  100. checking malloc.h presence... yes
  101. checking for malloc.h... yes
  102. checking netdb.h usability... yes
  103. checking netdb.h presence... yes
  104. checking for netdb.h... yes
  105. checking poll.h usability... yes
  106. checking poll.h presence... yes
  107. checking for poll.h... yes
  108. checking pthread.h usability... yes
  109. checking pthread.h presence... yes
  110. checking for pthread.h... yes
  111. checking for strings.h... (cached) yes
  112. checking sys/ioctl.h usability... yes
  113. checking sys/ioctl.h presence... yes
  114. checking for sys/ioctl.h... yes
  115. checking sys/param.h usability... yes
  116. checking sys/param.h presence... yes
  117. checking for sys/param.h... yes
  118. checking sys/select.h usability... yes
  119. checking sys/select.h presence... yes
  120. checking for sys/select.h... yes
  121. checking for sys/stat.h... (cached) yes
  122. checking sys/sysctl.h usability... yes
  123. checking sys/sysctl.h presence... yes
  124. checking for sys/sysctl.h... yes
  125. checking sys/time.h usability... yes
  126. checking sys/time.h presence... yes
  127. checking for sys/time.h... yes
  128. checking for sys/types.h... (cached) yes
  129. checking for unistd.h... (cached) yes
  130. checking for arpa/inet.h... yes
  131. checking for ifaddrs.h... yes
  132. checking for netinet/in.h... yes
  133. checking for netinet/tcp.h... yes
  134. checking for net/if.h... yes
  135. checking whether to enable assertions... yes
  136. checking for stdbool.h that conforms to C99... yes
  137. checking for _Bool... yes
  138. checking whether time.h and sys/time.h may both be included... yes
  139. checking whether byte ordering is bigendian... no
  140. checking for strndup... yes
  141. checking for strnlen... yes
  142. checking for gettimeofday... yes
  143. checking for usleep... yes
  144. checking for vasprintf... yes
  145. checking for realpath... yes
  146. checking whether to build a release... yes
  147. checking whether to build Doxygen as HTML... yes
  148. checking whether to build Doxygen as PDF... no
  149. checking whether to enable verbose JTAG I/O messages... no
  150. checking whether to enable verbose USB I/O messages... no
  151. checking whether to enable verbose USB communication messages... no
  152. checking whether to enable malloc free space logging... no
  153. checking whether to enable ZY1000 minidriver... no
  154. checking whether to enable dummy minidriver... no
  155. checking whether standard drivers can be built... yes
  156. checking for LIBUSB1... yes
  157. configure: libusb-1.0 header bug workaround: LIBUSB1_CFLAGS changed to "-isystem /usr/include/libusb-1.0"
  158. checking for LIBUSB0... yes
  159. checking for HIDAPI... no
  160. checking for HIDAPI... no
  161. checking for HIDAPI... no
  162. checking for LIBFTDI... no
  163. checking for LIBFTDI... yes
  164. checking for LIBJAYLINK... no
  165. checking for environ in unistd.h and stdlib.h... yes
  166. checking that generated files are newer than configure... done
  167. configure: creating ./config.status
  168. config.status: creating Makefile
  169. config.status: creating config.h
  170. config.status: executing depfiles commands
  171. config.status: executing libtool commands
  172. === configuring in jimtcl (/home/jury093/src/openocd/openocd-0.10.0/jimtcl)
  173. configure: running /bin/sh ./configure.gnu --disable-option-checking '--prefix=/usr/local' '--enable-usbprog' --cache-file=/dev/null --srcdir=.
  174. Host System...x86_64-unknown-linux-gnu
  175. Build System...x86_64-unknown-linux-gnu
  176. C compiler... cc -g -O2
  177. C++ compiler... c++ -g -O2
  178. Build C compiler...cc
  179. Checking for stdlib.h...ok
  180. Checking for long long...ok
  181. Checking for sys/time.h...ok
  182. Checking for sys/socket.h...ok
  183. Checking for netinet/in.h...ok
  184. Checking for arpa/inet.h...ok
  185. Checking for netdb.h...ok
  186. Checking for sys/un.h...ok
  187. Checking for dlfcn.h...ok
  188. Checking for unistd.h...ok
  189. Checking for dirent.h...ok
  190. Checking for crt_externs.h...not found
  191. Checking libs for inet_ntop...none needed
  192. Checking libs for socket...none needed
  193. Checking for ualarm...ok
  194. Checking for lstat...ok
  195. Checking for fork...ok
  196. Checking for vfork...ok
  197. Checking for system...ok
  198. Checking for select...ok
  199. Checking for execvpe...ok
  200. Checking for backtrace...ok
  201. Checking for geteuid...ok
  202. Checking for mkstemp...ok
  203. Checking for realpath...ok
  204. Checking for strptime...ok
  205. Checking for isatty...ok
  206. Checking for regcomp...ok
  207. Checking for waitpid...ok
  208. Checking for sigaction...ok
  209. Checking for sys_signame...not found
  210. Checking for sys_siglist...ok
  211. Checking for isascii...ok
  212. Checking for syslog...ok
  213. Checking for opendir...ok
  214. Checking for readlink...ok
  215. Checking for sleep...ok
  216. Checking for usleep...ok
  217. Checking for pipe...ok
  218. Checking for getaddrinfo...ok
  219. Checking for utimes...ok
  220. Checking for shutdown...ok
  221. Checking for socketpair...ok
  222. Checking for isinf...ok
  223. Checking for isnan...ok
  224. Checking for link...ok
  225. Checking for symlink...ok
  226. Checking for fsync...ok
  227. Checking for dup...ok
  228. Checking for sysinfo...ok
  229. Checking for struct sysinfo.uptime...ok
  230. Checking for struct flock...ok
  231. Checking for sys/types.h...(cached) ok
  232. Checking if -D_FILE_OFFSET_BITS=64 is needed...no
  233. Checking for fseeko...ok
  234. Checking for ftello...ok
  235. Checking for _NSGetEnviron...not found
  236. Checking environ declared in unistd.h...yes
  237. Checking for sys/types.h...(cached) ok
  238. Checking for sys/stat.h...ok
  239. Checking for mkdir with one arg...no
  240. Checking for termios.h...ok
  241. Enabling line editing
  242. Enabling references
  243. Building static library
  244. Extension eventloop...enabled
  245. Extension array...enabled
  246. Extension clock...enabled
  247. Extension regexp...enabled
  248. Extension stdlib...enabled
  249. Extension tclcompat...enabled
  250. Using built-in regexp
  251. Jim static extensions: array clock eventloop regexp stdlib tclcompat
  252. Created jim-config.h
  253. Created jimautoconf.h
  254. Created Makefile from Makefile.in
  255. Created build-jim-ext from build-jim-ext.in
  256. === configuring in src/jtag/drivers/libjaylink (/home/jury093/src/openocd/openocd-0.10.0/src/jtag/drivers/libjaylink)
  257. configure: running /bin/sh ./configure.gnu --disable-option-checking '--prefix=/usr/local' '--enable-usbprog' --cache-file=/dev/null --srcdir=.
  258. checking build system type... x86_64-pc-linux-gnu
  259. checking host system type... x86_64-pc-linux-gnu
  260. checking for a BSD-compatible install... /usr/bin/install -c
  261. checking whether build environment is sane... yes
  262. checking for a thread-safe mkdir -p... /bin/mkdir -p
  263. checking for gawk... no
  264. checking for mawk... mawk
  265. checking whether make sets $(MAKE)... yes
  266. checking whether make supports nested variables... yes
  267. checking for gcc... gcc
  268. checking whether the C compiler works... yes
  269. checking for C compiler default output file name... a.out
  270. checking for suffix of executables...
  271. checking whether we are cross compiling... no
  272. checking for suffix of object files... o
  273. checking whether we are using the GNU C compiler... yes
  274. checking whether gcc accepts -g... yes
  275. checking for gcc option to accept ISO C89... none needed
  276. checking whether gcc understands -c and -o together... yes
  277. checking for style of include used by make... GNU
  278. checking dependency style of gcc... gcc3
  279. checking for ar... ar
  280. checking the archiver (ar) interface... ar
  281. checking how to print strings... printf
  282. checking for a sed that does not truncate output... /bin/sed
  283. checking for grep that handles long lines and -e... /bin/grep
  284. checking for egrep... /bin/grep -E
  285. checking for fgrep... /bin/grep -F
  286. checking for ld used by gcc... /usr/bin/ld
  287. checking if the linker (/usr/bin/ld) is GNU ld... yes
  288. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  289. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  290. checking whether ln -s works... yes
  291. checking the maximum length of command line arguments... 1572864
  292. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  293. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  294. checking for /usr/bin/ld option to reload object files... -r
  295. checking for objdump... objdump
  296. checking how to recognize dependent libraries... pass_all
  297. checking for dlltool... no
  298. checking how to associate runtime and link libraries... printf %s\n
  299. checking for archiver @FILE support... @
  300. checking for strip... strip
  301. checking for ranlib... ranlib
  302. checking command to parse /usr/bin/nm -B output from gcc object... ok
  303. checking for sysroot... no
  304. checking for a working dd... /bin/dd
  305. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  306. checking for mt... mt
  307. checking if mt is a manifest tool... no
  308. checking how to run the C preprocessor... gcc -E
  309. checking for ANSI C header files... yes
  310. checking for sys/types.h... yes
  311. checking for sys/stat.h... yes
  312. checking for stdlib.h... yes
  313. checking for string.h... yes
  314. checking for memory.h... yes
  315. checking for strings.h... yes
  316. checking for inttypes.h... yes
  317. checking for stdint.h... yes
  318. checking for unistd.h... yes
  319. checking for dlfcn.h... yes
  320. checking for objdir... .libs
  321. checking if gcc supports -fno-rtti -fno-exceptions... no
  322. checking for gcc option to produce PIC... -fPIC -DPIC
  323. checking if gcc PIC flag -fPIC -DPIC works... yes
  324. checking if gcc static flag -static works... yes
  325. checking if gcc supports -c -o file.o... yes
  326. checking if gcc supports -c -o file.o... (cached) yes
  327. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  328. checking whether -lc should be explicitly linked in... no
  329. checking dynamic linker characteristics... GNU/Linux ld.so
  330. checking how to hardcode library paths into programs... immediate
  331. checking whether stripping libraries is possible... yes
  332. checking if libtool supports shared libraries... yes
  333. checking whether to build shared libraries... yes
  334. checking whether to build static libraries... yes
  335. checking for pkg-config... /usr/bin/pkg-config
  336. checking pkg-config is at least version 0.9.0... yes
  337. checking for libusb... yes
  338. checking whether byte ordering is bigendian... no
  339. checking that generated files are newer than configure... done
  340. configure: creating ./config.status
  341. config.status: creating Makefile
  342. config.status: creating libjaylink/Makefile
  343. config.status: creating libjaylink/version.h
  344. config.status: creating libjaylink.pc
  345. config.status: creating Doxyfile
  346. config.status: creating config.h
  347. config.status: executing depfiles commands
  348. config.status: executing libtool commands
  349.  
  350. libjaylink configuration summary:
  351. - Package version ................ 0.1.0
  352. - Library version ................ 0:0:0
  353. - Installation prefix ............ /usr/local
  354. - Building on .................... x86_64-pc-linux-gnu
  355. - Building for ................... x86_64-pc-linux-gnu
  356.  
  357.  
  358.  
  359. OpenOCD configuration summary
  360. --------------------------------------------------
  361. MPSSE mode of FTDI based devices yes (auto)
  362. ST-Link JTAG Programmer yes (auto)
  363. TI ICDI JTAG Programmer yes (auto)
  364. Keil ULINK JTAG Programmer yes (auto)
  365. Altera USB-Blaster II Compatible yes (auto)
  366. Versaloon-Link JTAG Programmer yes (auto)
  367. OSBDM (JTAG only) Programmer yes (auto)
  368. eStick/opendous JTAG Programmer yes (auto)
  369. Andes JTAG Programmer yes (auto)
  370. USBProg JTAG Programmer yes
  371. Raisonance RLink JTAG Programmer yes (auto)
  372. Olimex ARM-JTAG-EW Programmer yes (auto)
  373. CMSIS-DAP Compliant Debugger no
  374. Altera USB-Blaster Compatible yes (auto)
  375. ASIX Presto Adapter yes (auto)
  376. OpenJTAG Adapter yes (auto)
  377. SEGGER J-Link Programmer yes (auto)
  378.  
  379. jury093@ubuntu64:~/src/openocd/openocd-0.10.0$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement