On Mon, May 2, 2022 at 11:26 PM George Edwards
wrote:
> Hello GNURadio Community,
>
> I am having a problem using the above function with vector parameters. If
> I use an array say:
> gr_complex my_val[240];
> volk_32fc_s32fc_multiply_32fc(my_val, my_val, scale, 240);
>
> It works! But if I chang
Hello GNURadio Community,
I am having a problem using the above function with vector parameters. If I
use an array say:
gr_complex my_val[240];
volk_32fc_s32fc_multiply_32fc(my_val, my_val, scale, 240);
It works! But if I change my_val to be a vector like below, it fails:
std::vector my_val(240)
It's possible cmake just can't find your gsl libraries.
When I installed gnuradio 10.2 on Debian12 (bookworm,) I just used
apt install libgsl-dev
-- Cinaed
On 5/1/22 04:51, stephen pearce wrote:
Linux mint 20.3
gnuradio 3.10
compiling from source
tried both git master and maint-3.10 re
On 2022-05-02 03:43, Edwin Peters wrote:
Thanks Marcus,
I rolled back to UHd 3.15 LTS and it reports the same issue (see
attached log)
Cheers,
Edwin
Thanks for trying. This is a puzzling one for sure. I've poked Ettus
R&D and am waiting to hear something.
On 30/4/22 04:08, Marcus D