righthalfplane

Results 42 comments of righthalfplane

I have pointed out the problem on the "osmocom-sdr mailing" list - they seem to be working on some of gr-osmosdr problems - Is there a better place to try?

I have the same problem. The modules inside CubicSDR 0.2.4 are not compatible with those in /usr/local/lib. I was able to get CubicSDR 0.2.4 to work by renaming the modules...

I ,also, got CubicSDR 0.2.4 to work by making no changes in CubicSDR 0.2.4, by going to /usr/local/lib/SoapySDR and renaming the folder modules0.7 cd /usr/local/lib/SoapySDR sudo mv modules0.7 modules0.7-save CubicSDR...

It shows a bunch of error messages - [ERROR] SoapySDR::ConverterRegistry(F32, F32, 0) duplicate registration [ERROR] SoapySDR::ConverterRegistry(S32, S32, 0) duplicate registration [ERROR] SoapySDR::ConverterRegistry(S16, S16, 0) duplicate registration [ERROR] SoapySDR::ConverterRegistry(S8, S8, 0)...

When you do a local build, you need to be sure to install the SDRplay package before the build. I had the install of SDRplay_RSP_API-MacOSX-2.11.2.pkg switch from modules0.6 to modules0.7...

Everything seems to work Ok on 10.13.4 except I get ERROR messages if the 'libSoapySDR.0.7*' files are in /usr/local/lib [ERROR] SoapySDR::ConverterRegistry(F32, F32, 0) duplicate registration [ERROR] SoapySDR::ConverterRegistry(S32, S32, 0) duplicate...

SDRplay_RSP_API-MacOSX-2.11.3.pkg works well on MacOS sierra with CubicSDR 0.2.3 and CubicSDR 0.2.4 with my RSP1 and RSP2

I use SdrGlut to test my antennas - here is an example - https://www.youtube.com/watch?v=JDmxGQFwX-Y&t=131s

The M1 Mac needs some addition stuff - I just it put out on SdrGlut - Build and install the HDF libraries- cd hdflib chmod +x install.txt ./install.txt cd .....

@pmosx21 What version of MacOS are you running ? You should be using "/usr/bin/uname" not other versions. The things that you have in /usr/local are messing up the install. I...