Advertisement
Guest User

GNURadio OS X compilation error

a guest
Oct 23rd, 2014
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.17 KB | None | 0 0
  1. In file included from /Users/stefan/Documents/gnuradio/build/volk/lib/volk_machine_avx_64_mmx.c:105:
  2. /Users/stefan/Documents/gnuradio/volk/kernels/volk/volk_32fc_deinterleave_32f_x2.h:61:14: error:
  3. index for __builtin_shufflevector must be a constant integer
  4. iValue = _mm256_shuffle_ps(complex1, complex2, realMask);
  5. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  6. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/avxintrin.h:342:17: note:
  7. expanded from macro '_mm256_shuffle_ps'
  8. (__m256)__builtin_shufflevector((__v8sf)__a, (__v8sf)__b, \
  9. ^
  10. In file included from /Users/stefan/Documents/gnuradio/build/volk/lib/volk_machine_avx_64_mmx.c:105:
  11. /Users/stefan/Documents/gnuradio/volk/kernels/volk/volk_32fc_deinterleave_32f_x2.h:61:12: error:
  12. assigning to '__m256' from incompatible type 'void'
  13. iValue = _mm256_shuffle_ps(complex1, complex2, realMask);
  14. ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  15. /Users/stefan/Documents/gnuradio/volk/kernels/volk/volk_32fc_deinterleave_32f_x2.h:63:14: error:
  16. index for __builtin_shufflevector must be a constant integer
  17. qValue = _mm256_shuffle_ps(complex1, complex2, imagMask);
  18. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  19. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/avxintrin.h:342:17: note:
  20. expanded from macro '_mm256_shuffle_ps'
  21. (__m256)__builtin_shufflevector((__v8sf)__a, (__v8sf)__b, \
  22. ^
  23. In file included from /Users/stefan/Documents/gnuradio/build/volk/lib/volk_machine_avx_64_mmx.c:105:
  24. /Users/stefan/Documents/gnuradio/volk/kernels/volk/volk_32fc_deinterleave_32f_x2.h:63:12: error:
  25. assigning to '__m256' from incompatible type 'void'
  26. qValue = _mm256_shuffle_ps(complex1, complex2, imagMask);
  27. ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  28. In file included from /Users/stefan/Documents/gnuradio/build/volk/lib/volk_machine_avx_64_mmx.c:107:
  29. /Users/stefan/Documents/gnuradio/volk/kernels/volk/volk_32fc_deinterleave_imag_32f.h:57:14: error:
  30. index for __builtin_shufflevector must be a constant integer
  31. qValue = _mm256_shuffle_ps(complex1, complex2, imagMask);
  32. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  33. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/avxintrin.h:342:17: note:
  34. expanded from macro '_mm256_shuffle_ps'
  35. (__m256)__builtin_shufflevector((__v8sf)__a, (__v8sf)__b, \
  36. ^
  37. In file included from /Users/stefan/Documents/gnuradio/build/volk/lib/volk_machine_avx_64_mmx.c:107:
  38. /Users/stefan/Documents/gnuradio/volk/kernels/volk/volk_32fc_deinterleave_imag_32f.h:57:12: error:
  39. assigning to '__m256' from incompatible type 'void'
  40. qValue = _mm256_shuffle_ps(complex1, complex2, imagMask);
  41. ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  42. 6 errors generated.
  43. make[2]: *** [volk/lib/CMakeFiles/volk.dir/volk_machine_avx_64_mmx.c.o] Error 1
  44. make[1]: *** [volk/lib/CMakeFiles/volk.dir/all] Error 2
  45. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement