Closed cucim closed 9 years ago
Yes, gr-tpms was developed for GNU Radio 3.7.4. volk_malloc was introduced in January, 2014:
I'm not sure why you're getting that error, other than you might have some mismatch between your various installed GNU Radio bits.
This project is being used by several people against the newest (3.7.6) release of GNU Radio 3.7, on Linux and Mac OS X. Hopefully, you are able to run against a newer GNU Radio now.
Hi, I am getting some errors wih gnu radio 3.7: Traceback (most recent call last): File "/usr/local/bin/tpms_rx", line 30, in
from gnuradio import analog
File "/usr/local/lib/python2.7/dist-packages/gnuradio/analog/init.py", line 35, in
from am_demod import
File "/usr/local/lib/python2.7/dist-packages/gnuradio/analog/am_demod.py", line 24, in
from gnuradio import filter
File "/usr/local/lib/python2.7/dist-packages/gnuradio/filter/init.py", line 32, in
from filter_swig import
File "/usr/local/lib/python2.7/dist-packages/gnuradio/filter/filter_swig.py", line 28, in
_filter_swig = swig_import_helper()
File "/usr/local/lib/python2.7/dist-packages/gnuradio/filter/filter_swig.py", line 24, in swig_import_helper
_mod = imp.load_module('_filter_swig', fp, pathname, description)
ImportError: /usr/local/lib/libgnuradio-filter-3.7.4.so.0.0.0: undefined symbol: volk_malloc