Hi,
I have installed GNU Radio Companion 3.7.5 and the gr-fcdproplus from
dl1ksv/gr-fcdproplus (GitHub).
By simpy connecting the fcdproplus block with an fft sink I receive the
following error:
File “/home/duthsat/top_block.py”, line 15, in
import fcdproplus
File “/usr/local/lib/python2.7/dist-packages/fcdproplus/init.py”,
line 45, in
from fcdproplus_swig import *
File
“/usr/local/lib/python2.7/dist-packages/fcdproplus/fcdproplus_swig.py”,
line 26, in
_fcdproplus_swig = swig_import_helper()
File
“/usr/local/lib/python2.7/dist-packages/fcdproplus/fcdproplus_swig.py”,
line 22, in swig_import_helper
_mod = imp.load_module(’_fcdproplus_swig’, fp, pathname,
description)
ImportError: /usr/local/lib/libgnuradio-fcdproplus.so.0: undefined
symbol: udev_enumerate_new
What I’m doing wrong? version 3.7.5 is it compatible with the
dl1ksv/gr-fcdproplus?
Thank you in advance for your help!