Greetings!

I have been trying to get osmo-trx-uhd to work with my Ettus B200. Where it gets stuck is:

┌──(root💀kali)-[~/osmo/src/osmo-trx]
└─# osmo-trx-uhd -C ./doc/examples/osmo-trx-uhd/osmo-trx-uhd.cfg
Tue Mar 28 12:39:48 2023 DLGLOBAL <0008> cpu_sched_vty.c:471 Setting SCHED_RR priority 18
Tue Mar 28 12:39:48 2023 DLGLOBAL <0008> telnet_interface.c:88 Available via telnet 127.0.0.1 4237
Tue Mar 28 12:39:48 2023 DLCTRL <000f> control_if.c:1014 CTRL at 127.0.0.1 4236
[INFO] [UHD] linux; GNU C++ version 12.2.0; Boost_107400; UHD_4.3.0.0+ds1-4+b2
Tue Mar 28 12:40:06 2023 DMAIN <0000> osmo-trx.cpp:607 -- Transceiver active with 1 channel(s)
Tue Mar 28 12:40:06 2023 DLSTATS <0011> stats.c:169 Stats timer expire_count=4: We missed 3 timers
Tue Mar 28 12:40:06 2023 DLGLOBAL <0008> rate_ctr.c:350 Stats timer expire_count=17: We missed 16 timers

That line in red, above, should be followed by:

[INFO] [B200] Detected Device: B200
[INFO] [B200] Operating over USB 3.
[INFO] [B200] Initialize CODEC control...
[INFO] [B200] Initialize Radio control...
...................etc..

The B200 is plugged in, uhd_find_devices and uhd_usrp_probe discover it without problems. Also, I am able to bring up srsRAN's EnodeB software using it for 4G/LTE testing.

What follows is a log of

./configure --with-uhd
make -j4
make check
make install

any help appreciated!
-KEF



┌──(root💀kali)-[~/osmo/src/osmo-trx]
└─# ./configure --with-uhd
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
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 dependency style of gcc... gcc3
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 g++ supports C++11 features by default... yes
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for rm... /usr/bin/rm
checking for pkg-config... /usr/bin/pkg-config
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.20... 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... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
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... mt
checking if mt 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... no
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 egrep... (cached) /usr/bin/grep -E
checking for byteswap.h... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for size_t... yes
checking for sys/time.h... yes
checking whether byte ordering is bigendian... no
checking for libosmocore >= 1.8.0... yes
checking for libosmovty >= 1.8.0... yes
checking for libosmoctrl >= 1.8.0... yes
checking for libosmocoding >= 1.8.0... yes
checking for uhd >= 003.011... yes
checking for uhd < 004.002... no
checking whether to enable building MS TRX... no
checking whether C++ compiler accepts -msse3... yes
checking whether C++ compiler accepts -msse4.1... yes
checking whether gcc has __builtin_cpu_supports built-in... yes
checking whether gcc has __sync_fetch_and_and built-in... yes
checking whether gcc has __sync_or_and_fetch built-in... yes
checking for libusb-1.0... yes
checking for fftw3f... yes
CPPFLAGS=""
CFLAGS=" -std=gnu11"
CXXFLAGS="-g -O2"
LDFLAGS=""
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating CommonLibs/Makefile
config.status: creating GSM/Makefile
config.status: creating Transceiver52M/Makefile
config.status: creating Transceiver52M/arch/Makefile
config.status: creating Transceiver52M/arch/common/Makefile
config.status: creating Transceiver52M/arch/arm/Makefile
config.status: creating Transceiver52M/arch/x86/Makefile
config.status: creating Transceiver52M/device/Makefile
config.status: creating Transceiver52M/device/common/Makefile
config.status: creating Transceiver52M/device/uhd/Makefile
config.status: creating Transceiver52M/device/usrp1/Makefile
config.status: creating Transceiver52M/device/lms/Makefile
config.status: creating Transceiver52M/device/ipc/Makefile
config.status: creating Transceiver52M/device/bladerf/Makefile
config.status: creating tests/Makefile
config.status: creating tests/CommonLibs/Makefile
config.status: creating tests/Transceiver52M/Makefile
config.status: creating utils/Makefile
config.status: creating doc/Makefile
config.status: creating doc/examples/Makefile
config.status: creating contrib/Makefile
config.status: creating contrib/systemd/Makefile
config.status: creating doc/manuals/Makefile
config.status: creating contrib/osmo-trx.spec
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing tests/atconfig commands
config.status: executing depfiles commands
config.status: executing libtool commands

┌──(root💀kali)-[~/osmo/src/osmo-trx]
└─# make -j4
make  all-recursive
make[1]: Entering directory '/root/osmo/src/osmo-trx'
Making all in CommonLibs
make[2]: Entering directory '/root/osmo/src/osmo-trx/CommonLibs'
  CXX      LinkedLists.lo
  CXX      BitVector.lo
  CXX      Threads.lo
  CXX      Timeval.lo
  CXX      Logger.lo
  CXX      Utils.lo
  CXX      trx_rate_ctr.lo
  CC       trx_vty.lo
  CC       debug.lo
  CXXLD    libcommon.la
make[2]: Leaving directory '/root/osmo/src/osmo-trx/CommonLibs'
Making all in GSM
make[2]: Entering directory '/root/osmo/src/osmo-trx/GSM'
  CXX      GSMCommon.lo
  CXXLD    libGSM.la
make[2]: Leaving directory '/root/osmo/src/osmo-trx/GSM'
Making all in Transceiver52M
make[2]: Entering directory '/root/osmo/src/osmo-trx/Transceiver52M'
Making all in arch
make[3]: Entering directory '/root/osmo/src/osmo-trx/Transceiver52M/arch'
Making all in common
make[4]: Entering directory '/root/osmo/src/osmo-trx/Transceiver52M/arch/common'
  CC       convert_base.lo
  CC       convolve_base.lo
  CC       fft.lo
  CCLD     libarch_common.la
make[4]: Leaving directory '/root/osmo/src/osmo-trx/Transceiver52M/arch/common'
Making all in x86
make[4]: Entering directory '/root/osmo/src/osmo-trx/Transceiver52M/arch/x86'
  CC       convolve.lo
  CC       convert.lo
  CC       libarch_sse_3_la-convert_sse_3.lo
  CC       libarch_sse_3_la-convolve_sse_3.lo
  CC       libarch_sse_4_1_la-convert_sse_4_1.lo
  CCLD     libarch_sse_3.la
  CCLD     libarch_sse_4_1.la
  CCLD     libarch.la
make[4]: Leaving directory '/root/osmo/src/osmo-trx/Transceiver52M/arch/x86'
make[4]: Entering directory '/root/osmo/src/osmo-trx/Transceiver52M/arch'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/root/osmo/src/osmo-trx/Transceiver52M/arch'
make[3]: Leaving directory '/root/osmo/src/osmo-trx/Transceiver52M/arch'
Making all in device
make[3]: Entering directory '/root/osmo/src/osmo-trx/Transceiver52M/device'
Making all in common
make[4]: Entering directory '/root/osmo/src/osmo-trx/Transceiver52M/device/common'
  CXX      smpl_buf.lo
  CXXLD    libdevice_common.la
make[4]: Leaving directory '/root/osmo/src/osmo-trx/Transceiver52M/device/common'
Making all in uhd
make[4]: Entering directory '/root/osmo/src/osmo-trx/Transceiver52M/device/uhd'
  CXX      UHDDevice.lo
  CXXLD    libdevice.la
make[4]: Leaving directory '/root/osmo/src/osmo-trx/Transceiver52M/device/uhd'
make[4]: Entering directory '/root/osmo/src/osmo-trx/Transceiver52M/device'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/root/osmo/src/osmo-trx/Transceiver52M/device'
make[3]: Leaving directory '/root/osmo/src/osmo-trx/Transceiver52M/device'
make[3]: Entering directory '/root/osmo/src/osmo-trx/Transceiver52M'
  CXX      osmo_trx_uhd-osmo-trx.o
  CXX      radioInterface.lo
  CXX      radioVector.lo
  CXX      radioClock.lo
  CXX      radioBuffer.lo
  CXX      sigProcLib.lo
  CXX      signalVector.lo
  CXX      Transceiver.lo
  CXX      ChannelizerBase.lo
  CXX      Channelizer.lo
  CXX      Synthesis.lo
  CC       proto_trxd.lo
  CXX      Resampler.lo
  CXX      radioInterfaceResamp.lo
  CXX      radioInterfaceMulti.lo
  CXXLD    libtransceiver_common.la
  CXXLD    osmo-trx-uhd
make[3]: Leaving directory '/root/osmo/src/osmo-trx/Transceiver52M'
make[2]: Leaving directory '/root/osmo/src/osmo-trx/Transceiver52M'
Making all in contrib
make[2]: Entering directory '/root/osmo/src/osmo-trx/contrib'
Making all in systemd
make[3]: Entering directory '/root/osmo/src/osmo-trx/contrib/systemd'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/root/osmo/src/osmo-trx/contrib/systemd'
make[3]: Entering directory '/root/osmo/src/osmo-trx/contrib'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/root/osmo/src/osmo-trx/contrib'
make[2]: Leaving directory '/root/osmo/src/osmo-trx/contrib'
Making all in tests
make[2]: Entering directory '/root/osmo/src/osmo-trx/tests'
Making all in CommonLibs
make[3]: Entering directory '/root/osmo/src/osmo-trx/tests/CommonLibs'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/root/osmo/src/osmo-trx/tests/CommonLibs'
Making all in Transceiver52M
make[3]: Entering directory '/root/osmo/src/osmo-trx/tests/Transceiver52M'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/root/osmo/src/osmo-trx/tests/Transceiver52M'
make[3]: Entering directory '/root/osmo/src/osmo-trx/tests'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/root/osmo/src/osmo-trx/tests'
make[2]: Leaving directory '/root/osmo/src/osmo-trx/tests'
Making all in utils
make[2]: Entering directory '/root/osmo/src/osmo-trx/utils'
  CC       prbs-tool.o
  CCLD     osmo-prbs-tool
make[2]: Leaving directory '/root/osmo/src/osmo-trx/utils'
Making all in doc
make[2]: Entering directory '/root/osmo/src/osmo-trx/doc'
Making all in examples
make[3]: Entering directory '/root/osmo/src/osmo-trx/doc/examples'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/root/osmo/src/osmo-trx/doc/examples'
Making all in manuals
make[3]: Entering directory '/root/osmo/src/osmo-trx/doc/manuals'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/root/osmo/src/osmo-trx/doc/manuals'
make[3]: Entering directory '/root/osmo/src/osmo-trx/doc'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/root/osmo/src/osmo-trx/doc'
make[2]: Leaving directory '/root/osmo/src/osmo-trx/doc'
make[2]: Entering directory '/root/osmo/src/osmo-trx'
make[2]: Leaving directory '/root/osmo/src/osmo-trx'
make[1]: Leaving directory '/root/osmo/src/osmo-trx'

┌──(root💀kali)-[~/osmo/src/osmo-trx]
└─# make check
Making check in CommonLibs
make[1]: Entering directory '/root/osmo/src/osmo-trx/CommonLibs'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory '/root/osmo/src/osmo-trx/CommonLibs'
Making check in GSM
make[1]: Entering directory '/root/osmo/src/osmo-trx/GSM'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory '/root/osmo/src/osmo-trx/GSM'
Making check in Transceiver52M
make[1]: Entering directory '/root/osmo/src/osmo-trx/Transceiver52M'
Making check in arch
make[2]: Entering directory '/root/osmo/src/osmo-trx/Transceiver52M/arch'
Making check in common
make[3]: Entering directory '/root/osmo/src/osmo-trx/Transceiver52M/arch/common'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/root/osmo/src/osmo-trx/Transceiver52M/arch/common'
Making check in x86
make[3]: Entering directory '/root/osmo/src/osmo-trx/Transceiver52M/arch/x86'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/root/osmo/src/osmo-trx/Transceiver52M/arch/x86'
make[3]: Entering directory '/root/osmo/src/osmo-trx/Transceiver52M/arch'
make[3]: Nothing to be done for 'check-am'.
make[3]: Leaving directory '/root/osmo/src/osmo-trx/Transceiver52M/arch'
make[2]: Leaving directory '/root/osmo/src/osmo-trx/Transceiver52M/arch'
Making check in device
make[2]: Entering directory '/root/osmo/src/osmo-trx/Transceiver52M/device'
Making check in common
make[3]: Entering directory '/root/osmo/src/osmo-trx/Transceiver52M/device/common'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/root/osmo/src/osmo-trx/Transceiver52M/device/common'
Making check in uhd
make[3]: Entering directory '/root/osmo/src/osmo-trx/Transceiver52M/device/uhd'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/root/osmo/src/osmo-trx/Transceiver52M/device/uhd'
make[3]: Entering directory '/root/osmo/src/osmo-trx/Transceiver52M/device'
make[3]: Nothing to be done for 'check-am'.
make[3]: Leaving directory '/root/osmo/src/osmo-trx/Transceiver52M/device'
make[2]: Leaving directory '/root/osmo/src/osmo-trx/Transceiver52M/device'
make[2]: Entering directory '/root/osmo/src/osmo-trx/Transceiver52M'
make[2]: Nothing to be done for 'check-am'.
make[2]: Leaving directory '/root/osmo/src/osmo-trx/Transceiver52M'
make[1]: Leaving directory '/root/osmo/src/osmo-trx/Transceiver52M'
Making check in contrib
make[1]: Entering directory '/root/osmo/src/osmo-trx/contrib'
Making check in systemd
make[2]: Entering directory '/root/osmo/src/osmo-trx/contrib/systemd'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/root/osmo/src/osmo-trx/contrib/systemd'
make[2]: Entering directory '/root/osmo/src/osmo-trx/contrib'
make[2]: Nothing to be done for 'check-am'.
make[2]: Leaving directory '/root/osmo/src/osmo-trx/contrib'
make[1]: Leaving directory '/root/osmo/src/osmo-trx/contrib'
Making check in tests
make[1]: Entering directory '/root/osmo/src/osmo-trx/tests'
Making check in CommonLibs
make[2]: Entering directory '/root/osmo/src/osmo-trx/tests/CommonLibs'
make  BitVectorTest PRBSTest InterthreadTest TimevalTest VectorTest LogTest
make[3]: Entering directory '/root/osmo/src/osmo-trx/tests/CommonLibs'
  CXX      BitVectorTest.o
  CXXLD    BitVectorTest
  CXX      PRBSTest.o
  CXXLD    PRBSTest
  CXX      InterthreadTest.o
  CXXLD    InterthreadTest
  CXX      TimevalTest.o
  CXXLD    TimevalTest
  CXX      VectorTest.o
  CXXLD    VectorTest
  CXX      LogTest.o
  CXXLD    LogTest
make[3]: Leaving directory '/root/osmo/src/osmo-trx/tests/CommonLibs'
make[2]: Leaving directory '/root/osmo/src/osmo-trx/tests/CommonLibs'
Making check in Transceiver52M
make[2]: Entering directory '/root/osmo/src/osmo-trx/tests/Transceiver52M'
make  convolve_test
make[3]: Entering directory '/root/osmo/src/osmo-trx/tests/Transceiver52M'
  CC       convolve_test-convolve_test.o
  CCLD     convolve_test
make[3]: Leaving directory '/root/osmo/src/osmo-trx/tests/Transceiver52M'
make[2]: Leaving directory '/root/osmo/src/osmo-trx/tests/Transceiver52M'
make[2]: Entering directory '/root/osmo/src/osmo-trx/tests'
make  check-local
make[3]: Entering directory '/root/osmo/src/osmo-trx/tests'
/bin/bash './testsuite'
## ---------------------------------- ##
## osmo-trx 1.5.0.15-8745 test suite. ##
## ---------------------------------- ##

Regression tests.

  1: LMSDeviceTest                                   skipped (testsuite.at:6)
  2: BitVectorTest                                   ok
  3: InterthreadTest                                 ok
  4: LogTest                                         ok
  5: PRBSTest                                        ok
  6: TimevalTest                                     ok
  7: VectorTest                                      ok
  8: convolve_test                                   ok

## ------------- ##
## Test results. ##
## ------------- ##

7 tests were successful.
1 test was skipped.
make[3]: Leaving directory '/root/osmo/src/osmo-trx/tests'
make[2]: Leaving directory '/root/osmo/src/osmo-trx/tests'
make[1]: Leaving directory '/root/osmo/src/osmo-trx/tests'
Making check in utils
make[1]: Entering directory '/root/osmo/src/osmo-trx/utils'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory '/root/osmo/src/osmo-trx/utils'
Making check in doc
make[1]: Entering directory '/root/osmo/src/osmo-trx/doc'
Making check in examples
make[2]: Entering directory '/root/osmo/src/osmo-trx/doc/examples'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/root/osmo/src/osmo-trx/doc/examples'
Making check in manuals
make[2]: Entering directory '/root/osmo/src/osmo-trx/doc/manuals'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/root/osmo/src/osmo-trx/doc/manuals'
make[2]: Entering directory '/root/osmo/src/osmo-trx/doc'
make[2]: Nothing to be done for 'check-am'.
make[2]: Leaving directory '/root/osmo/src/osmo-trx/doc'
make[1]: Leaving directory '/root/osmo/src/osmo-trx/doc'
make[1]: Entering directory '/root/osmo/src/osmo-trx'
make[1]: Leaving directory '/root/osmo/src/osmo-trx'

┌──(root💀kali)-[~/osmo/src/osmo-trx]
└─# make install
Making install in CommonLibs
make[1]: Entering directory '/root/osmo/src/osmo-trx/CommonLibs'
make[2]: Entering directory '/root/osmo/src/osmo-trx/CommonLibs'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/root/osmo/src/osmo-trx/CommonLibs'
make[1]: Leaving directory '/root/osmo/src/osmo-trx/CommonLibs'
Making install in GSM
make[1]: Entering directory '/root/osmo/src/osmo-trx/GSM'
make[2]: Entering directory '/root/osmo/src/osmo-trx/GSM'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/root/osmo/src/osmo-trx/GSM'
make[1]: Leaving directory '/root/osmo/src/osmo-trx/GSM'
Making install in Transceiver52M
make[1]: Entering directory '/root/osmo/src/osmo-trx/Transceiver52M'
Making install in arch
make[2]: Entering directory '/root/osmo/src/osmo-trx/Transceiver52M/arch'
Making install in common
make[3]: Entering directory '/root/osmo/src/osmo-trx/Transceiver52M/arch/common'
make[4]: Entering directory '/root/osmo/src/osmo-trx/Transceiver52M/arch/common'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/root/osmo/src/osmo-trx/Transceiver52M/arch/common'
make[3]: Leaving directory '/root/osmo/src/osmo-trx/Transceiver52M/arch/common'
Making install in x86
make[3]: Entering directory '/root/osmo/src/osmo-trx/Transceiver52M/arch/x86'
make[4]: Entering directory '/root/osmo/src/osmo-trx/Transceiver52M/arch/x86'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/root/osmo/src/osmo-trx/Transceiver52M/arch/x86'
make[3]: Leaving directory '/root/osmo/src/osmo-trx/Transceiver52M/arch/x86'
make[3]: Entering directory '/root/osmo/src/osmo-trx/Transceiver52M/arch'
make[4]: Entering directory '/root/osmo/src/osmo-trx/Transceiver52M/arch'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/root/osmo/src/osmo-trx/Transceiver52M/arch'
make[3]: Leaving directory '/root/osmo/src/osmo-trx/Transceiver52M/arch'
make[2]: Leaving directory '/root/osmo/src/osmo-trx/Transceiver52M/arch'
Making install in device
make[2]: Entering directory '/root/osmo/src/osmo-trx/Transceiver52M/device'
Making install in common
make[3]: Entering directory '/root/osmo/src/osmo-trx/Transceiver52M/device/common'
make[4]: Entering directory '/root/osmo/src/osmo-trx/Transceiver52M/device/common'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/root/osmo/src/osmo-trx/Transceiver52M/device/common'
make[3]: Leaving directory '/root/osmo/src/osmo-trx/Transceiver52M/device/common'
Making install in uhd
make[3]: Entering directory '/root/osmo/src/osmo-trx/Transceiver52M/device/uhd'
make[4]: Entering directory '/root/osmo/src/osmo-trx/Transceiver52M/device/uhd'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/root/osmo/src/osmo-trx/Transceiver52M/device/uhd'
make[3]: Leaving directory '/root/osmo/src/osmo-trx/Transceiver52M/device/uhd'
make[3]: Entering directory '/root/osmo/src/osmo-trx/Transceiver52M/device'
make[4]: Entering directory '/root/osmo/src/osmo-trx/Transceiver52M/device'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/root/osmo/src/osmo-trx/Transceiver52M/device'
make[3]: Leaving directory '/root/osmo/src/osmo-trx/Transceiver52M/device'
make[2]: Leaving directory '/root/osmo/src/osmo-trx/Transceiver52M/device'
make[2]: Entering directory '/root/osmo/src/osmo-trx/Transceiver52M'
make[3]: Entering directory '/root/osmo/src/osmo-trx/Transceiver52M'
 /usr/bin/mkdir -p '/usr/local/bin'
  /bin/bash ../libtool   --mode=install /usr/bin/install -c osmo-trx-uhd '/usr/local/bin'
libtool: install: /usr/bin/install -c osmo-trx-uhd /usr/local/bin/osmo-trx-uhd
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/root/osmo/src/osmo-trx/Transceiver52M'
make[2]: Leaving directory '/root/osmo/src/osmo-trx/Transceiver52M'
make[1]: Leaving directory '/root/osmo/src/osmo-trx/Transceiver52M'
Making install in contrib
make[1]: Entering directory '/root/osmo/src/osmo-trx/contrib'
Making install in systemd
make[2]: Entering directory '/root/osmo/src/osmo-trx/contrib/systemd'
make[3]: Entering directory '/root/osmo/src/osmo-trx/contrib/systemd'
make[3]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/lib/systemd/system'
 /usr/bin/install -c -m 644 osmo-trx-uhd.service '/lib/systemd/system'
make[3]: Leaving directory '/root/osmo/src/osmo-trx/contrib/systemd'
make[2]: Leaving directory '/root/osmo/src/osmo-trx/contrib/systemd'
make[2]: Entering directory '/root/osmo/src/osmo-trx/contrib'
make[3]: Entering directory '/root/osmo/src/osmo-trx/contrib'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/root/osmo/src/osmo-trx/contrib'
make[2]: Leaving directory '/root/osmo/src/osmo-trx/contrib'
make[1]: Leaving directory '/root/osmo/src/osmo-trx/contrib'
Making install in tests
make[1]: Entering directory '/root/osmo/src/osmo-trx/tests'
Making install in CommonLibs
make[2]: Entering directory '/root/osmo/src/osmo-trx/tests/CommonLibs'
make[3]: Entering directory '/root/osmo/src/osmo-trx/tests/CommonLibs'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/root/osmo/src/osmo-trx/tests/CommonLibs'
make[2]: Leaving directory '/root/osmo/src/osmo-trx/tests/CommonLibs'
Making install in Transceiver52M
make[2]: Entering directory '/root/osmo/src/osmo-trx/tests/Transceiver52M'
make[3]: Entering directory '/root/osmo/src/osmo-trx/tests/Transceiver52M'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/root/osmo/src/osmo-trx/tests/Transceiver52M'
make[2]: Leaving directory '/root/osmo/src/osmo-trx/tests/Transceiver52M'
make[2]: Entering directory '/root/osmo/src/osmo-trx/tests'
make[3]: Entering directory '/root/osmo/src/osmo-trx/tests'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/root/osmo/src/osmo-trx/tests'
make[2]: Leaving directory '/root/osmo/src/osmo-trx/tests'
make[1]: Leaving directory '/root/osmo/src/osmo-trx/tests'
Making install in utils
make[1]: Entering directory '/root/osmo/src/osmo-trx/utils'
make[2]: Entering directory '/root/osmo/src/osmo-trx/utils'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/root/osmo/src/osmo-trx/utils'
make[1]: Leaving directory '/root/osmo/src/osmo-trx/utils'
Making install in doc
make[1]: Entering directory '/root/osmo/src/osmo-trx/doc'
Making install in examples
make[2]: Entering directory '/root/osmo/src/osmo-trx/doc/examples'
make[3]: Entering directory '/root/osmo/src/osmo-trx/doc/examples'
make[3]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/usr/local/etc/osmocom'
 /usr/bin/install -c -m 644 osmo-trx-uhd/osmo-trx-uhd.cfg '/usr/local/etc/osmocom'
make  install-data-hook
make[4]: Entering directory '/root/osmo/src/osmo-trx/doc/examples'
for f in $(find . -type f -name '*.cfg*' | sed -e 's,^.,,'); do \
        j="/usr/local/share/doc/osmo-trx/examples/$f" && \
        mkdir -p "$(dirname $j)" && \
        /usr/bin/install -c -m 644 ./$f $j; \
done
make[4]: Leaving directory '/root/osmo/src/osmo-trx/doc/examples'
make[3]: Leaving directory '/root/osmo/src/osmo-trx/doc/examples'
make[2]: Leaving directory '/root/osmo/src/osmo-trx/doc/examples'
Making install in manuals
make[2]: Entering directory '/root/osmo/src/osmo-trx/doc/manuals'
make[3]: Entering directory '/root/osmo/src/osmo-trx/doc/manuals'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/root/osmo/src/osmo-trx/doc/manuals'
make[2]: Leaving directory '/root/osmo/src/osmo-trx/doc/manuals'
make[2]: Entering directory '/root/osmo/src/osmo-trx/doc'
make[3]: Entering directory '/root/osmo/src/osmo-trx/doc'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/root/osmo/src/osmo-trx/doc'
make[2]: Leaving directory '/root/osmo/src/osmo-trx/doc'
make[1]: Leaving directory '/root/osmo/src/osmo-trx/doc'
make[1]: Entering directory '/root/osmo/src/osmo-trx'
make[2]: Entering directory '/root/osmo/src/osmo-trx'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/root/osmo/src/osmo-trx'
make[1]: Leaving directory '/root/osmo/src/osmo-trx'

┌──(root💀kali)-[~/osmo/src/osmo-trx]
└─# which osmo-trx-uhd
/usr/local/bin/osmo-trx-uhd

┌──(root💀kali)-[~/osmo/src/osmo-trx]
└─# ls -l /usr/local/bin/osmo-trx-uhd
-rwxr-xr-x 1 root root 5199368 Mar 28 12:39 /usr/local/bin/osmo-trx-uhd

┌──(root💀kali)-[~/osmo/src/osmo-trx]
└─# osmo-trx-uhd -C ./doc/examples/osmo-trx-uhd/osmo-trx-uhd.cfg
Tue Mar 28 12:39:48 2023 DLGLOBAL <0008> cpu_sched_vty.c:471 Setting SCHED_RR priority 18
Tue Mar 28 12:39:48 2023 DLGLOBAL <0008> telnet_interface.c:88 Available via telnet 127.0.0.1 4237
Tue Mar 28 12:39:48 2023 DLCTRL <000f> control_if.c:1014 CTRL at 127.0.0.1 4236
[INFO] [UHD] linux; GNU C++ version 12.2.0; Boost_107400; UHD_4.3.0.0+ds1-4+b2