jopohl / urh

Universal Radio Hacker: Investigate Wireless Protocols Like A Boss
GNU General Public License v3.0
10.85k stars 862 forks source link

Undefined symbol for LimeSDR plugin #397

Closed neeocf closed 6 years ago

neeocf commented 6 years ago

hi, as of commit https://github.com/myriadrf/LimeSuite/commit/c02f4358b6eb3a83f333e8951419f34b18667dde#diff-5938db8bef05ad9111fcc1199f87025b LimeSuite has deleted LMS_Disconnect() and LMS_IsOpen() functions, so urh has to probably be updated with latest LimeSuite.h header (and rebuild files generated by CPython, get rid of these API calls, and so on)..

jopohl commented 6 years ago

Thanks as lot for bringing this up. I made the required changes, so it should work again.

Edit: To get it working on your end, you need to call urh/src/urh/cythonext/build.py first or simply reclone the repository to let URH do it automatically.