I'm trying to make my own iio block. For learning, I tried making my own
FMComms2 source from gr-iio. It seems like I'm getting some linking errors.
I'm using Ubuntu 20.04.6 LTS.
c++filt _ZTIN2gr10sync_blockE
typeinfo for gr::sync_block
I'm trying to make my own iio block. For learning, I tried making my own
FMComms2 source from gr-iio. The block's been compiled and installed but
when I use the fmcomms2_source block I get this error. What did I do
wrong?[image:
image.png]
I checked the python binding and it was empty. Other blocks' python binding
were getting generated but fmcomms2 binding is empty. Why is this happening?
On Fri, Jun 9, 2023 at 11:19 AM PRANAV HINGORANI <19uec...@lnmiit.ac.in>
wrote:
> I'm trying to make my own iio block. Fo