在安装openLTE时,因为我是在ubuntu软件中心一键安装的gnuradio,编译openLTE时cmake ../出错,如下:
stwen@stwen-H81M-CT:~/openLTE/openlte_v00-18-04/build$ cmake ../
-- Build type not specified: defaulting to release.
-- Boost version: 1.55.0
-- Found the following Boost libraries:
-- system
CMake Warning at CMakeLists.txt:92 (find_package):
By not providing "FindGnuradio.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "Gnuradio",
but CMake did not find one.
Could not find a package configuration file provided by "Gnuradio"
(requested version 3.7.0) with any of the fol
openLTE编译错误解决:缺少gnuradio库

在Ubuntu上编译openLTE时遇到cmake错误,提示找不到gnuradio。尽管已通过软件中心安装gnuradio,但问题仍然存在。解决方案是通过终端使用`sudo apt-get install gnuradio-dev`命令安装gnuradio的开发库。
最低0.47元/天 解锁文章
4548





