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 _______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
