Hey Guys,
i have a Problem with installing Airprobe especially Gsm-Receiver on my persistent USB-Stick for playing around with my NooElec R820T NESDR Mini.
OS type is Kali GNU/Linux Rolling 32-bit, GNOME Version 3.28.1
First i installed the Basic Dependencies with
Code:
sudo apt-get –y install git-core autoconf automake libtool g++ python-dev swig libpcap0.8-dev
and
Code:
sudo apt-get install gnuradio gnuradio-dev cmake git libboost-all-dev libusb-1.0-0 libusb-1.0-0-dev libfftw3-dev swig python-numpy
After that i installed libosmocore with
Code:
git clone git://git.osmocom.org/libosmocore.git
cd libosmocore
autoreconf –i
./configure
make
sudo make install
sudo ldconfig
To clone Airprobe i typed in
Code:
git clone git://git.gnumonks.org/airprobe.git
Then i installed gsmdecode with
Code:
cd airprobe/gsmdecode
./bootstrap
./configure
make
That all works fine, but then i installed gsm-receiver with
Code:
cd airprobe/gsm-receiver
./bootstrap
./configure
make
And here is the Problem: When i typed in the make Command, my CLI answered
Code:
root@kali:~/libosmocore/airprobe/gsm-receiver# make
make: *** No targets specified and no makefile found. Stop.
Now my question is what went wrong? Since the whole installation process worked fine without a problem.
I hope some of you Guys can give me the answer.
with best regards
msfu