discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Still problems building gr 3.4.2 / Debian


From: Tom Tsou
Subject: Re: [Discuss-gnuradio] Still problems building gr 3.4.2 / Debian
Date: Fri, 2 Aug 2013 21:51:59 +0200

On Fri, Aug 2, 2013 at 11:38 PM, Ralph A. Schmid <address@hidden> wrote:
> Bootstrap gives this error:
>
> address@hidden:~/gnuradio-3.4.2$ ./bootstrap
> configure.ac:24: warning: AM_INIT_AUTOMAKE: two- and three-
> arguments forms are deprecated.  For more info, see:
> configure.ac:24:
> http://www.gnu.org/software/automake/manual/automake.html#Modernize-
> AM_005fINIT_005fAUTOMAKE-invocation
> python: can't open file 'gen/volk_register.py': [Errno 2] No such file or
> directory
> mv: cannot stat `gen/lib/Makefile.am': No such file or directory
> address@hidden:~/gnuradio-3.4.2$

Not good. Try this from the beginning. It built on my Fedora 19
machine 30 seconds ago.

$ git clone -b fedora17 git://github.com/ttsou/gnuradio.git

$ ./bootstrap

$ ./configure --disable-volk --with-fusb-tech=libusb1 --disable-usrp2
--disable-gr-msdd6000 --disable-gr-audio --disable-gr-atsc
--disable-gr-cvsd-vocoder --disable-gr-gpio
--disable-gr-gsm-fr-vocoder --disable-gr-noaa --disable-gr-pager
--disable-gr-radar-mono --disable-gr-radio-astronomy
--disable-gr-trellis --disable-gr-wxgui --disable-gr-sounder
--disable-gr-utils --disable-gnuradio-examples --disable-grc
--disable-docs

...
*********************************************************************
The following GNU Radio components have been successfully configured:

config
gruel
usrp

$ make
$ make install

  -TT



reply via email to

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