Advertisement
Guest User

Untitled

a guest
Aug 27th, 2018
350
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. [ 20%] Building CXX object common/src/x86emitter/CMakeFiles/x86emitter.dir/cpudetect.cpp.o
  2. In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/include/x86intrin.h:74,
  3. from /home/tear/aur/pcsx2-git/src/pcsx2/common/include/x86emitter/x86_intrin.h:24,
  4. from /home/tear/aur/pcsx2-git/src/pcsx2/common/include/Pcsx2Defs.h:36,
  5. from /home/tear/aur/pcsx2-git/src/pcsx2/common/src/x86emitter/PrecompiledHeader.h:23,
  6. from /home/tear/aur/pcsx2-git/src/pcsx2/common/src/x86emitter/cpudetect.cpp:16:
  7. /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/include/xsaveintrin.h: In member function β€˜void x86capabilities::Identify()’:
  8. /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/include/xsaveintrin.h:60:1: error: inlining failed in call to always_inline β€˜long long int _xgetbv(unsigned int)’: target specific option mismatch
  9. _xgetbv (unsigned int __A)
  10. ^~~~~~~
  11. /home/tear/aur/pcsx2-git/src/pcsx2/common/src/x86emitter/cpudetect.cpp:300:20: note: called from here
  12. if ((xgetbv(0) & 6) == 6) // XFEATURE_ENABLED_MASK[2:1] = '11b' (XMM state and YMM state are enabled by OS).
  13. make[2]: *** [common/src/x86emitter/CMakeFiles/x86emitter.dir/build.make:76: common/src/x86emitter/CMakeFiles/x86emitter.dir/cpudetect.cpp.o] Error 1
  14. make[1]: *** [CMakeFiles/Makefile2:279: common/src/x86emitter/CMakeFiles/x86emitter.dir/all] Error 2
  15. make: *** [Makefile:130: all] Error 2
  16. ==> ERROR: A failure occurred in build().
  17. Aborting...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement