My first guess is that you have gnuradio modules installed on more than
one place in your system; older modules compiled without the printfs are
being used, and the newer ones have second priority in the search path.
Try a sudo make uninstall, and run your program, you should get errors.
Tha
My first guess is that you have gnuradio modules installed on more than
one place in your system; older modules compiled without the printfs are
being used, and the newer ones have second priority in the search path.
Try a sudo make uninstall, and run your program, you should get errors.
My se
I am unable to print from C++ code in gnuradio. I have tried various
combinations of included libraries and different types of print statements
in my C++ code. However, nothing that I have tried yet (see some attempts
below) has let me see any output from the command terminal (where my printed
p