discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Error undefined Symbol


From: Vasil Velichkov
Subject: Re: Error undefined Symbol
Date: Mon, 18 Mar 2024 12:33:05 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.15.1

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]