I'm trying to cross compile sigrok for linux, in an arch linux system.

My plan is to make a new user, grab MXE, and then use sigrok-cross-linux to compile pulseview.

Here we go:
1) Create the new user:
[cedric@cedric ~]$ su
Password:
[root@cedric cedric]# useradd sigrok
[root@cedric cedric]# mkdir /home/sigrok
[root@cedric cedric]# chown sigrok /home//sigrok/
[root@cedric cedric]# su sigrok
[sigrok@cedric cedric]$ cd
[sigrok@cedric ~]$ pwd
/home/sigrok
[sigrok@cedric ~]$
2) get MXE:
$ git clone https://github.com/mxe/mxe.git
3) get sigrok-cross-mingw
$ git clone git://sigrok.org/sigrok-util
4) compile pulseview:
$ cd ~/sigrok-util/cross-compile/linux
$ ./sigrok-cross-linux

The compile fails with errors like this: (The full console output is attached) What did i miss?

  GEN      bindings/java/org/sigrok/core/classes/doc.i
  GEN      src/libdrivers.lo
  GEN      bindings/ruby/classes_wrap.cpp
  GEN      bindings/java/org/sigrok/core/classes/classes_wrap.cxx
bindings/swig/enums.i:1: Error: Unknown directive '%attribute'.
make[1]: *** [Makefile:5953: bindings/java/org/sigrok/core/classes/classes_wrap.cxx] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:2211: all] Error 2

_________________________________________________________________
________________________________________________________
Your E-Mail. Your Cloud. Your Office. eclipso Mail Europe. 
https://www.eclipso.de
[sigrok@cedric linux]$ ./sigrok-cross-linux 
Cloning into 'libserialport'...
remote: Enumerating objects: 57, done.
remote: Counting objects: 100% (57/57), done.
remote: Compressing objects: 100% (45/45), done.
remote: Total 57 (delta 15), reused 20 (delta 12), pack-reused 0
Receiving objects: 100% (57/57), 102.33 KiB | 1.62 MiB/s, done.
Resolving deltas: 100% (15/15), done.
autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I autostuff
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'autostuff'.
libtoolize: copying file 'autostuff/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'autostuff'.
libtoolize: copying file 'autostuff/libtool.m4'
libtoolize: copying file 'autostuff/ltoptions.m4'
libtoolize: copying file 'autostuff/ltsugar.m4'
libtoolize: copying file 'autostuff/ltversion.m4'
libtoolize: copying file 'autostuff/lt~obsolete.m4'
autoreconf: configure.ac: not using Intltool
autoreconf: configure.ac: not using Gtkdoc
autoreconf: running: aclocal --force -I autostuff
autoreconf: running: /usr/bin/autoconf --force
autoreconf: running: /usr/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:46: installing 'autostuff/ar-lib'
configure.ac:46: installing 'autostuff/compile'
configure.ac:67: installing 'autostuff/config.guess'
configure.ac:67: installing 'autostuff/config.sub'
configure.ac:44: installing 'autostuff/install-sh'
configure.ac:44: installing 'autostuff/missing'
Makefile.am: installing './INSTALL'
Makefile.am: installing 'autostuff/depcomp'
parallel-tests: installing 'autostuff/test-driver'
autoreconf: Leaving directory '.'
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking whether make supports the include directive... yes (GNU style)
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for gcc... (cached) gcc
checking whether the compiler supports GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to enable C11 features... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking whether ln -s works... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu 
format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... 
func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared 
libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for size_t... yes
checking for struct termios2... yes
checking for struct termios.c_ispeed... no
checking for struct termios.c_ospeed... no
checking for struct termios2.c_ispeed... yes
checking for struct termios2.c_ospeed... yes
checking for gcc options needed to detect all undeclared functions... none 
needed
checking whether BOTHER is declared... yes
checking for struct serial_struct... yes
checking for realpath... yes
checking for sys/file.h... yes
checking for flock... yes
checking for clock_gettime... yes
checking for visibility control... attribute
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libserialport.pc
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands

libserialport configuration summary:

 - Package version................. 0.1.1
 - Library ABI version............. 1:0:1
 - Prefix.......................... /home/sigrok/sr
 - Building on..................... x86_64-pc-linux-gnu
 - Building for.................... x86_64-pc-linux-gnu
 - Building shared / static........ yes / yes

Compile configuration:
 - C compiler...................... gcc
 - C compiler version.............. gcc (GCC) 13.2.1 20230801
 - C compiler flags................ -g -O2
 - Linker flags.................... 

make  all-am
  CC       serialport.lo
  CC       timing.lo
  CC       linux.lo
  CC       linux_termios.lo
  CCLD     libserialport.la
 /usr/bin/mkdir -p '/home/sigrok/sr/lib'
 /bin/sh ./libtool --silent  --mode=install /usr/bin/install -c   
libserialport.la '/home/sigrok/sr/lib'
 /usr/bin/mkdir -p '/home/sigrok/sr/include'
 /usr/bin/install -c -m 644 ../libserialport.h '/home/sigrok/sr/include'
 /usr/bin/mkdir -p '/home/sigrok/sr/lib/pkgconfig'
 /usr/bin/install -c -m 644 libserialport.pc '/home/sigrok/sr/lib/pkgconfig'
Cloning into 'libsigrok'...
remote: Enumerating objects: 566, done.
remote: Counting objects: 100% (566/566), done.
remote: Compressing objects: 100% (536/536), done.
remote: Total 566 (delta 90), reused 203 (delta 21), pack-reused 0
Receiving objects: 100% (566/566), 1.54 MiB | 4.57 MiB/s, done.
Resolving deltas: 100% (90/90), done.
autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: configure.ac: creating directory autostuff
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'autostuff'.
libtoolize: copying file 'autostuff/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
autoreconf: configure.ac: not using Intltool
autoreconf: configure.ac: not using Gtkdoc
autoreconf: running: aclocal --force -I m4
autoreconf: running: /usr/bin/autoconf --force
autoreconf: running: /usr/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:34: installing 'autostuff/ar-lib'
configure.ac:34: installing 'autostuff/compile'
configure.ac:36: installing 'autostuff/config.guess'
configure.ac:36: installing 'autostuff/config.sub'
configure.ac:32: installing 'autostuff/install-sh'
configure.ac:32: installing 'autostuff/missing'
Makefile.am: installing './INSTALL'
Makefile.am: installing 'autostuff/depcomp'
parallel-tests: installing 'autostuff/test-driver'
autoreconf: Leaving directory '.'
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking whether make supports the include directive... yes (GNU style)
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for gcc... (cached) gcc
checking whether the compiler supports GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to enable C11 features... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking for g++... g++
checking whether the compiler supports GNU C++... yes
checking whether g++ accepts -g... yes
checking for g++ option to enable C++11 features... none needed
checking dependency style of g++... gcc3
checking whether ln -s works... yes
checking whether make supports order-only prerequisites... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu 
format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... 
func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared 
libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared 
libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared 
libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.22... yes
checking for zlib... yes
../configure: line 19160: zlib: command not found
checking for libserialport... yes
checking for libftdi... yes
checking for libhidapi... yes
checking for libbluez... yes
checking for libnettle... yes
checking for libusb... yes
checking for librevisa... no
checking for libgpib... no
checking for libieee1284... yes
checking for libgio... yes
checking compiler flag for C99... -std=c99
checking compiler flag for visibility... -fvisibility=hidden
checking which C compiler warning flags to use... -Wall -Wextra 
-Wmissing-prototypes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking whether byte ordering is bigendian... no
checking for sys/mman.h... yes
checking for sys/ioctl.h... yes
checking for sys/timerfd.h... yes
checking for library containing pow... -lm
checking for SunRPC support... no
checking for libtirpc... yes
checking for __int128_t... yes
checking for __uint128_t... yes
checking for poll... yes
checking for select... yes
checking for ptrdiff_t... yes
checking for size_t... yes
checking size of short... 2
checking size of int... 4
checking size of long... 8
checking size of long long... 8
checking size of __int64... 0
checking size of void *... 8
checking size of size_t... 8
checking size of ptrdiff_t... 8
checking for an ANSI C-conforming const... yes
checking for memcmp... yes
checking for memcpy... yes
checking for memmove... yes
checking for memset... yes
checking which C++ compiler warning flags to use... -Wall -Wextra
checking whether g++ supports C++17 features with -std=c++17... yes
checking for doxygen... yes
checking for library containing __cxa_throw... none required
checking for a Python interpreter with version >= 2.7... python
checking for python... /usr/bin/python
checking for python version... 3.11
checking for python platform... linux
checking for GNU default python prefix... ${prefix}
checking for GNU default python exec_prefix... ${exec_prefix}
checking for python script directory (pythondir)... 
${PYTHON_PREFIX}/lib/python3.11/site-packages
checking for python extension module directory (pyexecdir)... 
${PYTHON_EXEC_PREFIX}/lib/python3.11/site-packages
checking for stoi and stod... yes
checking for stoul... yes
checking python module: setuptools... yes
checking python module: numpy... yes
checking for swig... swig
checking for swig version... 4.1.1
checking for ruby... /usr/bin/ruby
checking for Ruby version... 3.0.6
checking for javac... yes
checking for gcj... no
checking for guavac... no
checking for jikes... no
checking for javac... javac
checking if javac works... yes
checking for javac... /usr/bin/javac
checking symlink for /usr/bin/javac... /usr/lib/jvm/default/bin/javac
checking jni headers... /usr/lib/jvm/default/include
checking for jni.h... yes
checking for glib-2.0 >= 2.32.0 zlib libserialport >= 0.1.1 libftdi1 >= 1.0 
hidapi-hidraw >= 0.8.0 bluez >= 4.0 nettle libusb-1.0 >= 1.0.16 gio-2.0 >= 
2.24.0 libzip >= 0.10... yes
checking for  glib-2.0 zlib libserialport >= 0.1.1 libftdi1 >= 1.0 
hidapi-hidraw >= 0.8.0 bluez >= 4.0 nettle libusb-1.0 >= 1.0.16 gio-2.0 >= 
2.24.0 libzip >= 0.10... yes
checking for glibmm-2.4 >= 2.32.0... yes
checking for python3 = 3.11 pygobject-3.0 >= 3.0.0 glibmm-2.4 >= 2.32.0... yes
checking for ruby-3.0 >= 2.5.0 glibmm-2.4 >= 2.32.0... yes
checking for libusb_os_handle... no
checking for zip_discard... yes
checking for ftdi_tciflush... yes
checking for ftdi_tcoflush... yes
checking for ftdi_tcioflush... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libsigrok.pc
config.status: creating bindings/cxx/libsigrokcxx.pc
config.status: creating config.h
config.status: creating include/libsigrok/version.h
config.status: executing depfiles commands
config.status: executing libtool commands

libsigrok configuration summary:
 - Package version................. 0.6.0-git
 - Version string suffix .......... -b503d24
 - Library ABI version............. 4:0:0
 - Prefix.......................... /home/sigrok/sr
 - Building on..................... x86_64-pc-linux-gnu
 - Building for.................... x86_64-pc-linux-gnu
 - Building shared / static........ yes / yes

Compile configuration:
 - C compiler...................... gcc
 - C compiler version.............. gcc (GCC) 13.2.1 20230801
 - C compiler flags................ -g -O2
 - Additional C compiler flags..... -std=c99 -fvisibility=hidden
 - C compiler warnings............. -Wall -Wextra -Wmissing-prototypes
 - C++ compiler.................... g++ -std=c++17
 - C++ compiler version............ g++ (GCC) 13.2.1 20230801
 - C++ compiler flags.............. -g -O2
 - C++ compiler warnings........... -Wall -Wextra
 - Linker flags.................... 

Detected libraries (required):
 - glib-2.0 >= 2.32.0.............. 2.78.3
 - libzip >= 0.10.................. 1.10.1

Detected libraries (optional):
 - zlib............................ 1.3
 - libserialport >= 0.1.1.......... 0.1.1
 - libftdi1 >= 1.0................. 1.5
 - hidapi >= 0.8.0................. no
 - hidapi-hidraw >= 0.8.0.......... 0.14.0
 - bluez >= 4.0.................... 5.71
 - nettle.......................... 3.9.1
 - libusb-1.0 >= 1.0.16............ 1.0.26
 - librevisa >= 0.0.20130412....... no
 - libgpib......................... no
 - libieee1284..................... yes
 - gio-2.0 >= 2.24.0............... 2.78.3
 - check >= 0.9.4.................. no
 - glibmm-2.4 >= 2.32.0............ 2.66.6
 - python = 3.11................... no
 - python3 = 3.11.................. 3.11
 - pygobject-3.0 >= 3.0.0.......... 3.46.0
 - ruby >= 2.5.0................... no
 - ruby-3.0 >= 2.5.0............... 3.0.0

Enabled hardware drivers:
 - agilent-dmm..................... yes
 - appa-55ii....................... yes
 - arachnid-labs-re-load-pro....... yes
 - asix-sigma...................... yes
 - asix-omega-rtm-cli.............. yes
 - atorch.......................... yes
 - atten-pps3xxx................... yes
 - baylibre-acme................... yes
 - beaglelogic..................... yes
 - cem-dt-885x..................... yes
 - center-3xx...................... yes
 - chronovu-la..................... yes
 - colead-slm...................... yes
 - conrad-digi-35-cpu.............. yes
 - dcttech-usbrelay................ yes
 - demo............................ yes
 - devantech-eth008................ yes
 - dreamsourcelab-dslogic.......... yes
 - fluke-45........................ yes
 - fluke-dmm....................... yes
 - ftdi-la......................... yes
 - fx2lafw......................... yes
 - gmc-mh-1x-2x.................... yes
 - greatfet........................ yes
 - gwinstek-gds-800................ yes
 - gwinstek-gpd.................... yes
 - hameg-hmo....................... yes
 - hantek-4032l.................... yes
 - hantek-6xxx..................... yes
 - hantek-dso...................... yes
 - hp-3457a........................ yes
 - hp-3478a........................ no (missing: libgpib)
 - hp-59306a....................... yes
 - hung-chang-dso-2100............. yes
 - icstation-usbrelay.............. yes
 - ikalogic-scanalogic2............ yes
 - ikalogic-scanaplus.............. yes
 - ipdbg-la........................ yes
 - itech-it8500.................... yes
 - juntek-jds6600.................. yes
 - kecheng-kc-330b................. yes
 - kern-scale...................... yes
 - kingst-la2016................... yes
 - korad-kaxxxxp................... yes
 - lascar-el-usb................... yes
 - lecroy-logicstudio.............. yes
 - lecroy-xstream.................. yes
 - manson-hcs-3xxx................. yes
 - mastech-ms6514.................. yes
 - maynuo-m97...................... yes
 - mic-985xx....................... yes
 - microchip-pickit2............... yes
 - mooshimeter-dmm................. yes
 - motech-lps-30x.................. yes
 - norma-dmm....................... yes
 - openbench-logic-sniffer......... yes
 - pce-322a........................ yes
 - pipistrello-ols................. yes
 - raspberrypi-pico................ yes
 - rdtech-dps...................... yes
 - rdtech-um....................... yes
 - rdtech-tc....................... yes
 - rigol-ds........................ yes
 - rigol-dg........................ yes
 - rohde-schwarz-sme-0x............ yes
 - saleae-logic16.................. yes
 - saleae-logic-pro................ yes
 - scpi-dmm........................ yes
 - scpi-pps........................ yes
 - serial-dmm...................... yes
 - serial-lcr...................... yes
 - siglent-sds..................... yes
 - sysclk-lwla..................... yes
 - sysclk-sla5032.................. yes
 - teleinfo........................ yes
 - testo........................... yes
 - tondaj-sl-814................... yes
 - uni-t-dmm....................... yes
 - uni-t-ut181a.................... yes
 - uni-t-ut32x..................... yes
 - yokogawa-dlm.................... yes
 - zeroplus-logic-cube............. yes
 - zketech-ebd-usb................. yes

Enabled serial communication transports:
  - serial comm ................... yes
  - libserialport ................. yes
  - hidapi ........................ yes
  - bluetooth ..................... yes
  - bluez ......................... yes

Enabled SCPI backends:
 - TCP............................. yes
 - SunRPC ......................... no
 - TI-RPC ......................... yes
 - RPC............................. yes
 - serial.......................... yes
 - VISA............................ no
 - GPIB............................ no
 - USBTMC.......................... yes

Enabled language bindings:
 - C++............................. yes
 - Python.......................... yes
 - Ruby............................ yes
 - Java............................ yes

make  all-am
  GEN      include/libsigrok/git-version.h
  CC       src/serial.lo
  CC       src/serial_bt.lo
  CC       src/serial_hid.lo
  CC       src/serial_hid_bu86x.lo
  CC       src/serial_hid_ch9325.lo
  CC       src/serial_hid_cp2110.lo
  CC       src/serial_hid_victor.lo
  CC       src/serial_libsp.lo
  CC       src/serial_tcpraw.lo
  CC       src/scpi/scpi_serial.lo
  CC       src/ezusb.lo
  CC       src/usb.lo
  CC       src/scpi/scpi_usbtmc_libusb.lo
  CC       src/drivers.lo
  CC       src/driver_list_stop.lo
  CC       src/driver_list_start.lo
  GEN      doxy/xml/index.xml
  CC       src/backend.lo
  CC       src/binary_helpers.lo
  CC       src/conversion.lo
  CC       src/crc.lo
  CC       src/device.lo
  CC       src/session.lo
  CC       src/session_file.lo
  CC       src/session_driver.lo
  CC       src/hwdriver.lo
  CC       src/trigger.lo
  CC       src/soft-trigger.lo
  CC       src/analog.lo
  CC       src/fallback.lo
  CC       src/resource.lo
  CC       src/strutil.lo
  CC       src/log.lo
  CC       src/version.lo
  CC       src/error.lo
  CC       src/std.lo
  CC       src/sw_limits.lo
  CC       src/tcp.lo
  CC       src/minilzo/minilzo.lo
  CC       src/input/input.lo
  CC       src/input/feed_queue.lo
  CC       src/input/binary.lo
  CC       src/input/chronovu_la8.lo
  CC       src/input/csv.lo
  CC       src/input/logicport.lo
  CC       src/input/protocoldata.lo
  CC       src/input/raw_analog.lo
  CC       src/input/saleae.lo
  CC       src/input/trace32_ad.lo
  CC       src/input/vcd.lo
  CC       src/input/wav.lo
  CC       src/input/null.lo
  CC       src/input/stf.lo
  CC       src/output/output.lo
  CC       src/output/analog.lo
  CC       src/output/ascii.lo
  CC       src/output/bits.lo
  CC       src/output/binary.lo
  CC       src/output/csv.lo
  CC       src/output/chronovu_la8.lo
  CC       src/output/wav.lo
  CC       src/output/hex.lo
  CC       src/output/ols.lo
  CC       src/output/srzip.lo
../src/output/srzip.c: In function 'zip_create':
../src/output/srzip.c:105:9: warning: 'zip_add' is deprecated: use 
'zip_file_add' instead [-Wdeprecated-declarations]
  105 |         if (zip_add(zipfile, "version", versrc) < 0) {
      |         ^~
In file included from ../src/output/srzip.c:26:
/usr/include/zip.h:380:69: note: declared here
  380 | ZIP_DEPRECATED("use 'zip_file_add' instead") ZIP_EXTERN zip_int64_t 
zip_add(zip_t *_Nonnull, const char *_Nonnull, zip_source_t *_Nonnull);
      |                                                                     
^~~~~~~
../src/output/srzip.c:234:9: warning: 'zip_add' is deprecated: use 
'zip_file_add' instead [-Wdeprecated-declarations]
  234 |         if (zip_add(zipfile, "metadata", metasrc) < 0) {
      |         ^~
/usr/include/zip.h:380:69: note: declared here
  380 | ZIP_DEPRECATED("use 'zip_file_add' instead") ZIP_EXTERN zip_int64_t 
zip_add(zip_t *_Nonnull, const char *_Nonnull, zip_source_t *_Nonnull);
      |                                                                     
^~~~~~~
../src/output/srzip.c: In function 'zip_append':
../src/output/srzip.c:320:17: warning: 'zip_replace' is deprecated: use 
'zip_file_replace' instead [-Wdeprecated-declarations]
  320 |                 if (zip_replace(archive, zs.index, metasrc) < 0) {
      |                 ^~
/usr/include/zip.h:385:65: note: declared here
  385 | ZIP_DEPRECATED("use 'zip_file_replace' instead") ZIP_EXTERN int 
zip_replace(zip_t *_Nonnull, zip_uint64_t, zip_source_t *_Nonnull);
      |                                                                 
^~~~~~~~~~~
../src/output/srzip.c:344:25: warning: 'zip_rename' is deprecated: use 
'zip_file_rename' instead [-Wdeprecated-declarations]
  344 |                         if (zip_rename(archive, i, "logic-1-1") < 0) {
      |                         ^~
/usr/include/zip.h:384:64: note: declared here
  384 | ZIP_DEPRECATED("use 'zip_file_rename' instead") ZIP_EXTERN int 
zip_rename(zip_t *_Nonnull, zip_uint64_t, const char *_Nonnull);
      |                                                                
^~~~~~~~~~
../src/output/srzip.c:366:9: warning: 'zip_add' is deprecated: use 
'zip_file_add' instead [-Wdeprecated-declarations]
  366 |         i = zip_add(archive, chunkname, logicsrc);
      |         ^
/usr/include/zip.h:380:69: note: declared here
  380 | ZIP_DEPRECATED("use 'zip_file_add' instead") ZIP_EXTERN zip_int64_t 
zip_add(zip_t *_Nonnull, const char *_Nonnull, zip_source_t *_Nonnull);
      |                                                                     
^~~~~~~
../src/output/srzip.c: In function 'zip_append_analog':
../src/output/srzip.c:557:9: warning: 'zip_add' is deprecated: use 
'zip_file_add' instead [-Wdeprecated-declarations]
  557 |         i = zip_add(archive, chunkname, analogsrc);
      |         ^
/usr/include/zip.h:380:69: note: declared here
  380 | ZIP_DEPRECATED("use 'zip_file_add' instead") ZIP_EXTERN zip_int64_t 
zip_add(zip_t *_Nonnull, const char *_Nonnull, zip_source_t *_Nonnull);
      |                                                                     
^~~~~~~
  CC       src/output/vcd.lo
  CC       src/output/wavedrom.lo
  CC       src/output/null.lo
  CC       src/transform/transform.lo
  CC       src/transform/nop.lo
  CC       src/transform/scale.lo
  CC       src/transform/invert.lo
  CC       src/scpi/scpi.lo
  CC       src/scpi/scpi_tcp.lo
  CC       src/scpi/scpi_vxi.lo
  CC       src/scpi/vxi_clnt.lo
  CC       src/scpi/vxi_xdr.lo
  CC       src/bt/bt_bluez.lo
  CC       src/modbus/modbus.lo
  CC       src/modbus/modbus_serial_rtu.lo
  CC       src/dmm/asycii.lo
  CC       src/dmm/bm25x.lo
  CC       src/dmm/bm52x.lo
  CC       src/dmm/bm85x.lo
  CC       src/dmm/bm86x.lo
  CC       src/dmm/dtm0660.lo
  CC       src/dmm/eev121gw.lo
  CC       src/dmm/es519xx.lo
  CC       src/dmm/fs9721.lo
  CC       src/dmm/fs9922.lo
  CC       src/dmm/m2110.lo
  CC       src/dmm/metex14.lo
  CC       src/dmm/mm38xr.lo
  CC       src/dmm/ms2115b.lo
  CC       src/dmm/ms8250d.lo
  CC       src/dmm/rs9lcd.lo
  CC       src/dmm/ut372.lo
  CC       src/dmm/ut71x.lo
  CC       src/dmm/vc870.lo
  CC       src/dmm/vc96.lo
  CC       src/lcr/es51919.lo
  CC       src/lcr/vc4080.lo
  CC       src/scale/kern.lo
  CC       src/hardware/agilent-dmm/protocol.lo
  CC       src/hardware/agilent-dmm/api.lo
  CC       src/hardware/appa-55ii/protocol.lo
  CC       src/hardware/appa-55ii/api.lo
  CC       src/hardware/arachnid-labs-re-load-pro/protocol.lo
  CC       src/hardware/arachnid-labs-re-load-pro/api.lo
  CC       src/hardware/asix-omega-rtm-cli/protocol.lo
  CC       src/hardware/asix-omega-rtm-cli/api.lo
  CC       src/hardware/asix-sigma/protocol.lo
  CC       src/hardware/asix-sigma/api.lo
  CC       src/hardware/atorch/protocol.lo
../src/hardware/asix-sigma/protocol.c: In function 'sigma_build_basic_trigger':
../src/hardware/asix-sigma/protocol.c:2372:22: warning: array subscript 2 is 
above array bounds of 'uint16_t[2]' {aka 'short unsigned int[2]'} 
[-Warray-bounds=]
 2372 |                 masks[condidx++] = mask;
      |                 ~~~~~^~~~~~~~~~~
../src/hardware/asix-sigma/protocol.c:2342:18: note: while referencing 'masks'
 2342 |         uint16_t masks[2];
      |                  ^~~~~
  CC       src/hardware/atorch/api.lo
  CC       src/hardware/atten-pps3xxx/protocol.lo
  CC       src/hardware/atten-pps3xxx/api.lo
  CC       src/hardware/baylibre-acme/protocol.lo
  CC       src/hardware/baylibre-acme/api.lo
  CC       src/hardware/baylibre-acme/gpio.lo
  CC       src/hardware/beaglelogic/protocol.lo
  CC       src/hardware/beaglelogic/api.lo
  CC       src/hardware/beaglelogic/beaglelogic_native.lo
  CC       src/hardware/beaglelogic/beaglelogic_tcp.lo
  CC       src/hardware/cem-dt-885x/protocol.lo
  CC       src/hardware/cem-dt-885x/api.lo
  CC       src/hardware/center-3xx/protocol.lo
  CC       src/hardware/center-3xx/api.lo
  CC       src/hardware/chronovu-la/protocol.lo
  CC       src/hardware/chronovu-la/api.lo
  CC       src/hardware/colead-slm/protocol.lo
  CC       src/hardware/colead-slm/api.lo
  CC       src/hardware/conrad-digi-35-cpu/protocol.lo
  CC       src/hardware/conrad-digi-35-cpu/api.lo
  CC       src/hardware/dcttech-usbrelay/protocol.lo
  CC       src/hardware/dcttech-usbrelay/api.lo
  CC       src/hardware/demo/protocol.lo
  CC       src/hardware/demo/api.lo
  CC       src/hardware/devantech-eth008/protocol.lo
  CC       src/hardware/devantech-eth008/api.lo
  CC       src/hardware/dreamsourcelab-dslogic/protocol.lo
  CC       src/hardware/dreamsourcelab-dslogic/api.lo
  CC       src/hardware/fluke-45/protocol.lo
  CC       src/hardware/fluke-45/api.lo
  CC       src/hardware/fluke-dmm/protocol.lo
  CC       src/hardware/fluke-dmm/api.lo
  CC       src/hardware/ftdi-la/protocol.lo
  CC       src/hardware/ftdi-la/api.lo
  CC       src/hardware/fx2lafw/protocol.lo
  CC       src/hardware/fx2lafw/api.lo
  CC       src/hardware/gmc-mh-1x-2x/protocol.lo
  CC       src/hardware/gmc-mh-1x-2x/api.lo
  CC       src/hardware/greatfet/protocol.lo
  CC       src/hardware/greatfet/api.lo
  CC       src/hardware/gwinstek-gds-800/protocol.lo
  CC       src/hardware/gwinstek-gds-800/api.lo
  CC       src/hardware/gwinstek-gpd/protocol.lo
  CC       src/hardware/gwinstek-gpd/api.lo
  CC       src/hardware/hameg-hmo/protocol.lo
  CC       src/hardware/hameg-hmo/api.lo
  CC       src/hardware/hantek-4032l/protocol.lo
  CC       src/hardware/hantek-4032l/api.lo
  CC       src/hardware/hantek-6xxx/protocol.lo
  CC       src/hardware/hantek-6xxx/api.lo
  CC       src/hardware/hantek-dso/protocol.lo
  CC       src/hardware/hantek-dso/api.lo
  CC       src/hardware/hp-3457a/protocol.lo
  CC       src/hardware/hp-3457a/api.lo
  CC       src/hardware/hp-59306a/protocol.lo
  CC       src/hardware/hp-59306a/api.lo
  CC       src/hardware/hung-chang-dso-2100/protocol.lo
  CC       src/hardware/hung-chang-dso-2100/api.lo
  CC       src/hardware/icstation-usbrelay/protocol.lo
  CC       src/hardware/icstation-usbrelay/api.lo
  CC       src/hardware/ikalogic-scanalogic2/protocol.lo
  CC       src/hardware/ikalogic-scanalogic2/api.lo
  CC       src/hardware/ikalogic-scanaplus/protocol.lo
  CC       src/hardware/ikalogic-scanaplus/api.lo
  CC       src/hardware/ipdbg-la/protocol.lo
  CC       src/hardware/ipdbg-la/api.lo
  CC       src/hardware/itech-it8500/protocol.lo
  CC       src/hardware/itech-it8500/api.lo
  CC       src/hardware/juntek-jds6600/protocol.lo
  CC       src/hardware/juntek-jds6600/api.lo
  CC       src/hardware/kecheng-kc-330b/protocol.lo
  CC       src/hardware/kecheng-kc-330b/api.lo
  CC       src/hardware/kern-scale/protocol.lo
  CC       src/hardware/kern-scale/api.lo
  CC       src/hardware/kingst-la2016/protocol.lo
  CC       src/hardware/kingst-la2016/api.lo
  CC       src/hardware/korad-kaxxxxp/protocol.lo
  CC       src/hardware/korad-kaxxxxp/api.lo
  CC       src/hardware/lascar-el-usb/protocol.lo
  CC       src/hardware/lascar-el-usb/api.lo
  CC       src/hardware/lecroy-logicstudio/protocol.lo
  CC       src/hardware/lecroy-logicstudio/api.lo
  CC       src/hardware/lecroy-xstream/protocol.lo
  CC       src/hardware/lecroy-xstream/api.lo
  CC       src/hardware/manson-hcs-3xxx/protocol.lo
  CC       src/hardware/manson-hcs-3xxx/api.lo
  CC       src/hardware/mastech-ms6514/protocol.lo
  CC       src/hardware/mastech-ms6514/api.lo
  CC       src/hardware/maynuo-m97/protocol.lo
  CC       src/hardware/maynuo-m97/api.lo
  CC       src/hardware/microchip-pickit2/protocol.lo
  CC       src/hardware/microchip-pickit2/api.lo
  CC       src/hardware/mic-985xx/protocol.lo
  CC       src/hardware/mic-985xx/api.lo
  CC       src/hardware/mooshimeter-dmm/protocol.lo
  CC       src/hardware/mooshimeter-dmm/api.lo
  CC       src/hardware/motech-lps-30x/protocol.lo
  CC       src/hardware/motech-lps-30x/api.lo
  CC       src/hardware/norma-dmm/protocol.lo
  CC       src/hardware/norma-dmm/api.lo
  CC       src/hardware/openbench-logic-sniffer/protocol.lo
  CC       src/hardware/openbench-logic-sniffer/api.lo
  CC       src/hardware/pce-322a/protocol.lo
  CC       src/hardware/pce-322a/api.lo
  CC       src/hardware/pipistrello-ols/protocol.lo
  CC       src/hardware/pipistrello-ols/api.lo
  CC       src/hardware/raspberrypi-pico/protocol.lo
  CC       src/hardware/raspberrypi-pico/api.lo
  CC       src/hardware/rdtech-dps/protocol.lo
  CC       src/hardware/rdtech-dps/api.lo
../src/hardware/rdtech-dps/protocol.c: In function 'rdtech_dps_get_state':
../src/hardware/rdtech-dps/protocol.c:385:32: warning: 'ret' may be used 
uninitialized [-Wmaybe-uninitialized]
  385 |                         return ret;
      |                                ^~~
../src/hardware/rdtech-dps/protocol.c:117:13: note: 'ret' was declared here
  117 |         int ret;
      |             ^~~
  CC       src/hardware/rdtech-um/protocol.lo
  CC       src/hardware/rdtech-um/api.lo
  CC       src/hardware/rdtech-tc/protocol.lo
  CC       src/hardware/rdtech-tc/api.lo
  CC       src/hardware/rigol-dg/protocol.lo
  CC       src/hardware/rigol-dg/api.lo
  CC       src/hardware/rigol-ds/protocol.lo
  CC       src/hardware/rigol-ds/api.lo
  CC       src/hardware/rohde-schwarz-sme-0x/protocol.lo
  CC       src/hardware/rohde-schwarz-sme-0x/api.lo
  CC       src/hardware/saleae-logic16/protocol.lo
  CC       src/hardware/saleae-logic16/api.lo
  CC       src/hardware/saleae-logic-pro/protocol.lo
  CC       src/hardware/saleae-logic-pro/api.lo
  CC       src/hardware/scpi-dmm/protocol.lo
  CC       src/hardware/scpi-dmm/api.lo
  CC       src/hardware/scpi-pps/protocol.lo
  CC       src/hardware/scpi-pps/profiles.lo
  CC       src/hardware/scpi-pps/api.lo
  CC       src/hardware/serial-dmm/protocol.lo
  CC       src/hardware/serial-dmm/api.lo
  CC       src/hardware/serial-lcr/protocol.lo
  CC       src/hardware/serial-lcr/api.lo
  CC       src/hardware/siglent-sds/protocol.lo
  CC       src/hardware/siglent-sds/api.lo
  CC       src/hardware/sysclk-lwla/lwla.lo
  CC       src/hardware/sysclk-lwla/lwla1016.lo
  CC       src/hardware/sysclk-lwla/lwla1034.lo
  CC       src/hardware/sysclk-lwla/protocol.lo
  CC       src/hardware/sysclk-lwla/api.lo
  CC       src/hardware/sysclk-sla5032/protocol.lo
  CC       src/hardware/sysclk-sla5032/api.lo
  CC       src/hardware/teleinfo/protocol.lo
  CC       src/hardware/teleinfo/api.lo
  CC       src/hardware/testo/protocol.lo
  CC       src/hardware/testo/api.lo
  CC       src/hardware/tondaj-sl-814/protocol.lo
  CC       src/hardware/tondaj-sl-814/api.lo
  CC       src/hardware/uni-t-dmm/protocol.lo
  CC       src/hardware/uni-t-dmm/api.lo
  CC       src/hardware/uni-t-ut181a/protocol.lo
  CC       src/hardware/uni-t-ut181a/api.lo
  CC       src/hardware/uni-t-ut32x/protocol.lo
  CC       src/hardware/uni-t-ut32x/api.lo
  CC       src/hardware/yokogawa-dlm/protocol.lo
  CC       src/hardware/yokogawa-dlm/protocol_wrappers.lo
  CC       src/hardware/yokogawa-dlm/api.lo
  CC       src/hardware/zeroplus-logic-cube/analyzer.lo
  CC       src/hardware/zeroplus-logic-cube/gl_usb.lo
  CC       src/hardware/zeroplus-logic-cube/protocol.lo
  CC       src/hardware/zeroplus-logic-cube/api.lo
  CC       src/hardware/zketech-ebd-usb/protocol.lo
  CC       src/hardware/zketech-ebd-usb/api.lo
  CCLD     src/libdrivers_head.la
  CCLD     src/libdrivers_tail.la
  GEN      bindings/cxx/enums.timestamp
  CCLD     src/libdrivers.la
  CXX      bindings/cxx/classes.lo
copying selected object files to avoid basename conflicts...
  GEN      bindings/cxx/doxy/xml/index.xml
  CCLD     src/libdrivers.o
  GEN      bindings/python/sigrok/core/doc_start.i
  GEN      bindings/python/sigrok/core/doc_end.i
  GEN      bindings/ruby/doc.i
  GEN      bindings/java/org/sigrok/core/classes/doc.i
  GEN      src/libdrivers.lo
  GEN      bindings/ruby/classes_wrap.cpp
  GEN      bindings/java/org/sigrok/core/classes/classes_wrap.cxx
bindings/swig/enums.i:1: Error: Unknown directive '%attribute'.
make[1]: *** [Makefile:5953: 
bindings/java/org/sigrok/core/classes/classes_wrap.cxx] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:2211: all] Error 2
[sigrok@cedric linux]$ 
[sigrok@cedric linux]$ pwd
/home/sigrok/sigrok-util/cross-compile/linux
[sigrok@cedric linux]$ cd sigrok-util/cross-compile/linux
bash: cd: sigrok-util/cross-compile/linux: No such file or directory
[sigrok@cedric linux]$ cd ~/sigrok-util/cross-compile/linux
[sigrok@cedric linux]$ 
_______________________________________________
sigrok-devel mailing list
sigrok-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sigrok-devel

Reply via email to