Advertisement
Guest User

Untitled

a guest
Dec 18th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. /home/maxime/Documents/dolphin-emu-5.0-321/Source/Core/Common/x64CPUDetect.cpp:39:12: error: ambiguating new declaration of ‘u64 _xgetbv(u32)’
  2. static u64 _xgetbv(u32 index)
  3. ^~~~~~~
  4. In file included from /usr/lib/gcc/x86_64-linux-gnu/8/include/x86intrin.h:74,
  5. from /home/maxime/Documents/dolphin-emu-5.0-321/Source/Core/Common/Intrinsics.h:12,
  6. from /home/maxime/Documents/dolphin-emu-5.0-321/Source/Core/Common/x64CPUDetect.cpp:10:
  7. /usr/lib/gcc/x86_64-linux-gnu/8/include/xsaveintrin.h:60:1: note: old declaration ‘long long int _xgetbv(unsigned int)’
  8. _xgetbv (unsigned int __A)
  9. ^~~~~~~
  10. /home/maxime/Documents/dolphin-emu-5.0-321/Source/Core/Common/x64CPUDetect.cpp:39:12: warning: ‘u64 _xgetbv(u32)’ defined but not used [-Wunused-function]
  11. static u64 _xgetbv(u32 index)
  12. ^~~~~~~
  13. make[2]: *** [Source/Core/Common/CMakeFiles/common.dir/build.make:596: Source/Core/Common/CMakeFiles/common.dir/x64CPUDetect.cpp.o] Error 1
  14. make[1]: *** [CMakeFiles/Makefile2:604: Source/Core/Common/CMakeFiles/common.dir/all] Error 2
  15. make: *** [Makefile:163: all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement