Monday, March 18, 2024

Re: Error undefined Symbol

Hi Daniel,

On 18/03/2024 11.00, Daniel González Martínez wrote:
> find_package(Gnuradio "3.10" REQUIRED COMPONENTS fft digital)

> The following imported targets are referenced, but are missing:
> gnuradio::gnuradio-filter gnuradio::gnuradio-blocks
> gnuradio::gnuradio-analog
>
> It is a problem with digital library, but I don't know how to fix it.

You need to add filter, blocks and analog to to Gnuradio COMPONENTS list:

find_package(Gnuradio "3.10" REQUIRED COMPONENTS filter blocks analog fft digital)

Regards,
Vasil

No comments:

Post a Comment