Hi John_w_g - The error you're encountering indicates that the version of UHD
isn't compatible with the version of gr-uhd -- which is part of the overall GNU
Radio install. I'd guess that GNU Radio was installed, and then UHD was
updated. Generally the solution is to reinstall GNU Radio while ke
On Fri, Sep 17, 2010 at 7:08 AM, zhang wei wrote:
>
> The log is as following:
>
> cl...@ubuntu:~$ gnuradio-companion
> <<< Welcome to GNU Radio Companion v3.3.1git-53-gc81312ce >>>
>
> Loading: "/home/cliff/t1.grc"
Done
>
> Showing: "/home/cliff/t1.grc"
>
> Generating: "/home/cliff/top_block
The log is as following:
cl...@ubuntu:~$ gnuradio-companion
<<< Welcome to GNU Radio Companion v3.3.1git-53-gc81312ce >>>
Loading: "/home/cliff/t1.grc"
>>> Done
Showing: "/home/cliff/t1.grc"
Generating: "/home/cliff/top_block.py"
Executing: "/home/cliff/top_block.py"
>>> Done
>>
Hi Rakesh
Thanks a lot.
The grc have run after adding the PYTHONPATH.
I tested the grc using the simple blocks:
--> -->
(Accessories is Capture Screen )
And then press "Execute " button
Howerver, I can't see the waveform.
Why?
Cli
Hello Zhang,
export PYTHONPATH=$PYTHONPATH:/usr/local/lib/python2.6/dist-packages
should probably fix the error. Make sure the path specified above exists and
contains the python gnuradio packages.
Cheers,
Rakesh
On Fri, Sep 17, 2010 at 8:01 AM, zhang wei wrote:
> Hi Guys,
>
>I have
Hi Guys,
I have done the following steps on my Ubuntu10.04:
git clone http://gnuradio.org/git/gnuradio.git
./bootstrap,
./configure,
make and
sudo make install.
All still seems to be OK.
However, I run
"$ gnuradio-companion
Tr