discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] USRP RA Help!


From: Frankie Rawlins
Subject: [Discuss-gnuradio] USRP RA Help!
Date: Sun, 27 Jan 2013 11:05:21 +0000

Hope someone can help.  I am losing the will to live! I am running UBUNTU 12.10 and just want to run simple_ra.

I have run the script for UHD and GNUradio.  All appeared to go well

I have typed
svn co https://www.cgran.org/svn/projects/simple_ra also a second time when I get a message
'Checked out revision 1072'.  So, guess that also is OK.

However, the instructions for simple_ra says type 'make install'.  This is where it goes to rats!  I get this message:



address@hidden:~$ cd simple_ra
address@hidden:~/simple_ra$ make install
make: *** No rule to make target `install'. Stop.

Because there are simple_ra files in a directory named simple_ra/trunk/simple_ra

I tried this:

address@hidden:~/simple_ra/trunk$ make simple_ra
then got this message:

Nothing to be done for `simple_ra'.

However, if I ignore that and type 'simple_ra' after my normal prompt
address@hidden  I get the following:

Traceback (most recent call last):

File "/home/alpha/bin/simple_ra_receiver.py", line 10, in <module>

from gnuradio import blks2

File "/usr/local/lib/python2.7/dist-packages/gnuradio/blks2/__init__.py", line 37, in <module>

exec "from gnuradio.blks2impl.%s import *" % (f,)

File "<string>", line 1, in <module>

File "/usr/local/lib/python2.7/dist-packages/gnuradio/blks2impl/nbfm_rx.py", line 23, in <module>

from gnuradio import gr, optfir

File "/usr/local/lib/python2.7/dist-packages/gnuradio/gr/__init__.py", line 27, in <module>

from gnuradio_core import *

File "/usr/local/lib/python2.7/dist-packages/gnuradio/gr/gnuradio_core.py", line 23, in <module>

from gnuradio_core_runtime import *

File "/usr/local/lib/python2.7/dist-packages/gnuradio/gr/gnuradio_core_runtime.py", line 26, in <module>

_gnuradio_core_runtime = swig_import_helper()

File "/usr/local/lib/python2.7/dist-packages/gnuradio/gr/gnuradio_core_runtime.py", line 22, in swig_import_helper

_mod = imp.load_module('_gnuradio_core_runtime', fp, pathname, description)

ImportError: /usr/local/lib/libgnuradio-core-3.6.4git.so.0.0.0: undefined symbol: volk_64u_byteswap_u

address@hidden:~/simple_ra/trunk$


Thanks if some one can help,

Frank




reply via email to

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