Advertisement
Guest User

Untitled

a guest
Nov 1st, 2018
575
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/include/x86intrin.h:74,
  2. from /tmp/pamac-build/pcsx2-git/src/pcsx2/common/include/x86emitter/x86_intrin.h:24,
  3. from /tmp/pamac-build/pcsx2-git/src/pcsx2/common/include/Pcsx2Defs.h:36,
  4. from /tmp/pamac-build/pcsx2-git/src/pcsx2/common/src/x86emitter/PrecompiledHeader.h:23,
  5. from /tmp/pamac-build/pcsx2-git/src/pcsx2/common/src/x86emitter/cpudetect.cpp:16:
  6. /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/include/xsaveintrin.h: In member function ‘void x86capabilities::Identify()’:
  7. /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/include/xsaveintrin.h:60:1: error: inlining failed in call to always_inline ‘long long int _xgetbv(unsigned int)’: target specific option mismatch
  8. _xgetbv (unsigned int __A)
  9. ^~~~~~~
  10. /tmp/pamac-build/pcsx2-git/src/pcsx2/common/src/x86emitter/cpudetect.cpp:300:20: note: called from here
  11. if ((xgetbv(0) & 6) == 6) // XFEATURE_ENABLED_MASK[2:1] = '11b' (XMM state and YMM state are enabled by OS).
  12. make[2]: *** [common/src/x86emitter/CMakeFiles/x86emitter.dir/build.make:76: common/src/x86emitter/CMakeFiles/x86emitter.dir/cpudetect.cpp.o] Błąd 1
  13. make[1]: *** [CMakeFiles/Makefile2:279: common/src/x86emitter/CMakeFiles/x86emitter.dir/all] Błąd 2
  14. make: *** [Makefile:130: all] Błąd 2
  15. ==> BŁĄD: Wystąpił błąd w build().
  16. Przerywam...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement