On 03/02/2010 01:05 AM, sanam singh wrote:
> Hi,
> I am new to gnuradio.I have installed gnuradio 3.2 on ubuntu 9.04
> using the procedure mentioned in :
> http://gnuradio.org/redmine/wiki/gnuradio/DebianPackages
>
> I have successfully run benchmark_tx.py in digital folder.
> I was installing octave as mentioned in :
> http://gnuradio.org/redmine/wiki/gnuradio/Octave
>
> But when i try to do
>
> addpath("/home/sanam/gnuradio/gnuradio-core/src/utils/")
>
> I have found out that in /home/sanam there is no gnuradio folder.
> Secondly gnuradio-core folder is not present anywhere.
> I have been trying to solve this issue for past few days.
> Please help me.
>
>
>From the Octave notes for Gnu Radio:
To use the GNU Radio octave scripts, you must add the path to your
Octave path variable. This is easily done using your local ~/.octaverc
configuration file. If you check out the GNU Radio trunk to
/home/username/gnuradio/, you can add the following to ~/.octaverc:
addpath("/home/username/gnuradio/gnuradio-core/src/utils/")
Note that it mentions "If you check out the Gnu Radio trunk". Which you
haven't done
if you installed from a "packaged" install.
Near as I can tell, the packaged installs don't install the "utils" files.
So, do a trunk source-code checkout into your home directory, and
everything should be fine:
git clone http://gnuradio.org/git/gnuradio.git
--
Marcus Leech
Principal Investigator
Shirleys Bay Radio Astronomy Consortium
http://www.sbrac.org
_______________________________________________
Discuss-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio