Emulator Issues #1164
closedOSX Build doesn't Build
0%
Description
What steps will reproduce the problem?
- SVN dolphin in terminal
2.
3.
What is the expected output? What do you see instead?
Dolphin build successfully, instead it doesn't
What version of the product are you using? On what operating system?
R3840 OS X
Please provide any additional information below.
From point where things seem to go wrong:
Source/Core/Core/Src/HW/BBA-TAP/TAP_Apple.cpp: In member function 'bool
CEXIETHERNET::CheckRecieved()':
Source/Core/Core/Src/HW/BBA-TAP/TAP_Apple.cpp:35: warning: control reaches end of non-
void function
Source/Core/Core/Src/HW/BBA-TAP/TAP_Apple.cpp: In member function 'bool
CEXIETHERNET::resume()':
Source/Core/Core/Src/HW/BBA-TAP/TAP_Apple.cpp:37: warning: control reaches end of non-
void function
Source/Core/Core/Src/HW/BBA-TAP/TAP_Apple.cpp: In member function 'bool
CEXIETHERNET::startRecv()':
Source/Core/Core/Src/HW/BBA-TAP/TAP_Apple.cpp:39: warning: control reaches end of non-
void function
Source/Core/Core/Src/HW/BBA-TAP/TAP_Apple.cpp: In member function 'bool
CEXIETHERNET::sendPacket(u8*, int)':
Source/Core/Core/Src/HW/BBA-TAP/TAP_Apple.cpp:42: warning: control reaches end of non-
void function
Source/Core/Core/Src/HW/BBA-TAP/TAP_Apple.cpp: In member function 'bool
CEXIETHERNET::handleRecvdPacket()':
Source/Core/Core/Src/HW/BBA-TAP/TAP_Apple.cpp:45: warning: control reaches end of non-
void function
Source/Core/Core/Src/HW/BBA-TAP/TAP_Apple.cpp: In member function 'bool
CEXIETHERNET::cbwriteDescriptor(u32)':
Source/Core/Core/Src/HW/BBA-TAP/TAP_Apple.cpp:47: warning: control reaches end of non-
void function
Compiling Build/Darwin-i386-release/Source/Core/Core/Src/HW/CPU.o
Compiling Build/Darwin-i386-release/Source/Core/Core/Src/HW/CommandProcessor.o
Source/Core/Common/Src/Atomic_GCC.h: In function 'void Common::AtomicAdd(volatile u32&,
u32)':
Source/Core/Common/Src/Atomic_GCC.h:41: error: '__sync_add_and_fetch' was not declared in
this scope
Source/Core/Common/Src/Atomic_GCC.h: In function 'void Common::AtomicIncrement(volatile
u32&)':
Source/Core/Common/Src/Atomic_GCC.h:45: error: '__sync_add_and_fetch' was not declared in
this scope
Source/Core/Common/Src/Atomic_GCC.h: In function 'u32 Common::AtomicLoadAcquire(volatile
u32&)':
Source/Core/Common/Src/Atomic_GCC.h:52: error: '__sync_synchronize' was not declared in
this scope
Source/Core/Common/Src/Atomic_GCC.h: In function 'void
Common::AtomicStoreRelease(volatile u32&, u32)':
Source/Core/Common/Src/Atomic_GCC.h:60: error: '__sync_lock_test_and_set' was not declared
in this scope
scons: *** [Build/Darwin-i386-release/Source/Core/Core/Src/HW/CommandProcessor.o] Error 1
scons: building terminated because of errors.
logout
[Process completed]
Updated by MonkMad2 over 15 years ago
oops, scratch this. Someone asked it better...