discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Git repo/build oversight? volk_16u_byteswap_u_orc


From: Josh Blum
Subject: Re: [Discuss-gnuradio] Git repo/build oversight? volk_16u_byteswap_u_orc_impl????
Date: Sun, 15 Jul 2012 17:04:18 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120615 Thunderbird/13.0.1


On 07/15/2012 02:54 PM, Rick Graham wrote:
> Tried the latest build-gnuradio and it failed quickly ...
> 
> [  5%] Built target volk
> Linking CXX executable test_all
> libvolk.so.0.0.0: undefined reference to `volk_16u_byteswap_u_orc_impl'
> collect2: ld returned 1 exit status
> make[2]: *** [volk/lib/test_all] Error 1
> make[1]: *** [volk/lib/CMakeFiles/test_all.dir/all] Error 2
> make: *** [all] Error 2
> 
> 
> 

Yea, seems to be a new kernel on the "next" branch, but there is no .c
file with the implementation. Maybe the author forgot to do a git add?

> find -type f | xargs grep volk_16u_byteswap_u_orc_impl
> ./include/volk/volk_16u_byteswap_u.h:extern void 
> volk_16u_byteswap_u_orc_impl(uint16_t* intsToSwap, unsigned int num_points);
> ./include/volk/volk_16u_byteswap_u.h:    
> volk_16u_byteswap_u_orc_impl(intsToSwap, num_points);

-josh



reply via email to

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