ImportError: undefined symbol: _ZTIN2gr10sync_blockE

2023-06-06 Thread PRANAV HINGORANI
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

gnuradio.test' has no attribute 'fmcomms2_source_fc32

2023-06-08 Thread PRANAV HINGORANI
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]

Re: gnuradio.test' has no attribute 'fmcomms2_source_fc32

2023-06-10 Thread PRANAV HINGORANI
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