RE: Problem on calling the count_bits32() method

2020-12-15 Thread Shumin Yao
bject: Re: Problem on calling the count_bits32() method Are you linking against gnuradio-blocks? You'll need something like (depends on your GNU Radio's OOT template how this looks exactly): target_link_libraries(gnuradio-yourmodulename gnuradio::gnuradio-runtime gnuradio::gr-blocks) On 15.12.20

Re: Problem on calling the count_bits32() method

2020-12-15 Thread Marcus Müller
Are you linking against gnuradio-blocks? You'll need something like (depends on your GNU Radio's OOT template how this looks exactly): target_link_libraries(gnuradio-yourmodulename gnuradio::gnuradio-runtime gnuradio::gr-blocks) On 15.12.20 10:38, Shumin Yao wrote: > Hi, > >   > > I am