You can get to older versions by checking them out with git.
git checkout v3.7.11
To see all the available tags.
git tag
I'm not sure why you're not seeing the block parameter colors. The
latest version (3.7.12git-218-g811bee8c) is working fine here on Ubuntu
16.04.
Ron
On 08/11/2017 01:3
Hello Ali,
I don't know about #1. Can you share the full version string and some info
about your OS?
For #2:
You can checkout the release tag for 3.7.11
https://github.com/gnuradio/gnuradio/releases/tag/v3.7.11
$ git checkout v3.7.11
$ git submodule update
Regards,
Derek
On Fri, Aug 11, 2017 a
Hi all,
i use the following command to get the code:
$ git clone --recursive https://github.com/gnuradio/gnuradio.git
when i install from source ($mkdir build; cd build; cmake ../; make; sudo
make install; sudo ldconfig) the installed version is v3.7.12
($gnuradio-config-info --version) and i ha
Nice to hear, that you have made progress Wolfgang.
GL with the rest
73s
Erik OZ4KK
O.k.
I managed to make it work by removing every file named *usrp* or
*gnuradio* and reinstalling gnuradio and uhd from the repository.
Now the examples seem to work on my usrp1.
But I am quite desperate at
O.k.
I managed to make it work by removing every file named *usrp* or
*gnuradio* and reinstalling gnuradio and uhd from the repository.
Now the examples seem to work on my usrp1.
But I am quite desperate at getting my old python code to work. I have
programmed a vector-network-analyzer.
I used
This error is saying that GR-UHD was built against an older version of UHD
than you're using now, a 3.4.* version from the looks of it. To fix this,
rebuild GR-UHD against your current UHD.
cd (GNU Radio build directory)/gr-uhd
make clean
sudo make install
On Thu, May 2, 2013 at 1:01 PM, Wolfgan
Hi Erik,
thanks - I managed to install gnuradio that way. When trying to run a
usrp example I get the following error-message:
examples/uhd# ./usrp_wfm_rcv_nogui.py
linux; GNU C++ version 4.7.2 20130108 [gcc-4_7-branch revision 195012];
Boost_104900; UHD_003.005.002-61-g08624153
Traceback (most
Wolfgang.
For opensuse 12.3 the repos are here:
http://download.opensuse.org/repositories/home:/dl8fcl/
GL
73s
Erik OZ4KK
> I am trying to install gnuradio on a new
> computer running suse 12.3 to use it with my
> usrp.
>
> upon cmake I keep getting the message:
> "Could Not find PythonLibs"
I am trying to install gnuradio on a new computer running suse 12.3 to
use it with my usrp.
upon cmake I keep getting the message:
"Could Not find PythonLibs".
Any hint what rpm or sources I need to install on Suse 12.3 would be
great. Or maybe what libraries cmake is looking for.
python is inst
Hi Omer,
Increasing your swap space should do the trick. Just run the following
command:
*sudo apt-get install dphys-swapfile
Edit the following config file and reboot:
/etc/dphys-swapfile
*Man page about the tool and config parameters:*
http://manpages.ubuntu.com/manpages/precise/man8/dphy
hi, i have a system PC OF 512 MB RAM and 1.8 GHz processor and 40 GB hard
disk.My system halts by writing the make command of making GNURADIO and it
reaches at 40% and then system gets halts.kindly tell me what will be solution
of this problem.should I Increase my RAM?
__
Nella citazione in data Wed Mar 7 17:28:33 2012, mle...@ripnet.com ha
scritto:
The other approach for Ubuntu is:
http://www.sbrac.org/files/build-gnuradio
Takes care of dependencies, etc.
On Wed, 7 Mar 2012 08:06:34 -0800, Nick Foster wrote:
On Wed, Mar 7, 2012 at 5:15 AM, senthil murugan
m
The other approach for Ubuntu is:
http://www.sbrac.org/files/build-gnuradio
Takes care of
dependencies, etc.
On Wed, 7 Mar 2012 08:06:34 -0800, Nick Foster
wrote:
> On Wed, Mar 7, 2012 at 5:15 AM, senthil murugan wrote:
>
>>
Hi all,
>>
>> I have error when making gnuradio 3.4.2 in Ubu
On Wed, Mar 7, 2012 at 5:15 AM, senthil murugan wrote:
> Hi all,
>
> I have error when making gnuradio 3.4.2 in Ubuntu 11.10 system. I googled
> the error but i didn't get any materials to solve this issue.
>
You need to install libxi. On Ubuntu 11.10 the package is "libxi6".
--n
>
> Could any
Hi all,
I have error when making gnuradio 3.4.2 in Ubuntu 11.10 system. I googled
the error but i didn't get any materials to solve this issue.
Could anyone please help me in this regard:
/usr/bin/ld: cannot find -lXi
collect2: ld returned 1 exit status
make[5]: *** [libgnuradio-qtgui.la] Error
I have installed libusb in Fedora 15 (it is installed in /lib64)
ls /lib64/libusb*
lrwxrwxrwx. 1 root root19 Oct 5 16:17 /lib64/libusb-0.1.so.4 ->
libusb-0.1.so.4.4.4
-rwxr-xr-x. 1 root root 20376 Jun 22 04:09 /lib64/libusb-0.1.so.4.4.4
-rw-r--r--. 1 root root 85498 Feb 8 2011 /lib64/libusb
Greg,
As you can read on my last message, the "trick" didn't work for me. I
saw that you're running the "Fedora/Ubuntu Installation script", I
also try it, but the same error occurs to me.
About the community, yes they are such good people! They helped me a
lot in the past.
Marcus,
I agree with
On 09/03/2011 01:16 PM, Greg Le Sage wrote:
I have a particular error that I have been unable to find described. I
would appreciate advice. I have searched very extensively and put in
many hours.
I performed a new install of Ubuntu 11.04 on a PC (Dell Precision
M6300), downloaded and performed s
Greg,
I'm getting the same error. I read in another forum that this problem
is solved changing the LD_LIBRARY_PATH value:
export LD_LIBRARY_PATH="/usr/local/lib:/usr/lib:$LD_LIBRARY_PATH"
But, I've try it with no effect. I'm on Ubuntu 10.04.
Thanks in advance,
Ronaldo
On Sat, Sep 3, 2011 at 2
I have a particular error that I have been unable to find described. I
would appreciate advice. I have searched very extensively and put in
many hours.
I performed a new install of Ubuntu 11.04 on a PC (Dell Precision
M6300), downloaded and performed sudo bash build-gnuradio.sh, after
modifying it
Eric Blossom wrote:
>
> We fixed a Python 2.6 related quite a while ago. Have you tried
> updating to a more recent version of the trunk (or git if you like)?
>
> Eric
>
As a test, I uninstalled gnuradio and then re-installed it. I was not too
clear on the correct process for this, based on
On Wed, Sep 09, 2009 at 10:30:16PM -0700, DDKK wrote:
>
> I am wondering if this is some kind of pythonpath setup error that I'm
> making.
>
> I get the same error if I just import the gr definition from gnuradio in the
> python interpreter. It gives me the same error message the first time,
> a
I am wondering if this is some kind of pythonpath setup error that I'm
making.
I get the same error if I just import the gr definition from gnuradio in the
python interpreter. It gives me the same error message the first time,
although it *doesn't* complain on the second and subsequent import at
Following the advice at http://gnuradio.org/trac/wiki/UbuntuInstall, I
installed the Jaunty version of the Ubuntu distro. on my PC and the , hoping
for a clean installation of the gnuradio code in a Linux environment (gnuradio
version 3.2.2-1, according to the synaptic code manager). I am tryin
I followed the instructions given in
http://gnuradio.org/trac/wiki/FFTWInstall but still had no success. Eric,
suggested installing the fftw-devel package. I used the source fftw-3.2.2
and wouldn't this be all I need. The PKG_CONFIG_PATH was set too but still
had no success.
The output of pkg-conf
On Fri, Aug 07, 2009 at 12:16:31AM -0500, Mir M. Ali wrote:
> Hi,
> I have a problem installing gnuradio on Centos-5. I installed fftw-3.2.2 and
> ran the configure script in gnuradio. It shows this error as it cant find
> the fftw3f.
>
> ecking for FFTW3F... configure: error: Package requirements
Hi,
I have a problem installing gnuradio on Centos-5. I installed fftw-3.2.2 and
ran the configure script in gnuradio. It shows this error as it cant find
the fftw3f.
ecking for FFTW3F... configure: error: Package requirements (fftw3f >= 3.0)
were not met:
No package 'fftw3f' found
Consider adju
I have just upgraded to Ubuntu 8.10 on my 64-bit machine (a few weeks ago).
Did you do this? (which is on the wiki):
Because Debian and Ubuntu apply a poorly implemented "enhancement" to the
upstream version of libtool, they break the ability to test code and
libraries prior to installing them. W
Hi,
My system info:
uname -a
Linux user 2.6.27-9-generic #1 SMP Thu Nov 20 22:15:32 UTC 2008 x86_64
GNU/Linux
I have been using gnuradio/usrp on 32 bit ubuntu for a while, never have
problem with installation. Yesterday, I decided to switch to 64 bit ubuntu
and install gnuradio follow the proced
teka yemane wrote:
hello there,
I was installing gnuradio-3.1.3 in windows using cygwin. The "./configure"
worked fine but the "make" command results in the follwing error:
ar: .libs/gr_hier_block2.o: No such file or directory
make[5]: *** [libruntime.la] Error 1
make[5]: Leaving directory `/us
hello there,
I was installing gnuradio-3.1.3 in windows using cygwin. The "./configure"
worked fine but the "make" command results in the follwing error:
ar: .libs/gr_hier_block2.o: No such file or directory
make[5]: *** [libruntime.la] Error 1
make[5]: Leaving directory `/usr/src/gnuradio-3.1.3
>
> Since they only have swig 1.3.29 installed, I installed myself 1.3.36 on
> my space (at least as a temporary solution).
>
> Now when I run "configure" in gnuradio it does not recognize the new
> swig, but the old one...
> In addition, after "configure" is run, when I do "which swig" I get the
>
On Thu, Oct 23, 2008 at 10:31:19AM -0400, Achilleas Anastasopoulos wrote:
> Hi,
>
> I am trying to install gnuradio on a Linux system for which I am not the
> owner (university-wide computing at U of Michigan).
> Since they only have swig 1.3.29 installed, I installed myself 1.3.36 on
> my space (a
Hi,
I am trying to install gnuradio on a Linux system for which I am not the
owner (university-wide computing at U of Michigan).
Since they only have swig 1.3.29 installed, I installed myself 1.3.36 on
my space (at least as a temporary solution). I also added the path to
the new swig in my path
"Nan Zhang" <[EMAIL PROTECTED]> wrote:
I tried to install numpy under cygwin using the method given in
http://gnuradio.org/trac/wiki/NumpyInstall as follows
cd /usr/src
tar zxf numpy-1.0.3.1.tar.gz
cd numpy-1.0.3.1
python setup.py install
but always failed. Could someone help?
You need to b
I tried to install numpy under cygwin using the method given in
http://gnuradio.org/trac/wiki/NumpyInstall as follows
cd /usr/src
tar zxf numpy-1.0.3.1.tar.gz
cd numpy-1.0.3.1
python setup.py install
but always failed. Could someone help? Beside that, I have a python and
numpy installed under wi
36 matches
Mail list logo