RyLeeRyno

Results 4 comments of RyLeeRyno

you don't need to run that script. just install the following dependencies and built from the git folder. sudo apt update sudo apt install -y build-essential cmake git libfftw3-dev libglfw3-dev...

delete the build folder and run the cmake again with the below options. cmake .. -DOPT_BUILD_LIMESDR_SOURCE=OFF -DOPT_BUILD_AIRSPYHF_SOURCE=OFF DOPT_BUILD_BLADERF_SOURCE=OFF -DOPT_BUILD_FILE_SOURCE=OFF -DOPT_BUILD_HACKRF_SOURCE=OFF -DOPT_BUILD_RFSPACE_SOURCE=OFF -DOPT_BUILD_RTL_TCP_SOURCE=OFF -DOPT_BUILD_SPYSERVER_SOURCE=OFF -DOPT_BUILD_PLUTOSDR_SOURCE=OFF -DOPT_BUILD_METEOR_DEMODULATOR=OFF -DOPT_BUILD_DISCORD_PRESENCE=OFF -DOPT_BUILD_RIGCTL_SERVER=OFF make -j4

I suggested minimizing the build for a smaller footprint since there was a concern that the Pi3+ low memory and arm64 architecture played a part. If successful then of course...

sudo apt install python-is-python3 If that doesn't work then update the dependencies.yml as below. ~/raspberry-noaa-v2/ansible/roles/common/tasks $ cat dependencies.yml --- - name: install dependencies become: yes apt: update_cache: yes state: present...