discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] VOLK - vector multiplication


From: Martin Braun
Subject: Re: [Discuss-gnuradio] VOLK - vector multiplication
Date: Thu, 20 Mar 2014 19:47:11 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0

On 03/20/2014 07:16 PM, Nasi wrote:
> I've got this error:
> 
> 
> /tmp/ccE79VRG.o: In function `main':
> 
> t2_rx_ompalg.cc:(.text+0x6a5): undefined reference to
> `volk_32fc_x2_dot_prod_32fc'
> collect2: error: ld returned 1 exit status
> 
> I was running it inside main function as
> 
> g++ -std=c++11 t2_rx_ompalg.cc -o t2_rx_ompalg -lm -lfftw3

You need to link to VOLK, too.

M




reply via email to

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