Hello, I have run aground, running the command receiver startup cd ~ / osmo-tetra-sq5bpf / src ./receiver1 1, the terminal it says command not found. If regarding the installation of package gnu-radio, I find that the make command fails:
Proceed?y
Starting all functions at: sab 29 nov 2014, 16.21.34, CET
SUDO privileges are required
Do you have SUDO privileges?y
Continuing with script
Installing prerequisites.
====> THIS MAY TAKE QUITE SOME TIME <=====
Checking for package libfontconfig1-dev
Checking for package libxrender-dev
Checking for package libpulse-dev
Checking for package swig
Checking for package g++
Checking for package automake
Checking for package autoconf
Checking for package libtool
Checking for package python-dev
Checking for package libfftw3-dev
Checking for package libcppunit-dev
Checking for package libboost-all-dev
Checking for package libusb-dev
Checking for package libusb-1.0-0-dev
Checking for package fort77
Checking for package libsdl1.2-dev
Checking for package python-wxgtk2.8
Checking for package git-core
Checking for package libqt4-dev
Checking for package python-numpy
Checking for package ccache
Checking for package python-opengl
Checking for package libgsl0-dev
Checking for package python-cheetah
Checking for package python-lxml
Checking for package doxygen
Checking for package qt4-default
Checking for package qt4-dev-tools
Checking for package libusb-1.0-0-dev
Checking for package libqwt5-qt4-dev
Checking for package libqwtplot3d-qt4-dev
Checking for package pyqt4-dev-tools
Checking for package python-qwt5-qt4
Checking for package cmake
Checking for package git-core
Checking for package wget
Checking for package libxi-dev
Checking for package python-docutils
Checking for package gtk2-engines-pixbuf
Checking for package r-base-dev
Checking for package python-tk
Checking for package liborc-0.4-0
Checking for package liborc-0.4-dev
Checking for package libasound2-dev
Checking for package python-gtk2
Done checking packages
Checking for library libusb ...Found library libusb
Checking for library libboost ...Found library libboost
Checking for library libcppunit ...Found library libcppunit
Checking for library libfftw ...Found library libfftw
Checking for library libgsl ...Found library libgsl
Done
This script will fetch Gnu Radio version 3.6.5.1 from the repositories, along with compatible
extras.
Is this OK?y
Fetching various packages (Gnu Radio, UHD, gr-osmosdr, gr-iqbal, etc)
via the Internet
=======> THIS MAY TAKE QUITE SOME TIME <=========
Fetching Gnu Radio via GIT...Done
Fetching UHD via GIT...Fetching rtl-sdr (rtl-sdr, gr-osmosdr, gr-iqbal, hackrf and bladeRF) via GIT
Branch gr3.6 set up to track remote branch gr3.6 from origin.
Switched to a new branch 'gr3.6'
Done
Starting function uhd_build at: sab 29 nov 2014, 16.30.54, CET
Building UHD...
=============> THIS WILL TAKE SOME TIME <=============
Done building/installing UHD
Done function uhd_build at: sab 29 nov 2014, 16.50.47, CET
Starting function firmware at: sab 29 nov 2014, 16.50.47, CET
Images destination: /usr/local/share/uhd/images
Downloading images from:
http://files.ettus.com/binaries/imag...00-release.zip
Downloading images to: /tmp/tmpl_3cw3/uhd-images_003.008.000-release.zip
24787 kB / 24787 kB (100%)
Images successfully installed to: /usr/local/share/uhd/images
Done downloading firmware to /usr/local/share/uhd/images
Done function firmware at: sab 29 nov 2014, 16.52.27, CET
Starting function gnuradio_build at: sab 29 nov 2014, 16.52.27, CET
/usr/local/lib already in ld.so.conf.d
Doing ldconfig...
Building Gnu Radio...
=========> THIS WILL TAKE QUITE A WHILE <=============
...Doing cmake
...Cmaking
...Building
make failed
Exiting Gnu Radio build/install
From what little I understand of ubuntu, if the make and failed means that the receiver has not been created right? how can I do to fix?
thanks