Emulator Issues #420
closed64-bit Linux is not compiling because of an error in x64Emitter
0%
Description
What steps will reproduce the problem?
- Download and compile R1607 in 64-bit Linux
What version of the product are you using? On what operating system?
SVN Revision 1607 in Ubuntu 64-bit.
Please provide any additional information below.
It Errors in x64Emitter. Here is everything from the error on in the build log.
Source/Core/Common/Src/x64Emitter.cpp:1443: error: no 'void
Gen::XEmitter::___CallCdeclImport3(void*, u32, u32, u32)' member function
declared in class 'Gen::XEmitter'
Source/Core/Common/Src/x64Emitter.cpp:1449: error: no 'void
Gen::XEmitter::___CallCdeclImport4(void*, u32, u32, u32, u32)' member
function declared in class 'Gen::XEmitter'
Source/Core/Common/Src/x64Emitter.cpp:1456: error: no 'void
Gen::XEmitter::___CallCdeclImport5(void*, u32, u32, u32, u32, u32)' member
function declared in class 'Gen::XEmitter'
Source/Core/Common/Src/x64Emitter.cpp:1464: error: no 'void
Gen::XEmitter::___CallCdeclImport6(void*, u32, u32, u32, u32, u32, u32)'
member function declared in class 'Gen::XEmitter'
Source/Core/Common/Src/x64Emitter.cpp:26: warning: 'Gen::enableBranchHints'
defined but not used
scons: *** [Build/Linux-x86_64/Source/Core/Common/Src/x64Emitter.o] Error 1
scons: building terminated because of errors.
Updated by gustakoe almost 16 years ago
I'm having the same problem... (64-bit linux)
Updated by XTra.KrazzY almost 16 years ago
- Status changed from New to Questionable
I think 64-bit linux compile issues are always being maintained and fixed, is this
really still an issue?
Updated by XTra.KrazzY almost 16 years ago
- Status changed from Questionable to Fixed