..:: PCSX2 Forums ::..

Full Version: [Compile] Undefined reference to 'x86Emitter::xRegisterInt::xRegisterInt()'
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
As the title says, when trying to link the executable I get this error:
Code:
/usr/bin/ld: CMakeFiles/PCSX2.dir/x86/iR3000A.cpp.o: in function `recResetIOP()':
iR3000A.cpp:(.text+0x2c3e): undefined reference to `x86Emitter::xRegisterInt::xRegisterInt()'
collect2: error: ld returned 1 exit status
make[2]: *** [pcsx2/CMakeFiles/PCSX2.dir/build.make:8007: pcsx2/pcsx2] Error 1
make[1]: *** [CMakeFiles/Makefile2:1037: pcsx2/CMakeFiles/PCSX2.dir/all] Error 2
make: *** [Makefile:136: all] Error 2

I am on Debian 11.3 Bullseye Stable
What source are you using? Latest git or some (old) release? Which instructions did you follow (Link please)?
(06-29-2022, 05:16 PM)XXXBold Wrote: [ -> ]What source are you using? Latest git or some (old) release? Which instructions did you follow (Link please)?

Thank you for responding. It seems whatever was the issue back then has since been fixed. It builds perfectly fine now (although I need to use Clang due to a different bug cropping up).