On Tue, Feb 21, 2012 at 10:45, John Coppens <j...@jcoppens.com> wrote:

> After successful compilation, on running, I find that xxx/top_block.py
> contains the following:
>
>                self.gr_matfile_source_1 = -------->
>                cannot find 'repeat': gr.matfile_source($file, $repeat)
>                <--------
>
> which, of course, generates a syntax error. As commented before, I
> copied the code from the wavfile_source code, and 'repeat' is still
> defined in the .cc, .h files.
>
> What generates this error?

That comes from an error in the GRC XML wrapper for your block, and
happens when there is no <param></param> section for 'repeat', or at
least something like that.

Johnathan

_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to