The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 795 - File: showthread.php PHP 7.4.33 (Linux)
File Line Function
/showthread.php 795 errorHandler->error





Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Compile Error in OSX 10.9
12-14-2013, 03:51 AM
Post: #1
Compile Error in OSX 10.9
Compile Error in OSX 10.9 with xcode 5.0.2 like below error

../Core/MIPS/ARM/ArmAsm.cpp:103:14: error: cast from pointer to smaller type
'u32' (aka 'unsigned int') loses information
MOVI2R(R11, (u32)Memory::base);
^~~~~~~~~~~~~~~~~
../Core/MIPS/ARM/ArmAsm.cpp:104:14: error: cast from pointer to smaller type
'u32' (aka 'unsigned int') loses information
MOVI2R(R10, (u32)mips_);
^~~~~~~~~~
../Core/MIPS/ARM/ArmAsm.cpp:105:13: error: cast from pointer to smaller type
'u32' (aka 'unsigned int') loses information
MOVI2R(R9, (u32)GetBasePtr());
^~~~~~~~~~~~~~~~~
../Core/MIPS/ARM/ArmAsm.cpp:122:14: error: cast from pointer to smaller type
'u32' (aka 'unsigned int') loses information
MOVI2R(R0, (u32)&coreState);
^~~~~~~~~~~~~~~
../Core/MIPS/ARM/ArmAsm.cpp:179:14: error: cast from pointer to smaller type
'u32' (aka 'unsigned int') loses information
MOVI2R(R0, (u32)&coreState);
^~~~~~~~~~~~~~~
46 warnings and 6 errors generated.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Compile Error in OSX 10.9 - psh1977 - 12-14-2013 03:51 AM
RE: Compile Error in OSX 10.9 - [Unknown] - 12-14-2013, 08:05 AM
RE: Compile Error in OSX 10.9 - psh1977 - 12-14-2013, 10:53 AM

Forum Jump: