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
12-14-2013, 08:05 AM
Post: #2
RE: Compile Error in OSX 10.9
Are you using Mac OS X 10.9 on ARM? Or is this for iOS?

Unfortunately ARMv8 is not yet supported.

-[Unknown]
Find all posts by this user
Quote this message in a reply
12-14-2013, 10:53 AM
Post: #3
RE: Compile Error in OSX 10.9
Thank you for response

I tried it in Mac OSX 10.9 (x86) with brew QT
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: