Hi All,

I am new to GNURadio. I am having trouble installing new module in the
GNURadio.

I have successfully installed the GNURadio at location

/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages

When i try to install the new module, I follow the following steps.
1. ./bootstrap
2. ./configure
3. make check

After make check I get following error

======================================================================
ERROR: test_001_sink_ff (__main__.qa_goodney)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./qa_goodney.py", line 42, in test_001_sink_ff
    self.tb.run ()
  File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/gnuradio/gr/top_block.py",
line 103, in run
    self.start()
  File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/gnuradio/gr/top_block.py",
line 97, in start
    self._tb.start()
  File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/gnuradio/gr/gnuradio_swig_py_runtime.py",
line 1455, in start
    return _gnuradio_swig_py_runtime.gr_top_block_sptr_start(self)
RuntimeError: unable to resolve input endpoint sink_ff(0):0

----------------------------------------------------------------------

Am I missing something?

Thanks,
Sagar
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to