Advertisement
Guest User

sigrok sadness

a guest
Apr 22nd, 2019
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 33.53 KB | None | 0 0
  1. root@OrangePI:~/sigrok-util/cross-compile/linux# ./sigrok-cross-linux
  2. Cloning into 'libserialport'...
  3. remote: Enumerating objects: 24, done.
  4. remote: Counting objects: 100% (24/24), done.
  5. remote: Compressing objects: 100% (24/24), done.
  6. remote: Total 24 (delta 1), reused 1 (delta 0)
  7. Receiving objects: 100% (24/24), 78.58 KiB | 0 bytes/s, done.
  8. Resolving deltas: 100% (1/1), done.
  9. Checking connectivity... done.
  10. autoreconf: Entering directory `.'
  11. autoreconf: configure.ac: not using Gettext
  12. autoreconf: running: aclocal --force -I autostuff
  13. autoreconf: configure.ac: tracing
  14. autoreconf: running: libtoolize --copy --force
  15. libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `autostuff'.
  16. libtoolize: copying file `autostuff/ltmain.sh'
  17. libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `autostuff'.
  18. libtoolize: copying file `autostuff/libtool.m4'
  19. libtoolize: copying file `autostuff/ltoptions.m4'
  20. libtoolize: copying file `autostuff/ltsugar.m4'
  21. libtoolize: copying file `autostuff/ltversion.m4'
  22. libtoolize: copying file `autostuff/lt~obsolete.m4'
  23. autoreconf: running: /usr/bin/autoconf --force
  24. autoreconf: running: /usr/bin/autoheader --force
  25. autoreconf: running: automake --add-missing --copy --force-missing
  26. configure.ac:46: installing 'autostuff/ar-lib'
  27. configure.ac:46: installing 'autostuff/compile'
  28. configure.ac:67: installing 'autostuff/config.guess'
  29. configure.ac:67: installing 'autostuff/config.sub'
  30. configure.ac:44: installing 'autostuff/install-sh'
  31. configure.ac:44: installing 'autostuff/missing'
  32. Makefile.am: installing './INSTALL'
  33. Makefile.am: installing 'autostuff/depcomp'
  34. autoreconf: Leaving directory `.'
  35. checking for a BSD-compatible install... /usr/bin/install -c
  36. checking whether build environment is sane... yes
  37. checking for a thread-safe mkdir -p... /bin/mkdir -p
  38. checking for gawk... no
  39. checking for mawk... mawk
  40. checking whether make sets $(MAKE)... yes
  41. checking whether make supports nested variables... yes
  42. checking whether make supports nested variables... (cached) yes
  43. checking for style of include used by make... GNU
  44. checking for gcc... gcc
  45. checking whether the C compiler works... yes
  46. checking for C compiler default output file name... a.out
  47. checking for suffix of executables...
  48. checking whether we are cross compiling... no
  49. checking for suffix of object files... o
  50. checking whether we are using the GNU C compiler... yes
  51. checking whether gcc accepts -g... yes
  52. checking for gcc option to accept ISO C89... none needed
  53. checking whether gcc understands -c and -o together... yes
  54. checking dependency style of gcc... gcc3
  55. checking for ar... ar
  56. checking the archiver (ar) interface... ar
  57. checking for gcc... (cached) gcc
  58. checking whether we are using the GNU C compiler... (cached) yes
  59. checking whether gcc accepts -g... (cached) yes
  60. checking for gcc option to accept ISO C89... (cached) none needed
  61. checking whether gcc understands -c and -o together... (cached) yes
  62. checking dependency style of gcc... (cached) gcc3
  63. checking whether ln -s works... yes
  64. checking build system type... armv7l-unknown-linux-gnueabihf
  65. checking host system type... armv7l-unknown-linux-gnueabihf
  66. checking how to print strings... printf
  67. checking for a sed that does not truncate output... /bin/sed
  68. checking for grep that handles long lines and -e... /bin/grep
  69. checking for egrep... /bin/grep -E
  70. checking for fgrep... /bin/grep -F
  71. checking for ld used by gcc... /usr/bin/ld
  72. checking if the linker (/usr/bin/ld) is GNU ld... yes
  73. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  74. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  75. checking the maximum length of command line arguments... 1572864
  76. checking whether the shell understands some XSI constructs... yes
  77. checking whether the shell understands "+="... yes
  78. checking how to convert armv7l-unknown-linux-gnueabihf file names to armv7l-unknown-linux-gnueabihf format... func_convert_file_noop
  79. checking how to convert armv7l-unknown-linux-gnueabihf file names to toolchain format... func_convert_file_noop
  80. checking for /usr/bin/ld option to reload object files... -r
  81. checking for objdump... objdump
  82. checking how to recognize dependent libraries... pass_all
  83. checking for dlltool... no
  84. checking how to associate runtime and link libraries... printf %s\n
  85. checking for archiver @FILE support... @
  86. checking for strip... strip
  87. checking for ranlib... ranlib
  88. checking command to parse /usr/bin/nm -B output from gcc object... ok
  89. checking for sysroot... no
  90. checking for mt... mt
  91. checking if mt is a manifest tool... no
  92. checking how to run the C preprocessor... gcc -E
  93. checking for ANSI C header files... yes
  94. checking for sys/types.h... yes
  95. checking for sys/stat.h... yes
  96. checking for stdlib.h... yes
  97. checking for string.h... yes
  98. checking for memory.h... yes
  99. checking for strings.h... yes
  100. checking for inttypes.h... yes
  101. checking for stdint.h... yes
  102. checking for unistd.h... yes
  103. checking for dlfcn.h... yes
  104. checking for objdir... .libs
  105. checking if gcc supports -fno-rtti -fno-exceptions... no
  106. checking for gcc option to produce PIC... -fPIC -DPIC
  107. checking if gcc PIC flag -fPIC -DPIC works... yes
  108. checking if gcc static flag -static works... yes
  109. checking if gcc supports -c -o file.o... yes
  110. checking if gcc supports -c -o file.o... (cached) yes
  111. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  112. checking whether -lc should be explicitly linked in... no
  113. checking dynamic linker characteristics... GNU/Linux ld.so
  114. checking how to hardcode library paths into programs... immediate
  115. checking whether stripping libraries is possible... yes
  116. checking if libtool supports shared libraries... yes
  117. checking whether to build shared libraries... yes
  118. checking whether to build static libraries... yes
  119. checking for special C compiler options needed for large files... no
  120. checking for _FILE_OFFSET_BITS value needed for large files... 64
  121. checking for size_t... yes
  122. checking for struct termios2... yes
  123. checking for struct termiox... yes
  124. checking for struct termios.c_ispeed... no
  125. checking for struct termios.c_ospeed... no
  126. checking for struct termios2.c_ispeed... yes
  127. checking for struct termios2.c_ospeed... yes
  128. checking whether BOTHER is declared... yes
  129. checking for struct serial_struct... yes
  130. checking for realpath... yes
  131. checking for visibility control... attribute
  132. checking that generated files are newer than configure... done
  133. configure: creating ./config.status
  134. config.status: creating Makefile
  135. config.status: creating libserialport.pc
  136. config.status: creating config.h
  137. config.status: creating libserialport.h
  138. config.status: executing depfiles commands
  139. config.status: executing libtool commands
  140.  
  141. libserialport configuration summary:
  142.  
  143.  - Package version................. 0.1.1
  144.  - Library ABI version............. 1:0:1
  145.  - Prefix.......................... /root/sr
  146.  - Building on..................... armv7l-unknown-linux-gnueabihf
  147.  - Building for.................... armv7l-unknown-linux-gnueabihf
  148.  - Building shared / static........ yes / yes
  149.  
  150. Compile configuration:
  151.  - C compiler...................... gcc
  152.  - C compiler version.............. gcc (Debian 4.9.2-10+deb8u1) 4.9.2
  153.  - C compiler flags................ -g -O2
  154.  - Linker flags....................
  155.  
  156. make  all-am
  157.   CC       serialport.lo
  158.   CC       linux.lo
  159.   CC       linux_termios.lo
  160.   CCLD     libserialport.la
  161.  /bin/mkdir -p '/root/sr/lib'
  162.  /bin/bash ./libtool --silent  --mode=install /usr/bin/install -c   libserialport.la '/root/sr/lib'
  163.  /bin/mkdir -p '/root/sr/include'
  164.  /usr/bin/install -c -m 644 libserialport.h '/root/sr/include'
  165.  /bin/mkdir -p '/root/sr/lib/pkgconfig'
  166.  /usr/bin/install -c -m 644 libserialport.pc '/root/sr/lib/pkgconfig'
  167. Cloning into 'libsigrok'...
  168. remote: Enumerating objects: 470, done.
  169. remote: Counting objects: 100% (470/470), done.
  170. remote: Compressing objects: 100% (435/435), done.
  171. remote: Total 470 (delta 87), reused 131 (delta 25)
  172. Receiving objects: 100% (470/470), 1.04 MiB | 538.00 KiB/s, done.
  173. Resolving deltas: 100% (87/87), done.
  174. Checking connectivity... done.
  175. autoreconf: Entering directory `.'
  176. autoreconf: configure.ac: not using Gettext
  177. autoreconf: running: aclocal --force -I m4
  178. autoreconf: configure.ac: tracing
  179. autoreconf: configure.ac: creating directory autostuff
  180. autoreconf: running: libtoolize --copy --force
  181. libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `autostuff'.
  182. libtoolize: copying file `autostuff/ltmain.sh'
  183. libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
  184. libtoolize: copying file `m4/libtool.m4'
  185. libtoolize: copying file `m4/ltoptions.m4'
  186. libtoolize: copying file `m4/ltsugar.m4'
  187. libtoolize: copying file `m4/ltversion.m4'
  188. libtoolize: copying file `m4/lt~obsolete.m4'
  189. autoreconf: running: /usr/bin/autoconf --force
  190. autoreconf: running: /usr/bin/autoheader --force
  191. autoreconf: running: automake --add-missing --copy --force-missing
  192. configure.ac:34: installing 'autostuff/ar-lib'
  193. configure.ac:34: installing 'autostuff/compile'
  194. configure.ac:36: installing 'autostuff/config.guess'
  195. configure.ac:36: installing 'autostuff/config.sub'
  196. configure.ac:32: installing 'autostuff/install-sh'
  197. configure.ac:32: installing 'autostuff/missing'
  198. Makefile.am: installing './INSTALL'
  199. Makefile.am: installing 'autostuff/depcomp'
  200. parallel-tests: installing 'autostuff/test-driver'
  201. autoreconf: Leaving directory `.'
  202. checking for a BSD-compatible install... /usr/bin/install -c
  203. checking whether build environment is sane... yes
  204. checking for a thread-safe mkdir -p... /bin/mkdir -p
  205. checking for gawk... no
  206. checking for mawk... mawk
  207. checking whether make sets $(MAKE)... yes
  208. checking whether make supports nested variables... yes
  209. checking whether make supports nested variables... (cached) yes
  210. checking for style of include used by make... GNU
  211. checking for gcc... gcc
  212. checking whether the C compiler works... yes
  213. checking for C compiler default output file name... a.out
  214. checking for suffix of executables...
  215. checking whether we are cross compiling... no
  216. checking for suffix of object files... o
  217. checking whether we are using the GNU C compiler... yes
  218. checking whether gcc accepts -g... yes
  219. checking for gcc option to accept ISO C89... none needed
  220. checking whether gcc understands -c and -o together... yes
  221. checking dependency style of gcc... gcc3
  222. checking for ar... ar
  223. checking the archiver (ar) interface... ar
  224. checking build system type... armv7l-unknown-linux-gnueabihf
  225. checking host system type... armv7l-unknown-linux-gnueabihf
  226. checking for gcc... (cached) gcc
  227. checking whether we are using the GNU C compiler... (cached) yes
  228. checking whether gcc accepts -g... (cached) yes
  229. checking for gcc option to accept ISO C89... (cached) none needed
  230. checking whether gcc understands -c and -o together... (cached) yes
  231. checking dependency style of gcc... (cached) gcc3
  232. checking for g++... g++
  233. checking whether we are using the GNU C++ compiler... yes
  234. checking whether g++ accepts -g... yes
  235. checking dependency style of g++... gcc3
  236. checking whether ln -s works... yes
  237. checking whether make supports order-only prerequisites... yes
  238. checking how to print strings... printf
  239. checking for a sed that does not truncate output... /bin/sed
  240. checking for grep that handles long lines and -e... /bin/grep
  241. checking for egrep... /bin/grep -E
  242. checking for fgrep... /bin/grep -F
  243. checking for ld used by gcc... /usr/bin/ld
  244. checking if the linker (/usr/bin/ld) is GNU ld... yes
  245. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  246. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  247. checking the maximum length of command line arguments... 1572864
  248. checking whether the shell understands some XSI constructs... yes
  249. checking whether the shell understands "+="... yes
  250. checking how to convert armv7l-unknown-linux-gnueabihf file names to armv7l-unknown-linux-gnueabihf format... func_convert_file_noop
  251. checking how to convert armv7l-unknown-linux-gnueabihf file names to toolchain format... func_convert_file_noop
  252. checking for /usr/bin/ld option to reload object files... -r
  253. checking for objdump... objdump
  254. checking how to recognize dependent libraries... pass_all
  255. checking for dlltool... no
  256. checking how to associate runtime and link libraries... printf %s\n
  257. checking for archiver @FILE support... @
  258. checking for strip... strip
  259. checking for ranlib... ranlib
  260. checking command to parse /usr/bin/nm -B output from gcc object... ok
  261. checking for sysroot... no
  262. checking for mt... mt
  263. checking if mt is a manifest tool... no
  264. checking how to run the C preprocessor... gcc -E
  265. checking for ANSI C header files... yes
  266. checking for sys/types.h... yes
  267. checking for sys/stat.h... yes
  268. checking for stdlib.h... yes
  269. checking for string.h... yes
  270. checking for memory.h... yes
  271. checking for strings.h... yes
  272. checking for inttypes.h... yes
  273. checking for stdint.h... yes
  274. checking for unistd.h... yes
  275. checking for dlfcn.h... yes
  276. checking for objdir... .libs
  277. checking if gcc supports -fno-rtti -fno-exceptions... no
  278. checking for gcc option to produce PIC... -fPIC -DPIC
  279. checking if gcc PIC flag -fPIC -DPIC works... yes
  280. checking if gcc static flag -static works... yes
  281. checking if gcc supports -c -o file.o... yes
  282. checking if gcc supports -c -o file.o... (cached) yes
  283. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  284. checking whether -lc should be explicitly linked in... no
  285. checking dynamic linker characteristics... GNU/Linux ld.so
  286. checking how to hardcode library paths into programs... immediate
  287. checking whether stripping libraries is possible... yes
  288. checking if libtool supports shared libraries... yes
  289. checking whether to build shared libraries... yes
  290. checking whether to build static libraries... yes
  291. checking how to run the C++ preprocessor... g++ -E
  292. checking for ld used by g++... /usr/bin/ld
  293. checking if the linker (/usr/bin/ld) is GNU ld... yes
  294. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  295. checking for g++ option to produce PIC... -fPIC -DPIC
  296. checking if g++ PIC flag -fPIC -DPIC works... yes
  297. checking if g++ static flag -static works... yes
  298. checking if g++ supports -c -o file.o... yes
  299. checking if g++ supports -c -o file.o... (cached) yes
  300. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  301. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  302. checking how to hardcode library paths into programs... immediate
  303. checking for pkg-config... /usr/bin/pkg-config
  304. checking pkg-config is at least version 0.22... yes
  305. checking for libserialport... yes
  306. checking for libftdi... no
  307. checking for libusb... yes
  308. checking for librevisa... no
  309. checking for libgpib... no
  310. checking for libieee1284... no
  311. checking compiler flag for C99... -std=c99
  312. checking compiler flag for visibility... -fvisibility=hidden
  313. checking which C compiler warning flags to use... -Wall -Wextra -Wmissing-prototypes
  314. checking for special C compiler options needed for large files... no
  315. checking for _FILE_OFFSET_BITS value needed for large files... 64
  316. checking whether byte ordering is bigendian... no
  317. checking sys/mman.h usability... yes
  318. checking sys/mman.h presence... yes
  319. checking for sys/mman.h... yes
  320. checking sys/ioctl.h usability... yes
  321. checking sys/ioctl.h presence... yes
  322. checking for sys/ioctl.h... yes
  323. checking sys/timerfd.h usability... yes
  324. checking sys/timerfd.h presence... yes
  325. checking for sys/timerfd.h... yes
  326. checking for library containing pow... -lm
  327. checking for RPC support... yes
  328. checking for __int128_t... no
  329. checking for __uint128_t... no
  330. checking which C++ compiler warning flags to use... -Wall -Wextra
  331. checking whether g++ supports C++11 features by default... no
  332. checking whether g++ supports C++11 features with -std=c++11... yes
  333. checking for doxygen... yes
  334. checking for library containing __cxa_throw... none required
  335. checking for a Python interpreter with version >= 2.7... python
  336. checking for python... /usr/bin/python
  337. checking for python version... 2.7
  338. checking for python platform... linux2
  339. checking for python script directory... ${prefix}/lib/python2.7/site-packages
  340. checking for python extension module directory... ${exec_prefix}/lib/python2.7/site-packages
  341. checking for stoi and stod... yes
  342. checking python module: setuptools... yes
  343. checking python module: numpy... yes
  344. checking for swig... swig
  345. checking for swig version... 2.0.12
  346. checking for ruby... no
  347. checking for javac... yes
  348. checking for gcj... no
  349. checking for guavac... no
  350. checking for jikes... no
  351. checking for javac... javac
  352. checking if javac works... yes
  353. checking for javac... /usr/bin/javac
  354. checking symlink for /usr/bin/javac... /etc/alternatives/javac
  355. checking symlink for /etc/alternatives/javac... /usr/lib/jvm/java-7-openjdk-armhf/bin/javac
  356. checking for /usr/lib/jvm/java-7-openjdk-armhf/bin/include/jni.h... no
  357. checking for /usr/lib/jvm/java-7-openjdk-armhf/include/jni.h... yes
  358. checking jni.h usability... yes
  359. checking jni.h presence... yes
  360. checking for jni.h... yes
  361. checking for LIBSIGROK... yes
  362. checking for TESTS... yes
  363. checking for LIBSIGROKCXX... yes
  364. checking for PYSIGROK... yes
  365. checking for RBSIGROK... yes
  366. Must specify package names on the command line
  367. Must specify package names on the command line
  368. Must specify package names on the command line
  369. checking for libusb_os_handle... no
  370. checking for zip_discard... yes
  371. checking that generated files are newer than configure... done
  372. configure: creating ./config.status
  373. config.status: creating Makefile
  374. config.status: creating libsigrok.pc
  375. config.status: creating bindings/cxx/libsigrokcxx.pc
  376. config.status: creating config.h
  377. config.status: creating include/libsigrok/version.h
  378. config.status: executing depfiles commands
  379. config.status: executing libtool commands
  380.  
  381. libsigrok configuration summary:
  382.  - Package version................. 0.6.0-git-ddbe688
  383.  - Library ABI version............. 4:0:0
  384.  - Prefix.......................... /root/sr
  385.  - Building on..................... armv7l-unknown-linux-gnueabihf
  386.  - Building for.................... armv7l-unknown-linux-gnueabihf
  387.  - Building shared / static........ yes / yes
  388.  
  389. Compile configuration:
  390.  - C compiler...................... gcc
  391.  - C compiler version.............. gcc (Debian 4.9.2-10+deb8u1) 4.9.2
  392.  - C compiler flags................ -g -O2
  393.  - Additional C compiler flags..... -std=c99 -fvisibility=hidden
  394.  - C compiler warnings............. -Wall -Wextra -Wmissing-prototypes
  395.  - C++ compiler.................... g++ -std=c++11
  396.  - C++ compiler version............ g++ (Debian 4.9.2-10+deb8u1) 4.9.2
  397.  - C++ compiler flags.............. -g -O2
  398.  - C++ compiler warnings........... -Wall -Wextra
  399.  - Linker flags....................
  400.  
  401. Detected libraries (required):
  402.  - glib-2.0 >= 2.32.0.............. 2.42.1
  403.  - libzip >= 0.10.................. 0.11.2
  404.  
  405. Detected libraries (optional):
  406.  - libserialport >= 0.1.1.......... 0.1.1
  407.  - libftdi1 >= 1.0................. no
  408.  - libusb-1.0 >= 1.0.16............ 1.0.19
  409.  - librevisa >= 0.0.20130412....... no
  410.  - libgpib......................... no
  411.  - libieee1284..................... no
  412.  - check >= 0.9.4.................. 0.9.10
  413.  - glibmm-2.4 >= 2.32.0............ 2.42.0
  414.  - python = 2.7.................... 2.7
  415.  - pygobject-3.0 >= 3.0.0.......... 3.14.0
  416.  - ruby............................ no
  417.  - ruby-........................... no
  418.  
  419. Enabled hardware drivers:
  420.  - agilent-dmm..................... yes
  421.  - appa-55ii....................... yes
  422.  - arachnid-labs-re-load-pro....... yes
  423.  - asix-sigma...................... no (missing: libftdi)
  424.  - atten-pps3xxx................... yes
  425.  - baylibre-acme................... yes
  426.  - beaglelogic..................... yes
  427.  - brymen-bm86x.................... yes
  428.  - brymen-dmm...................... yes
  429.  - cem-dt-885x..................... yes
  430.  - center-3xx...................... yes
  431.  - chronovu-la..................... no (missing: libftdi)
  432.  - colead-slm...................... yes
  433.  - conrad-digi-35-cpu.............. yes
  434.  - demo............................ yes
  435.  - dreamsourcelab-dslogic.......... yes
  436.  - fluke-45........................ yes
  437.  - fluke-dmm....................... yes
  438.  - ftdi-la......................... no (missing: libftdi)
  439.  - fx2lafw......................... yes
  440.  - gmc-mh-1x-2x.................... yes
  441.  - gwinstek-gds-800................ yes
  442.  - gwinstek-gpd.................... yes
  443.  - hameg-hmo....................... yes
  444.  - hantek-4032l.................... yes
  445.  - hantek-6xxx..................... yes
  446.  - hantek-dso...................... yes
  447.  - hp-3457a........................ yes
  448.  - hp-3478a........................ no (missing: libgpib)
  449.  - hung-chang-dso-2100............. no (missing: libieee1284)
  450.  - ikalogic-scanalogic2............ yes
  451.  - ikalogic-scanaplus.............. no (missing: libftdi)
  452.  - ipdbg-la........................ yes
  453.  - kecheng-kc-330b................. yes
  454.  - kern-scale...................... yes
  455.  - korad-kaxxxxp................... yes
  456.  - lascar-el-usb................... yes
  457.  - lecroy-logicstudio.............. yes
  458.  - lecroy-xstream.................. yes
  459.  - manson-hcs-3xxx................. yes
  460.  - maynuo-m97...................... yes
  461.  - mic-985xx....................... yes
  462.  - microchip-pickit2............... yes
  463.  - motech-lps-30x.................. yes
  464.  - norma-dmm....................... yes
  465.  - openbench-logic-sniffer......... yes
  466.  - pce-322a........................ yes
  467.  - pipistrello-ols................. no (missing: libftdi)
  468.  - rdtech-dps...................... yes
  469.  - rigol-ds........................ yes
  470.  - rohde-schwarz-sme-0x............ yes
  471.  - saleae-logic16.................. yes
  472.  - saleae-logic-pro................ yes
  473.  - scpi-dmm........................ yes
  474.  - scpi-pps........................ yes
  475.  - serial-dmm...................... yes
  476.  - serial-lcr...................... yes
  477.  - siglent-sds..................... yes
  478.  - sysclk-lwla..................... yes
  479.  - teleinfo........................ yes
  480.  - testo........................... yes
  481.  - tondaj-sl-814................... yes
  482.  - uni-t-dmm....................... yes
  483.  - uni-t-ut32x..................... yes
  484.  - victor-dmm...................... yes
  485.  - yokogawa-dlm.................... yes
  486.  - zeroplus-logic-cube............. yes
  487.  - zketech-ebd-usb................. yes
  488.  
  489. Enabled SCPI backends:
  490.  - TCP............................. yes
  491.  - RPC............................. yes
  492.  - serial.......................... yes
  493.  - VISA............................ no
  494.  - GPIB............................ no
  495.  - USBTMC.......................... yes
  496.  
  497. Enabled language bindings:
  498.  - C++............................. yes
  499.  - Python.......................... yes
  500.  - Ruby............................ no (missing: Ruby, Headers, SWIG >= 3.0.8)
  501.  - Java............................ yes
  502.  
  503. make  all-am
  504.   CC       src/serial.lo
  505.   CC       src/scpi/scpi_serial.lo
  506.   CC       src/ezusb.lo
  507.   CC       src/usb.lo
  508.   CC       src/scpi/scpi_usbtmc_libusb.lo
  509.   CC       src/drivers.lo
  510.   CC       src/driver_list_start.lo
  511.   CC       src/driver_list_stop.lo
  512.   GEN      doxy/xml/index.xml
  513.   CC       src/backend.lo
  514.   CC       src/conversion.lo
  515.   CC       src/device.lo
  516.   CC       src/session.lo
  517.   CC       src/session_file.lo
  518.   CC       src/session_driver.lo
  519.   CC       src/hwdriver.lo
  520.   CC       src/trigger.lo
  521.   CC       src/soft-trigger.lo
  522.   CC       src/analog.lo
  523.   CC       src/fallback.lo
  524.   CC       src/resource.lo
  525.   CC       src/strutil.lo
  526.   CC       src/log.lo
  527.   CC       src/version.lo
  528.   CC       src/error.lo
  529.   CC       src/std.lo
  530.   CC       src/sw_limits.lo
  531.   CC       src/input/input.lo
  532.   CC       src/input/binary.lo
  533.   CC       src/input/chronovu_la8.lo
  534.   CC       src/input/csv.lo
  535.   CC       src/input/logicport.lo
  536.   CC       src/input/raw_analog.lo
  537.   CC       src/input/trace32_ad.lo
  538.   CC       src/input/vcd.lo
  539.   CC       src/input/wav.lo
  540.   CC       src/input/null.lo
  541.   CC       src/output/output.lo
  542.   CC       src/output/analog.lo
  543.   CC       src/output/ascii.lo
  544.   CC       src/output/bits.lo
  545.   CC       src/output/binary.lo
  546.   CC       src/output/csv.lo
  547.   CC       src/output/chronovu_la8.lo
  548.   CC       src/output/wav.lo
  549.   CC       src/output/hex.lo
  550.   CC       src/output/ols.lo
  551.   CC       src/output/srzip.lo
  552.   CC       src/output/vcd.lo
  553.   CC       src/output/null.lo
  554.   CC       src/transform/transform.lo
  555.   CC       src/transform/nop.lo
  556.   CC       src/transform/scale.lo
  557.   CC       src/transform/invert.lo
  558.   CC       src/scpi/scpi.lo
  559.   CC       src/scpi/scpi_tcp.lo
  560.   CC       src/scpi/scpi_vxi.lo
  561.   CC       src/scpi/vxi_clnt.lo
  562.   CC       src/scpi/vxi_xdr.lo
  563.   CC       src/modbus/modbus.lo
  564.   CC       src/modbus/modbus_serial_rtu.lo
  565.   CC       src/dmm/asycii.lo
  566.   CC       src/dmm/bm25x.lo
  567.   CC       src/dmm/dtm0660.lo
  568.   CC       src/dmm/eev121gw.lo
  569.   CC       src/dmm/es519xx.lo
  570.   CC       src/dmm/fs9721.lo
  571.   CC       src/dmm/fs9922.lo
  572.   CC       src/dmm/m2110.lo
  573.   CC       src/dmm/metex14.lo
  574.   CC       src/dmm/ms8250d.lo
  575.   CC       src/dmm/rs9lcd.lo
  576.   CC       src/dmm/ut372.lo
  577.   CC       src/dmm/ut71x.lo
  578.   CC       src/dmm/vc870.lo
  579.   CC       src/dmm/vc96.lo
  580.   CC       src/lcr/es51919.lo
  581.   CC       src/scale/kern.lo
  582.   CC       src/hardware/agilent-dmm/protocol.lo
  583.   CC       src/hardware/agilent-dmm/api.lo
  584.   CC       src/hardware/appa-55ii/protocol.lo
  585.   CC       src/hardware/appa-55ii/api.lo
  586.   CC       src/hardware/arachnid-labs-re-load-pro/protocol.lo
  587.   CC       src/hardware/arachnid-labs-re-load-pro/api.lo
  588.   CC       src/hardware/atten-pps3xxx/protocol.lo
  589.   CC       src/hardware/atten-pps3xxx/api.lo
  590.   CC       src/hardware/baylibre-acme/protocol.lo
  591.   CC       src/hardware/baylibre-acme/api.lo
  592.   CC       src/hardware/baylibre-acme/gpio.lo
  593.   CC       src/hardware/beaglelogic/protocol.lo
  594.   CC       src/hardware/beaglelogic/api.lo
  595.   CC       src/hardware/beaglelogic/beaglelogic_native.lo
  596.   CC       src/hardware/beaglelogic/beaglelogic_tcp.lo
  597.   CC       src/hardware/brymen-bm86x/protocol.lo
  598.   CC       src/hardware/brymen-bm86x/api.lo
  599.   CC       src/hardware/brymen-dmm/parser.lo
  600.   CC       src/hardware/brymen-dmm/protocol.lo
  601.   CC       src/hardware/brymen-dmm/api.lo
  602.   CC       src/hardware/cem-dt-885x/protocol.lo
  603.   CC       src/hardware/cem-dt-885x/api.lo
  604.   CC       src/hardware/center-3xx/protocol.lo
  605.   CC       src/hardware/center-3xx/api.lo
  606.   CC       src/hardware/colead-slm/protocol.lo
  607.   CC       src/hardware/colead-slm/api.lo
  608.   CC       src/hardware/conrad-digi-35-cpu/protocol.lo
  609.   CC       src/hardware/conrad-digi-35-cpu/api.lo
  610.   CC       src/hardware/demo/protocol.lo
  611.   CC       src/hardware/demo/api.lo
  612.   CC       src/hardware/dreamsourcelab-dslogic/protocol.lo
  613.   CC       src/hardware/dreamsourcelab-dslogic/api.lo
  614.   CC       src/hardware/fluke-45/protocol.lo
  615.   CC       src/hardware/fluke-45/api.lo
  616.   CC       src/hardware/fluke-dmm/protocol.lo
  617.   CC       src/hardware/fluke-dmm/api.lo
  618.   CC       src/hardware/fx2lafw/protocol.lo
  619.   CC       src/hardware/fx2lafw/api.lo
  620.   CC       src/hardware/gmc-mh-1x-2x/protocol.lo
  621.   CC       src/hardware/gmc-mh-1x-2x/api.lo
  622.   CC       src/hardware/gwinstek-gds-800/protocol.lo
  623.   CC       src/hardware/gwinstek-gds-800/api.lo
  624.   CC       src/hardware/gwinstek-gpd/protocol.lo
  625.   CC       src/hardware/gwinstek-gpd/api.lo
  626.   CC       src/hardware/hameg-hmo/protocol.lo
  627.   CC       src/hardware/hameg-hmo/api.lo
  628.   CC       src/hardware/hantek-4032l/protocol.lo
  629.   CC       src/hardware/hantek-4032l/api.lo
  630.   CC       src/hardware/hantek-6xxx/protocol.lo
  631.   CC       src/hardware/hantek-6xxx/api.lo
  632.   CC       src/hardware/hantek-dso/protocol.lo
  633.   CC       src/hardware/hantek-dso/api.lo
  634.   CC       src/hardware/hp-3457a/protocol.lo
  635.   CC       src/hardware/hp-3457a/api.lo
  636.   CC       src/hardware/ikalogic-scanalogic2/protocol.lo
  637.   CC       src/hardware/ikalogic-scanalogic2/api.lo
  638.   CC       src/hardware/ipdbg-la/protocol.lo
  639.   CC       src/hardware/ipdbg-la/api.lo
  640.   CC       src/hardware/kecheng-kc-330b/protocol.lo
  641.   CC       src/hardware/kecheng-kc-330b/api.lo
  642.   CC       src/hardware/kern-scale/protocol.lo
  643.   CC       src/hardware/kern-scale/api.lo
  644.   CC       src/hardware/korad-kaxxxxp/protocol.lo
  645.   CC       src/hardware/korad-kaxxxxp/api.lo
  646.   CC       src/hardware/lascar-el-usb/protocol.lo
  647.   CC       src/hardware/lascar-el-usb/api.lo
  648.   CC       src/hardware/lecroy-logicstudio/protocol.lo
  649.   CC       src/hardware/lecroy-logicstudio/api.lo
  650.   CC       src/hardware/lecroy-xstream/protocol.lo
  651.   CC       src/hardware/lecroy-xstream/api.lo
  652.   CC       src/hardware/manson-hcs-3xxx/protocol.lo
  653.   CC       src/hardware/manson-hcs-3xxx/api.lo
  654.   CC       src/hardware/maynuo-m97/protocol.lo
  655.   CC       src/hardware/maynuo-m97/api.lo
  656.   CC       src/hardware/microchip-pickit2/protocol.lo
  657.   CC       src/hardware/microchip-pickit2/api.lo
  658.   CC       src/hardware/mic-985xx/protocol.lo
  659.   CC       src/hardware/mic-985xx/api.lo
  660.   CC       src/hardware/motech-lps-30x/protocol.lo
  661.   CC       src/hardware/motech-lps-30x/api.lo
  662.   CC       src/hardware/norma-dmm/protocol.lo
  663.   CC       src/hardware/norma-dmm/api.lo
  664.   CC       src/hardware/openbench-logic-sniffer/protocol.lo
  665.   CC       src/hardware/openbench-logic-sniffer/api.lo
  666.   CC       src/hardware/pce-322a/protocol.lo
  667.   CC       src/hardware/pce-322a/api.lo
  668.   CC       src/hardware/rdtech-dps/protocol.lo
  669.   CC       src/hardware/rdtech-dps/api.lo
  670.   CC       src/hardware/rigol-ds/protocol.lo
  671.   CC       src/hardware/rigol-ds/api.lo
  672.   CC       src/hardware/rohde-schwarz-sme-0x/protocol.lo
  673.   CC       src/hardware/rohde-schwarz-sme-0x/api.lo
  674.   CC       src/hardware/saleae-logic16/protocol.lo
  675.   CC       src/hardware/saleae-logic16/api.lo
  676.   CC       src/hardware/saleae-logic-pro/protocol.lo
  677.   CC       src/hardware/saleae-logic-pro/api.lo
  678.   CC       src/hardware/scpi-dmm/protocol.lo
  679.   CC       src/hardware/scpi-dmm/api.lo
  680.   CC       src/hardware/scpi-pps/protocol.lo
  681.   CC       src/hardware/scpi-pps/profiles.lo
  682.   CC       src/hardware/scpi-pps/api.lo
  683.   CC       src/hardware/serial-dmm/protocol.lo
  684.   CC       src/hardware/serial-dmm/api.lo
  685.   CC       src/hardware/serial-lcr/api.lo
  686.   CC       src/hardware/siglent-sds/protocol.lo
  687.   CC       src/hardware/siglent-sds/api.lo
  688. ../src/hardware/siglent-sds/protocol.c: In function ‘siglent_sds_get_digital’:
  689. ../src/hardware/siglent-sds/protocol.c:382:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  690.         if (data_low_channels->len <= samples_index) {
  691.                                    ^
  692. ../src/hardware/siglent-sds/protocol.c:391:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  693.         if (data_high_channels->len <= samples_index) {
  694.                                     ^
  695. ../src/hardware/siglent-sds/protocol.c:417:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  696.      for (long index = 0; index < tmp_samplebuf->len; index++) {
  697.                                 ^
  698. ../src/hardware/siglent-sds/protocol.c: In function ‘siglent_sds_receive’:
  699. ../src/hardware/siglent-sds/protocol.c:566:6: warning: format ‘%li’ expects argument of type ‘long int’, but argument 3 has type ‘uint64_t’ [-Wformat=]
  700.       sr_dbg("Requesting: %li bytes.", devc->num_samples - devc->num_block_bytes);
  701.       ^
  702. ../src/hardware/siglent-sds/protocol.c: In function ‘siglent_sds_get_dev_cfg_horizontal’:
  703. ../src/hardware/siglent-sds/protocol.c:942:2: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘uint64_t’ [-Wformat=]
  704.   sr_dbg("Current memory depth: %lu.", devc->memory_depth_analog);
  705.   ^
  706.   CC       src/hardware/sysclk-lwla/lwla.lo
  707.   CC       src/hardware/sysclk-lwla/lwla1016.lo
  708.   CC       src/hardware/sysclk-lwla/lwla1034.lo
  709.   CC       src/hardware/sysclk-lwla/protocol.lo
  710.   CC       src/hardware/sysclk-lwla/api.lo
  711.   CC       src/hardware/teleinfo/protocol.lo
  712.   CC       src/hardware/teleinfo/api.lo
  713.   CC       src/hardware/testo/protocol.lo
  714.   CC       src/hardware/testo/api.lo
  715.   CC       src/hardware/tondaj-sl-814/protocol.lo
  716.   CC       src/hardware/tondaj-sl-814/api.lo
  717.   CC       src/hardware/uni-t-dmm/protocol.lo
  718.   CC       src/hardware/uni-t-dmm/api.lo
  719.   CC       src/hardware/uni-t-ut32x/protocol.lo
  720.   CC       src/hardware/uni-t-ut32x/api.lo
  721.   CC       src/hardware/victor-dmm/protocol.lo
  722.   CC       src/hardware/victor-dmm/api.lo
  723.   CC       src/hardware/yokogawa-dlm/protocol.lo
  724.   CC       src/hardware/yokogawa-dlm/protocol_wrappers.lo
  725.   CC       src/hardware/yokogawa-dlm/api.lo
  726.   CC       src/hardware/zeroplus-logic-cube/analyzer.lo
  727.   CC       src/hardware/zeroplus-logic-cube/gl_usb.lo
  728.   CC       src/hardware/zeroplus-logic-cube/protocol.lo
  729.   CC       src/hardware/zeroplus-logic-cube/api.lo
  730.   CC       src/hardware/zketech-ebd-usb/protocol.lo
  731.   CC       src/hardware/zketech-ebd-usb/api.lo
  732.   CCLD     src/libdrivers_head.la
  733.   CCLD     src/libdrivers_tail.la
  734.   GEN      bindings/cxx/enums.timestamp
  735.   CCLD     src/libdrivers.la
  736. copying selected object files to avoid basename conflicts...
  737.   CXX      bindings/cxx/classes.lo
  738.   GEN      bindings/cxx/doxy/xml/index.xml
  739.   CCLD     src/libdrivers.o
  740.   GEN      bindings/python/sigrok/core/doc_start.i
  741.   GEN      bindings/python/sigrok/core/doc_end.i
  742.   GEN      bindings/java/org/sigrok/core/classes/doc.i
  743.   GEN      src/libdrivers.lo
  744.   GEN      bindings/java/org/sigrok/core/classes/classes_wrap.cxx
  745.   CCLD     libsigrok.la
  746. copying selected object files to avoid basename conflicts...
  747.   GEN      bindings/java/sigrok-core.jar
  748. bindings/java/org/sigrok/core/classes/ConfigKey.java:766: error: int cannot be dereferenced
  749.     return new Variant(classesJNI.ConfigKey_parse_string__SWIG_0(value, dt.swigValue()), true);
  750.                                                                           ^
  751. 1 error
  752. Makefile:4466: recipe for target 'bindings/java/sigrok-core.jar' failed
  753. make[1]: *** [bindings/java/sigrok-core.jar] Error 1
  754. make[1]: *** Waiting for unfinished jobs....
  755. Makefile:1715: recipe for target 'all' failed
  756. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement