jboone / gr-tpms

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

missing module crcmod #18

Open theniceguy22 opened 3 years ago

theniceguy22 commented 3 years ago

Hey guys, after several issues with missing swig and doxygen installation, as well as wrong set cmake policies, I fixed all this and completely rebuilt the project. The complete build and install process now runs fine, but when I try to get data with my hackrf, the terminal window issues a crcmod module would be missing. Can somebody help? Bildschirmfoto vom 2021-01-20 14-40-14

Br,

theniceguy22 commented 3 years ago

Ok, resolved it on my own in the meantime. The Python CRC package was missing and installed it. Now I get a new error, it tells the osmo-sdr module were not found. I installed the OsmoSDR 0.1.8 Package but no improvement this time: image