I have recently updated both the uhd and gnuradio from an older version.
I cannot run my python files in this newer version. I see some of the
file
locations in gnuradio have changed.
And there are multiple such error instances when I run my python files
e.g., ofdm_utils not found, psk not found and so on.
Is there anything in general that I have to change in my python files to
get rid of these errors.
Secondly I have another query. See the steps below and kindly answer
mkdir myMainFolder
cd myMainFolder
git clone <gnuradio_repo over http>
At this stage I get a gnuradio folder in myMainFolder. If I want to have
a
code from another gnuradio repo such as <trondeau_repo> and merge both
<gnuradio_repo> and <trondeau_repo> at which level should I do this ?
4a. Is it cd /myMainFolder and do a git clone <trondeau_repo over http>
or
4b. Is it cd /myMainFolder/gnuradio and then do a git clone
<trondeau_repo
over http>
I have recently updated both the uhd and gnuradio from an older version.
I cannot run my python files in this newer version. I see some of the file
locations in gnuradio have changed.
And there are multiple such error instances when I run my python files
e.g., ofdm_utils not found, psk not found and so on.
Is there anything in general that I have to change in my python files to
get rid of these errors.