• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Android v
« Previous 1 ... 118 119 120 121 122 ... 128 Next »

Building from Source
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Building from Source
03-17-2015, 02:25 AM
#15
SeannyM Offline
Dragon Trainer
**********
Developers (Some Administrators and Super Moderators)
Posts: 177
Threads: 0
Joined: Dec 2013
(03-16-2015, 01:41 PM)linedot Wrote: Hi.

I've been trying to build the android version unsuccessfully. I've been using this command line
cmake -DANDROID=True -DCMAKE_TOOLCHAIN_FILE=../Source/Android/android.toolchain.cmake -DANDROID_TOOLCHAIN_NAME=arm-linux-androideabi-4.9 -DCMAKE_BUILD_TYPE=Release -DANDROID_ABI="armeabi-v7a" -DANDROID_NATIVE_API_LEVEL=21 ..

The compilation will fail with:

/Source/Core/Core/MachineContext.h:91:23: fatal error: ucontext.h: No such file or directory

Adding "-isystem /path/to/ndk/platforms/android-L/arch-arm/usr/include" to CMAKE_CXX_FLAGS manually will remove this error, but the build will still fail somewhere else, so I guess I didn't set something up right and am trying to fix the symptons instead of the cause. Maybe someone can help?

The reason I want to compile from source is I've had some trouble getting the emulator to run on my phone. mmap generates an ENOMEM ("Failed to map 1 GB of memory space"), that's in Source/Core/Common/MemArena.cpp:154 . Then there is a SIGSEGV later on in TranslateAddress(). I wanted to play with the code and try to figure out why that happens (There is enough RAM)
Going off of the first error, I would say you need a newer version of the NDK.
Find
Reply
« Next Oldest | Next Newest »


Messages In This Thread
Building from Source - Heinermann - 03-07-2015, 08:40 AM
RE: Building from Source - agrabren - 03-07-2015, 11:04 AM
RE: Building from Source - Heinermann - 03-07-2015, 11:50 AM
RE: Building from Source - agrabren - 03-07-2015, 03:40 PM
RE: Building from Source - Heinermann - 03-07-2015, 04:32 PM
RE: Building from Source - agrabren - 03-08-2015, 03:46 AM
RE: Building from Source - Heinermann - 03-08-2015, 10:42 AM
RE: Building from Source - agrabren - 03-09-2015, 02:18 AM
RE: Building from Source - Sonicadvance1 - 03-09-2015, 03:07 AM
RE: Building from Source - agrabren - 03-09-2015, 05:50 AM
RE: Building from Source - Heinermann - 03-09-2015, 06:52 AM
RE: Building from Source - agrabren - 03-09-2015, 07:23 AM
RE: Building from Source - Sonicadvance1 - 03-09-2015, 07:26 AM
RE: Building from Source - linedot - 03-16-2015, 01:41 PM
RE: Building from Source - SeannyM - 03-17-2015, 02:25 AM
RE: Building from Source - linedot - 03-17-2015, 07:44 AM

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode