We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When attempting to sudo make install you get the following error:
sudo make install
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
funtenna/REF_DESIGN/gnuradio/grc/CMakeLists.txt
and at line 23 changing hamming_decode_bb.xml to hamming_decode_hamming_bb.xml
hamming_decode_bb.xml
hamming_decode_hamming_bb.xml
The text was updated successfully, but these errors were encountered:
Hi this error still happening. Thanks perks
Sorry, something went wrong.
No branches or pull requests
When attempting to
sudo make install
you get the following error: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
tohamming_decode_hamming_bb.xml
The text was updated successfully, but these errors were encountered: