Reply To: SoapySDRPlay API on 64-bit Raspberry Pi OS

#2013
StandingWave
Participant

    Ok a bit annoyed to be having to to type all of this again because it didn’t get posted the first time around!

    I realised that the sources are available for SoapySDR and SoapySDRPlay, however, I ren into difficulties when trying to compile both of them.

    When I run cmake on SoapySDR, I get:

    -- Could NOT find Python3InterpDbg (missing: PYTHON3_DBG_EXECUTABLE) 
    -- PYTHON3INTERP_FOUND: TRUE
    -- PYTHON3_EXECUTABLE: /usr/bin/python3
    -- PYTHON3_INSTALL_DIR: ${prefix}/lib/python3.9/dist-packages
    -- Found Python3Libs: -L/usr/lib/python3.9/config-3.9-aarch64-linux-gnu -L/usr/lib  -lcrypt -lpthread -ldl  -lutil -lm -lm  
    -- PYTHON3LIBS_FOUND: TRUE
    -- PYTHON3_INCLUDE_DIRS: /usr/include/python3.9;/usr/include/python3.9
    -- PYTHON3_LIBRARIES: -L/usr/lib/python3.9/config-3.9-aarch64-linux-gnu -L/usr/lib  -lcrypt -lpthread -ldl  -lutil -lm -lm

    Nevertheless, make still compiles the library and libSoapySdr.so.0.8.1 gets build and installed with make install.

    When I then proceed to compile the SoapySDRPlay library I get:

    • This reply was modified 2 years, 1 month ago by .
    • This reply was modified 2 years, 1 month ago by .