【发布时间】:2014-11-12 08:12:03
【问题描述】:
我是使用 GNU Radio 的新手,我正在尝试按照指令 here 构建我自己的树外模块。但是当我在构建目录中运行cmake ../ 时出现以下错误:
checking for module 'gnuradio-runtime'
-- package 'gnuradio-runtime' not found
-- Could NOT find GNURADIO_RUNTIME (missing: GNURADIO_RUNTIME_LIBRARIES)
CMake Error at CMakeLists.txt:98 (message):
GnuRadio Runtime required to compile mypack
-- Configuring incomplete, errors occurred!
如果有人能帮我解决这个问题,我会非常有帮助。我正在使用 Ubuntu 14.04 (Trusty Tahr)。
【问题讨论】:
标签: cmake ubuntu-14.04 gnuradio