discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Problem installing new module


From: Sagar Kapare
Subject: Re: [Discuss-gnuradio] Problem installing new module
Date: Fri, 5 Mar 2010 14:24:58 -0800

The exact same code works on two other machines, both running OSX 10.5. The sink is a locally created modules, so it is entirely possible that there is something missing in the instantiation that is being caught on only on my machine and not at others (for what reason I cannot fathom).

As an aside, another thing that might be helpful is that my python installation is partially broken: I have to move the installed .so .la files (as well as the python files) ouput from a make install from the /usr/local/lib onto the python script directory (as found during the configure step) /opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages.

On Mon, Mar 1, 2010 at 7:39 AM, Johnathan Corgan <address@hidden> wrote:
On Mon, Mar 1, 2010 at 00:41, Sagar Kapare <address@hidden> wrote:

> RuntimeError: unable to resolve input endpoint sink_ff(0):0

The runtime doesn't like a reference you are passing to a 'connect'
call.  Check what you are putting in the connect call that you are
wiring to 'sink_ff' input 0.  It should be a properly instantiated gr
block or hierarchical block.

Johnathan


reply via email to

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