Skip to content

Instantly share code, notes, and snippets.

@Johnnynator
Created November 1, 2018 18:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Johnnynator/e18d59274451cff890b7235009d2e93d to your computer and use it in GitHub Desktop.
Save Johnnynator/e18d59274451cff890b7235009d2e93d to your computer and use it in GitHub Desktop.
[ 99%] Linking CXX executable PPSSPPSDL
In file included from /builddir/ppsspp-1.7.1/ppsspp-1.7.1/unittest/TestX64Emitter.cpp:2:
/builddir/ppsspp-1.7.1/ppsspp-1.7.1/Core/MIPS/x86/RegCacheFPU.h:76:23: error: 'NUM_X_FPREGS' was not declared in this scope
X64CachedFPReg xregs[NUM_X_FPREGS];
^~~~~~~~~~~~
/builddir/ppsspp-1.7.1/ppsspp-1.7.1/Core/MIPS/x86/RegCacheFPU.h:76:23: note: suggested alternative: 'NUM_MIPS_FPRS'
X64CachedFPReg xregs[NUM_X_FPREGS];
^~~~~~~~~~~~
NUM_MIPS_FPRS
In file included from /builddir/ppsspp-1.7.1/ppsspp-1.7.1/unittest/TestX64Emitter.cpp:2:
/builddir/ppsspp-1.7.1/ppsspp-1.7.1/Core/MIPS/x86/RegCacheFPU.h:231:23: error: 'NUM_X_FPREGS' was not declared in this scope
X64CachedFPReg xregs[NUM_X_FPREGS];
^~~~~~~~~~~~
/builddir/ppsspp-1.7.1/ppsspp-1.7.1/Core/MIPS/x86/RegCacheFPU.h:231:23: note: suggested alternative: 'NUM_MIPS_FPRS'
X64CachedFPReg xregs[NUM_X_FPREGS];
^~~~~~~~~~~~
NUM_MIPS_FPRS
/builddir/ppsspp-1.7.1/ppsspp-1.7.1/Core/MIPS/x86/RegCacheFPU.h:238:30: error: 'NUM_X_FPREGS' was not declared in this scope
X64CachedFPReg xregsInitial[NUM_X_FPREGS];
^~~~~~~~~~~~
/builddir/ppsspp-1.7.1/ppsspp-1.7.1/Core/MIPS/x86/RegCacheFPU.h:238:30: note: suggested alternative: 'NUM_MIPS_FPRS'
X64CachedFPReg xregsInitial[NUM_X_FPREGS];
^~~~~~~~~~~~
NUM_MIPS_FPRS
In file included from /builddir/ppsspp-1.7.1/ppsspp-1.7.1/Core/MIPS/x86/Jit.h:32,
from /builddir/ppsspp-1.7.1/ppsspp-1.7.1/unittest/TestX64Emitter.cpp:3:
/builddir/ppsspp-1.7.1/ppsspp-1.7.1/Core/MIPS/x86/RegCache.h:59:38: error: 'NUM_X_REGS' is not a member of 'X64JitConstants'
X64CachedReg xregs[X64JitConstants::NUM_X_REGS];
^~~~~~~~~~
/builddir/ppsspp-1.7.1/ppsspp-1.7.1/Core/MIPS/x86/RegCache.h:130:38: error: 'NUM_X_REGS' is not a member of 'X64JitConstants'
X64CachedReg xregs[X64JitConstants::NUM_X_REGS];
^~~~~~~~~~
cc1plus: warning: unrecognized command line option '-Wno-deprecated-register'
make[2]: *** [CMakeFiles/unitTest.dir/build.make:102: CMakeFiles/unitTest.dir/unittest/TestX64Emitter.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment