discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Re: CVS gr-build module


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] Re: CVS gr-build module
Date: Wed, 29 Sep 2004 15:55:04 -0700
User-agent: Mutt/1.4.1i

On Wed, Sep 29, 2004 at 11:37:33PM +0100, MATTHEW BURNHAM wrote:
> On Tue, 28 Sep 2004 18:20:52 -0700, Eric Blossom
> wrote:
> > I forgot to mention, there's now a new module in CVS
> called gr-
> > build. It makes working with all the modules in CVS
> much easier.
> > First checkout gr-build.  Then use its tools to
> checkout and build
> > the rest.  It's much easier than doing it all by
> hand.
> >
> 
> I had a go with this this evening. Had a few issues
> getting all the required dependencies together again
> (just reinstalled my Linux distro and decided to have
> a play with Fedora - what do most people messing with
> GNURadio use? I'm sure I had less problems with
> Debian, but maybe that's because I could work apt-get
> better than I can rpm/yum).

I'm using Mandrake 9.2, 10.0 "Official" and 10.1 "Community". 

I know that some are using Fedora Core 2, but I found that at least on
my P4 server, it wasn't ready for prime time.  There are definitely
some Debian users in the crowd too.

> I noted that sdcc is required for the usrp stuff which
> I didn't spot in the README. Also the README that
> refers to swig version 1.3.21, it seems that 1.3.22 is
> now needed, perhaps this could be updated in the
> README.

Thanks for pointing these out.

> I modified the for-all-dirs script to avoid the mc4020
> stuff as I got errors in that dir

Just remove the mc4020 and gr-mc4020 directories after checking them
out.  Perhaps the checkout script should have --exclude=mc4020
and --exclude=usrp options to avoid checking out the hardware dependent
stuff.

>  - having just looked at the website, I'm guessing I was missing the
>  driver.  > Don't have the board, so am assuming that leaving it >
>  out won't break anything.

The mc4020 driver needs a bit of work for 2.6.  Actually, I've got a
patch that's supposed to handle it, but it would be great if a single
tarball would build on both 2.4 and 2.6 kernels.  Anybody interested
in making this happen?

> The build script worked a treat though, and I was
> pleased to get sound out with the dialtone generator.
> It may be worth a note in the README regarding the
> need to set up sudo correctly, as I was a bit puzzled
> at the Password: prompt until I dug into the script
> and fixed my sudo config.

Good idea.

> I got a "ImportError: No module named wx" error when
> trying to run the fftsink.py file in the wxgui stuff.
> I presume its just a problem with setting up a path
> somewhere, much as when PYTHONPATH isn't present. I've
> installed the latest wxPython from source.

Where did you install wxPython?  If it's in
/usr/lib/python-2.3/site-packages, it should work as is.
In general you'll need PYTHONPATH=/usr/local/lib/python-2.3/site-packages 
for the default install of gnuradio.

Thanks again for the feedback.

Eric




reply via email to

[Prev in Thread] Current Thread [Next in Thread]