Update:
With the help of some of Richard's posts, I think I'm a few steps closer to getting it to work. Using SoapySDRUtil, it appears I have an undefined symbol and a missing object file.
Output from SoapySDRUtil --info:
######################################################
## Soapy SDR -- the SDR abstraction library ##
######################################################
Lib Version: v0.7.0-gfa75d31f
API Version: v0.7.0
ABI Version: v0.7
Install root: /usr/local
Search path: /usr/local/lib/SoapySDR/modules0.7
Module found: /usr/local/lib/SoapySDR/modules0.7/libremoteSupport.so
dlopen() failed: /usr/local/lib/SoapySDR/modules0.7/libremoteSupport.so: undefined symbol: _ZN8SoapySDR8RegistryC1ERKSsRKPFSt6vectorISt3mapISsSsSt4lessISsESaISt4pairIS1_SsEEESaISA_EERKSA_ERKPFPNS_6DeviceESE_ES2_
Module found: /usr/local/lib/SoapySDR/modules0.7/libsdrPlaySupport.so
dlopen() failed: libmirsdrapi-rsp.so.2.11: cannot open shared object file: No such file or directory
Available factories... No factories found!
Available converters...
- CF32 -> [CF32, CS16, CS8, CU16, CU8]
- CS16 -> [CF32, CS16, CS8, CU16, CU8]
- CS32 -> [CS32]
- CS8 -> [CF32, CS16, CS8, CU16, CU8]
- CU16 -> [CF32, CS16, CS8]
- CU8 -> [CF32, CS16, CS8]
- F32 -> [F32, S16, S8, U16, U8]
- S16 -> [F32, S16, S8, U16, U8]
- S32 -> [S32]
- S8 -> [F32, S16, S8, U16, U8]
- U16 -> [F32, S16, S8]
- U8 -> [F32, S16, S8]
I highlighted in red the issues. Have you seen that before?
Thanks,
Dave