Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gr-meidiatools and gr-mapper installed failed.No package 'gmp' found #578

Open
zkmartin opened this issue Jun 15, 2020 · 0 comments
Open

Comments

@zkmartin
Copy link

zkmartin commented Jun 15, 2020

I installed gnuradio using following commands:
sudo apt-get install python-pip
pip install --upgrade pip
pip install git+https://github.com/gnuradio/pybombs.git
pybombs recipes add gr-recipes git+https://github.com/gnuradio/gr-recipes.git
pybombs recipes add gr-etcetera git+https://github.com/gnuradio/gr-etcetera.git
pybombs prefix init /usr/local -a myprefix -R gnuradio-stable
pybombs install osmo-sdr rtl-sdr gnuradio dump1090 hackrf bladeRF airspy gr-iqbal libosmo-dsp gr-osmosdr gqrx
pybombs install gr-mediatools
pybombs install gr-mapper

pybombs install dump1090 makefile dose not find.

And pybombs install gr-mediatools failed.
-- Checking for module 'gmp'
-- No package 'gmp' found
-- Checking for module 'mpir >= 3.0'
-- No package 'mpir' found
GnuRadio Runtime required to compile mediatools
And I installed the gmp and mpir with the package from official website using the following commands:
$tar -jvxf gmp-6.1.2.tar.bz2
$cd gmp-6.1.2
$./configure --enable-cxx
$make
$make check
$sudo make install

But the report still shows that no package ‘gmp found and no package ‘mpir’ found。
What should I do with this?’
Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant