Re: Installing SoapySDR in a Docker

2023-07-22 Thread Caden O'Donnell
How would some of the dev packages be missing? I used apt install gnuradio-dev and before that I had done sudo apt update. Do you have any suggestions for how to fix this issue? Thanks, Caden On Sat, Jul 22, 2023 at 1:20 AM Caden O'Donnell wrote: > Apologies for the extra email but this is the

Re: Installing SoapySDR in a Docker

2023-07-22 Thread Jeff Long
Where it can't find gnuradio-blocks, it seems like some of the gnuradio dev packages may be missing. Odd that GNURADIO_UHD was found in that case. On Sat, Jul 22, 2023 at 1:22 AM Caden O'Donnell wrote: > Apologies for the extra email but this is the command I am using to build > the docker: >

Re: Installing SoapySDR in a Docker

2023-07-21 Thread Caden O'Donnell
Apologies for the extra email but this is the command I am using to build the docker: sudo docker build -t ubuntu:gnuradio-releases-3.8 . Thanks, Caden On Sat, Jul 22, 2023 at 1:16 AM Caden O'Donnell wrote: > When trying to build osmocom, following the directions on the > github/website, I

Re: Installing SoapySDR in a Docker

2023-07-21 Thread Caden O'Donnell
When trying to build osmocom, following the directions on the github/website, I encountered an error that stopped me from finishing the cmake. -- Installation is located at: /usr/local -- Build type not specified: defaulting to release. -- Checking for module 'mpir >= 3.0' -- No package 'mpir' f

Re: Installing SoapySDR in a Docker

2023-07-21 Thread Jeff Long
gr-soapysdr was an out-of-tree module for 3.8 (see https://github.com/osmocom/gr-osmosdr) On Fri, Jul 21, 2023 at 11:30 AM Caden O'Donnell wrote: > Sorry, I didn’t mean to say build, I was using sudo apt install. However > since I am on Ubuntu 20.04 it installs gnuradio 3.8 which does not appear

Re: Installing SoapySDR in a Docker

2023-07-21 Thread Caden O'Donnell
Sorry, I didn’t mean to say build, I was using sudo apt install. However since I am on Ubuntu 20.04 it installs gnuradio 3.8 which does not appear to add soapy. I also need to use 3.8 because it has swig which I need for what I am working on. Is there a way to add Gr-soapy, and especially the hackr

Re: Installing SoapySDR in a Docker

2023-07-21 Thread Jeff Long
Take a look at the cmake output to see if gr-soapy is being built, and if not, why not. On Wed, Jul 19, 2023 at 11:09 PM Caden O'Donnell wrote: > Hello, > > I am putting gnuradio companion into a docker however I am unable for it > to give me a HackRF source/sink block. I am installing libsoapys

Installing SoapySDR in a Docker

2023-07-19 Thread Caden O'Donnell
Hello, I am putting gnuradio companion into a docker however I am unable for it to give me a HackRF source/sink block. I am installing libsoapysdr-dev and libhackrf-dev before building gnuradio (this is all on an ubuntu docker so I am using apt-get) however it does not create soapy HackRF blocks.