While compiling, I get the following error:
undefined reference to `gr::fft::window::blackman_harris(int, int)
I know that this linker error is due to not having the gnuradio linker flag in my g++ command. The problem is that I have been unable to find the correct one, and also tried -lgnuradio
and -lgr-fft
(which don't exist).
I tried searching google, but I only find CMake related threads about gnuradio, while I'm using makefile. Any help?