Forums › BB Series Discussions › GNU Radio with BB60C
- This topic has 1 reply, 2 voices, and was last updated 1 year, 8 months ago by Roger.
- AuthorPosts
AKumarParticipantISSUE::
I was working with GNU radio and signal hound BB60C spectrum analyser and was trying to install a gr block to connect BB60C to gnu companion.I cloned this repository : – https://github.com/SignalHound/gr-bb60
and have encountered this error while building the gr block.command : cmake ..
Terminal output —————————————————————————->
CMake Error at cmake/Modules/GrSwig.cmake:206 (GR_LIBTOOL):
Unknown CMake command “GR_LIBTOOL”.
Call Stack (most recent call first):
swig/CMakeLists.txt:55 (GR_SWIG_INSTALL)
<—————————————————————————————————>
system configurations:
OS: Ubuntu 20.04 LTS
GNU version: 3.9
Python version: 3.10Can you please help me with resolving the error.
RogerModeratorHi Ajaykumar,
It looks like an outdated version of the Signal Hound BB60 GNU Radio module is being used. This could be either because the repository was cloned before GNU Radio 3.9 support was added in August 2022, or because the 3.7 maintenance branch is being used (maint-3.7). Swig is not used in 3.9, and those swig directories and makefiles do not exist in the current codebase.
To solve this, you can clone the current repository, pull the latest changes, or if your repo is up to date, checkout the master branch.
Let me know if you continue to have issues.
Roger
- AuthorPosts
You must be logged in to reply to this topic.