Hello,
I have a question use GNU radio with pluto.
I going through steps described here: https://wiki.analog.com/resources/tools-software/linux-software/gnuradio
In step "install and build gr-iio" I have an issue with make step:
home/tomas/prj/Pluto/gr-iio/lib/iio_math_impl.cc:30:10: 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' failed
make[2]: *** [lib/CMakeFiles/gnuradio-iio.dir/iio_math_impl.cc.o] Error 1
CMakeFiles/Makefile2:135: recipe for target 'lib/CMakeFiles/gnuradio-iio.dir/all' failed
make[1]: *** [lib/CMakeFiles/gnuradio-iio.dir/all] Error 2
Makefile:129: recipe for target 'all' failed
make: *** [all] Error 2
After googling, a found this page, with information that with GNU Radio 3.8 I have to use another branch:
https://ez.analog.com/adieducation/university-program/f/q-a/117130/gr-iio-update-for-gnuradio-3-8-x
So cloned mentioned branch. But I get another error:
tomas@tomas-HP:~/prj/Pluto/gr-iio-upgrade-3.8$ make
make[2]: *** No rule to make target '/usr/lib/x86_64-linux-gnu/liborc-0.4.so', needed by 'lib/libgnuradio-iio.so....'. Stop.
CMakeFiles/Makefile2:135: recipe for target 'lib/CMakeFiles/gnuradio-iio.dir/all' failed
make[1]: *** [lib/CMakeFiles/gnuradio-iio.dir/all] Error 2
Makefile:129: recipe for target 'all' failed
make: *** [all] Error 2
Please, could anybody help me with that?
Happy Easter!
Tomas