Hi all,
I'm trying to build gr-iio but it breaks on the unavailability of some gnu radio source files
Using this procedure:
git clone github.com/.../gr-iio.gitcd gr-iiocmake ..make
fatal error: gnuradio/analog/sig_source_f.h: No such file or directory #include <gnuradio/analog/sig_source_f.h> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~compilation terminated.lib/CMakeFiles/gnuradio-iio.dir/build.make:337: recipe for target 'lib/CMakeFiles/gnuradio-iio.dir/iio_math_impl.cc.o' failedmake[2]: *** [lib/CMakeFiles/gnuradio-iio.dir/iio_math_impl.cc.o] Error 1CMakeFiles/Makefile2:135: recipe for target 'lib/CMakeFiles/gnuradio-iio.dir/all' failedmake[1]: *** [lib/CMakeFiles/gnuradio-iio.dir/all] Error 2Makefile:129: recipe for target 'all' failedmake: *** [all] Error 2
I built gnuradio 3.8.0 following the recipe below (running on Ubuntu Bionic 18.04 with python3 installed).
https://wiki.gnuradio.org/index.php/InstallingGR#From_Source
Gnuradio stand alone works, libiio works fine, python bindings also.
I presume gnuradio needs to install the include files to be able to build gr-iio correctly. Is there a quick fix?
Thanks