jboone / gr-tpms

Tire Pressure Monitor tools for GNU Radio
GNU General Public License v2.0
169 stars 36 forks source link

Gnuradio 3.7 compatibility #2

Closed cucim closed 9 years ago

cucim commented 10 years ago

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

jboone commented 10 years ago

Yes, gr-tpms was developed for GNU Radio 3.7.4. volk_malloc was introduced in January, 2014:

http://gnuradio.org/redmine/projects/gnuradio/repository/revisions/6b19c5d5c7486f86aeb4ac6097131128b832c716

I'm not sure why you're getting that error, other than you might have some mismatch between your various installed GNU Radio bits.

jboone commented 9 years ago

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.