When attempting to sudo make install you get the following error:
CMake Error at grc/cmake_install.cmake:36 (FILE):
file INSTALL cannot find
"./funtenna/gnuradio/gr-hamming/grc/hamming_decode_bb.xml".
Call Stack (most recent call first):
cmake_install.cmake:41 (INCLUDE)
make: *** [install] Error 1
This can be fixed by editing the file at funtenna/REF_DESIGN/gnuradio/grc/CMakeLists.txt
and at line 23 changing hamming_decode_bb.xml to hamming_decode_hamming_bb.xml
When attempting to
sudo make installyou get the following error:This can be fixed by editing the file at
funtenna/REF_DESIGN/gnuradio/grc/CMakeLists.txtand at line 23 changing
hamming_decode_bb.xmltohamming_decode_hamming_bb.xml