discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Using VOLK in a new gr-block


From: Martin Braun
Subject: Re: [Discuss-gnuradio] Using VOLK in a new gr-block
Date: Fri, 04 Jul 2014 23:56:47 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0

On 07/04/2014 09:29 PM, Abhishek Bhowmick wrote:
> Hi,
> I am trying to use VOLK in a new module that will have some new fast
> blocks (hopefully). Being new to the cmake system, I have some
> difficulty in including the volk headers and linking it.
> Specifically, I am trying to figure out what changes to make to the
> CMakeLists.txt in the <new-module> directory. I tried adding the
> following lines :
> 
> include(GrComponent)
> GR_REGISTER_COMPONENT("gr-fastblocks" ENABLE_VOLK)
> 
> but still, the build process complains about volk functions being
> undeclared. I am trying to understand the cmake system to figure out a
> way, but any help in the meantime would be greatly appreciated.

Hey Abhishek,

have a look at other OOTs that use VOLK, such as gr-dvbt.
(https://github.com/BogdanDIA/gr-dvbt).

M
> 
> Abhishek Bhowmick.
> 
> _______________________________________________
> Discuss-gnuradio mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> 




reply via email to

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