ptrkrysik / gr-gsm

Gnuradio blocks and tools for receiving GSM transmissions
Other
1.34k stars 430 forks source link

Generating grgsm_livemon #529

Open dangquocdat97 opened 4 years ago

dangquocdat97 commented 4 years ago

Hello, . i'm using ubuntu 16.04. i try to install gr-gsm following https://osmocom.org/projects/gr-gsm/wiki/Installation but i got this error: i did: make VERBOSE=1 and got output: [ 90%] Generating grgsm_livemon cd /home/datdq/osmo/gr-gsm/build/apps && /usr/bin/cmake -E env PYTHONPATH="/home/datdq/osmo/gr-gsm/python:/home/datdq/osmo/gr-gsm/python/misc_utils:/home/datdq/osmo/gr-gsm/python/demapping:/home/datdq/osmo/gr-gsm/python/receiver:/home/datdq/osmo/gr-gsm/python/transmitter:/home/datdq/osmo/gr-gsm/python/trx:/home/datdq/osmo/gr-gsm/build/swig" GRC_BLOCKS_PATH=/home/datdq/osmo/gr-gsm/grc /usr/local/bin/grcc -d /home/datdq/osmo/gr-gsm/build/apps /home/datdq/osmo/gr-gsm/apps/grgsm_livemon.grc No such file or directory apps/CMakeFiles/pygen_apps.dir/build.make:84: recipe for target 'apps/grgsm_livemon' failed make[2]: [apps/grgsm_livemon] Error 1 make[2]: Leaving directory '/home/datdq/osmo/gr-gsm/build' CMakeFiles/Makefile2:1317: recipe for target 'apps/CMakeFiles/pygen_apps.dir/all' failed make[1]: [apps/CMakeFiles/pygen_apps.dir/all] Error 2 make[1]: Leaving directory '/home/datdq/osmo/gr-gsm/build' Makefile:138: recipe for target 'all' failed make: *** [all] Error 2

I can do the (cmake) but i got this error when i do the (make) i don't now how i could resolve. Please support me to fix this error. Thanks and best regards.

velichkov commented 4 years ago

Hi @dangquocdat97,

No such file or directory

Hmm, interesting! Provide the full output of the following commands

gnuradio-config-info --version
gnuradio-config-info --prefix
which grcc
/usr/local/bin/grcc  --help
ls /usr/local/bin/grcc
ls -al  /home/datdq/osmo/gr-gsm/apps/
git status
git describe