Closed ckoval7 closed 4 years ago
Thanks for getting it started! I'll take a look a bit later; have to update my primary GR machine to 3.8.
Get rid of this line entirely in pocencode_impl::work
:
const float *in = (const float *) input_items[0];
It should work then. (This is a source block; there's no input, so that vector is empty. I'm surprised that didn't break in GR3.7..)
BTW, if you're planning on using this module, the wasp
branch is worth checking out.. it contains a bunch of work I did to implement FLEX and enable dynamic tuning/pages over a localhost socket (via Socket PDU).
(Also, if you ever want better debug info, at least in most cmake builds, try cmake -DCMAKE_BUILD_TYPE=debug
; that helped me isolate this right away.)
Worked like a charm, thanks! I recommend pulling into a new branch named "maint-3.8" to follow the standards set by GNURadio.
Bump
Monthly bump. Can we get this merged please?
Yep, let me make a new maint-3.8
branch and merge into that
I can't test easily until tomorrow -- but let me know if there are any issues. Sorry for the delay, and thanks again!
I'm pretty close to getting this done, but I've hit a bit of a wall. I was hoping you could take a look and notice if I missed something. It compiles fine, but when you go to run GRC flow graphs it seg faults. Here is the gdb output in case it helps: