Hello all. I've been lurking for a while but this is my first post to the list, and I first wanted to take the opportunity to thank everybody responsible for GNU Radio, GRC, and the USRP. What a great set of products!

I'm using GNU Radio on an Intel MacBook Pro under OSX 10.4. Here's my main config info:
    OSX 10.4.10
    python 2.4
    GNU Radio 3.0.3
    GRC 0.65

I'm having a problem with GRC. When I try to construct a flow graph using Clock Recovery, it fails at runtime, with an error message:

Wrong number of arguments for overloaded function 'clock_recovery_mm_ff'.
  Possible C/C++ prototypes are:
    gr_make_clock_recovery_mm_ff(float,float,float,float,float)
    gr_make_clock_recovery_mm_ff(float,float,float,float)

I can construct the identical flowgraph by hand in python without using GRC and it runs fine.

I tried checking src/SignalBlkDefs/Filters.py, and I'm pretty sure the problem's in the return statement of "def ClockRecovery(sb):", but I'm not sure how to fix it.

Can anyone help?


@(^.^)@  Ed


_______________________________________________
Discuss-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to