Friday, June 5, 2020

Re: Error trying to install gr-osmosdr

Hi Ellie,

On 06/06/2020 00.25, Ellie White wrote:
> Hi all,
>
> Hope you are staying safe and well. I wanted to email with a quick question
> -- I am trying to install the gr-osmosdr module and am having some
> difficulty. I followed the standard install instructions (here:
> https://github.com/igorauad/gr-osmosdr/tree/gr3.8)

Try building the master branch from http://git.osmocom.org/gr-osmosdr instead. See also https://osmocom.org/projects/gr-osmosdr/wiki

> but when I tried to run
> "cmake .." in the build directory, the installation failed with the error
> message attached here as a text file. It looks to me like maybe there are
> some other packages I need to install, but if so, I'm a little curious why
> that wasn't mentioned in the installation instructions (not trying to
> criticize the instructions at all, just want to make sure I don't have some
> unique kind of problem going on).
>
> My GNU Radio version is 3.8.1.0, and I'm running it on Ubuntu version
> 18.04.4
How did you install gnuradio and do you have the gnuradio-dev package installed on your system?

> CMake Warning (dev) at /home/ellie/anaconda2/lib/python2.7/site-packages/cmake/data/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:272 (message):

How did you install cmake? It's a bit strange that the cmake macros are in /home/ellie/anaconda2/lib/python2.7/site-packages/cmake/data/share/cmake-3.17/Modules/. You may need to uninstall this cmake version and install one from https://apt.kitware.com/

Regards,
Vasil

No comments:

Post a Comment