LINUX.ORG.RU

GnuRadio и RTL2832

 ,


0

2

Поставила GNU Radio из репозитория, всё как на официальном сайте для своей версии (Ubuntu 23.10). Дальше для подключения RTL2832 следовала инструкции из https://my-gnuradio.org/2014/11/16/rtl2832-dongl-i-gnuradio/. На 5 этапе на cmake ../ вылезли три ошибки (одну пофиксила, две остались). Помогите исправить, пожалйста))

~/gr-osmosdr/build/boost_1_82_0$ cmake ../
-- Build type not specified: defaulting to release.
-- Using GMP.
-- Found Boost: /usr/local/lib/cmake/Boost-1.82.0/BoostConfig.cmake (found suitable version "1.82.0", minimum required is "1.82.0") found components: date_time program_options system regex thread unit_test_framework 
-- User set python executable /home/user/radioconda/bin/python
CMake Warning (dev) at /home/user/radioconda/lib/cmake/gnuradio/GrPython.cmake:21 (find_package):
  Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules
  are removed.  Run "cmake --help-policy CMP0148" for policy details.  Use
  the cmake_policy command to set the policy and suppress this warning.

Call Stack (most recent call first):
  /home/user/radioconda/lib/cmake/gnuradio/GnuradioConfig.cmake:37 (include)
  CMakeLists.txt:45 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /home/user/radioconda/lib/cmake/gnuradio/GrPython.cmake:27 (find_package):
  Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules
  are removed.  Run "cmake --help-policy CMP0148" for policy details.  Use
  the cmake_policy command to set the policy and suppress this warning.

Call Stack (most recent call first):
  /home/user/radioconda/lib/cmake/gnuradio/GnuradioConfig.cmake:37 (include)
  CMakeLists.txt:45 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Extracting version information from git describe...
-- Found Boost: /usr/local/lib/cmake/Boost-1.82.0/BoostConfig.cmake (found suitable version "1.82.0", minimum required is "1.65") found components: chrono thread system 
-- 
-- The build system will automatically enable all components.
-- Use -DENABLE_DEFAULT=OFF to disable components by default.
-- Searching for GNURadio-Blocks...
--  Found GNURadio-Blocks: 1
-- Searching for IQ Balance...
--  Found IQ Balance: 1
-- Searching for UHD Drivers...
CMake Error at /home/user/radioconda/lib/cmake/uhd/UHDConfig.cmake:90 (get_filename_component):
  get_filename_component called with incorrect number of arguments
Call Stack (most recent call first):
  /home/user/radioconda/lib/cmake/gnuradio/FindUHD.cmake:43 (find_package)
  CMakeLists.txt:152 (find_package)


-- Configuring incomplete, errors occurred!


found suitable version «1.82.0», minimum required is «1.82.0»)

Логично :)

pihter ★★★★★
()

Как бы там ни было со сборкой, собирать из сырцев в твоем случае бессмысленно - всё доступно в репе. Из неё и ставь.

token_polyak ★★★★
()
Для того чтобы оставить комментарий войдите или зарегистрируйтесь.