0
点赞
收藏
分享

微信扫一扫

ubuntu安装Gnuradio出的错

小月亮06 2022-04-15 阅读 69
ubuntu

在这里插入图片描述

错误信息

-- Configuring python-support support...
--   Dependency PYTHONLIBS_FOUND = TRUE
--   Dependency SWIG_FOUND = TRUE
--   Dependency SWIG_VERSION_CHECK = TRUE
--   Enabling python-support support.
--   Override with -DENABLE_PYTHON=ON/OFF
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1") 
-- Checking for module 'cppunit'
--   No package 'cppunit' found
-- Could NOT find CPPUNIT (missing: CPPUNIT_INCLUDE_DIRS) 
-- 
-- Configuring testing-support support...
--   Dependency CPPUNIT_FOUND = FALSE
--   Disabling testing-support support.
--   Override with -DENABLE_TESTING=ON/OFF
-- 
-- Configuring VOLK support...
--   VOLK submodule is not checked out.
--   To check out the VOLK submodule, use:
--     git pull --recurse-submodules=on
--     git submodule update
--   External VOLK disabled.
--   Override with -DENABLE_INTERNAL_VOLK=ON/OFF
-- 
CMake Error at CMakeLists.txt:450 (message):
  VOLK required but not found.


-- Configuring incomplete, errors occurred!
See also "/home/ljj/gnuradio/build/CMakeFiles/CMakeOutput.log".
See also "/home/ljj/gnuradio/build/CMakeFiles/CMakeError.log".

解决方法:

换一种安装方法:直接去找最新的安装gnuradio的指令,很靠谱
gnuradio 安装
在这里插入图片描述

举报

相关推荐

0 条评论