gnuradio AttributeError: 'module' object has no attribute 'transmitter'

当我调用另一个文件的函数时,比如我调用liquid.h的fec_create()函数,编译正确,但是GNU Radio执行时就报错了 错误信息: AttributeError: ‘module’ object has no attribute ‘transmitter’ 解决方法: 修改模块根目录下的CMakeLists.txt 在 Compiler specific setup 下添加以下信息:
相关文章
相关标签/搜索