discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: GNU Radio 3.9 OOT derived class


From: Alvaro Pendas Recondo
Subject: Re: GNU Radio 3.9 OOT derived class
Date: Fri, 23 Apr 2021 13:12:41 +0200

Indeed, that was the error. Now everything works fine. Thank you very much for your help.


Regards,

Álvaro

El vie, 23 abr 2021 a las 10:27, Vasil Velichkov (<vvvelichkov@gmail.com>) escribió:
Hi Alvaro,

On 23/04/2021 02.43, Alvaro Pendas Recondo wrote:
> The source code is available here https://github.com/apruhd/gr-TFMv3

You have two find_package(Gnuradio "3.9" ...) in your CMakeLists.txt - lines 77 and 177

https://github.com/apruhd/gr-TFMv3/blob/master/CMakeLists.txt#L77
https://github.com/apruhd/gr-TFMv3/blob/master/CMakeLists.txt#L177

You need to add the required components (digital, blocks, analog, ...) on line 77 and delete line 177

Regards,
Vasil

reply via email to

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