Re: Regarding the error in creating an OOT module in GR3.9

2021-08-10 Thread Volker Schroer
I think you have a version mix. gnuradio 3.9 uses std::shared_ptr but you boost::shared_ptr which is 3.8 So you need a version of gr-packetizer that supports 3.9. -- Volker Am 09.08.21 um 11:42 schrieb Yash Agrawal 18410 via GNU Radio, the Free & Open-Source Toolkit for Software Radio: Hello

Regarding the error in creating an OOT module in GR3.9

2021-08-09 Thread GNU Radio, the Free & Open-Source Toolkit for Software Radio
Hello everyone, am currently working on the project "'Implementation of a packet encoder/decoder pair in the GNU radio framework'".I am getting some serious errors while running the project on the above mentioned environment shown as:

Regarding the error in creating an OOT module in GR3.9

2021-08-07 Thread GNU Radio, the Free & Open-Source Toolkit for Software Radio
Hello everyone, I am currently working on gnuradio 3.9 on ubuntu 18.04 and currently facing an error while creating an OOT module using the terminal which is shown as: merlin@merlin:~/yash$ gr_modtool newmod packetizer Creating out-of-tree module in ./gr-packetizer... Traceback (most recent call