[Mono-dev] Building mono with android ndk standalone toolchain (android ndk r8e)

Jonathan Pryor jonpryor at vt.edu
Fri May 10 14:25:29 UTC 2013


On May 8, 2013, at 4:29 PM, Jeremy Bell <bell.jeremy at gmail.com> wrote:
> So, it looks like HAVE_SGEN_GC is not defined, but should be? Have I missed a step somewhere?

Yes, it should be. From the commit message you mention:

> The Android NDK/bionic is "interesting", in that it's lacking header files and
> macros normally present on Linux which otherwise break the build (e.g. no
> <link.h> which breaks Boehm support).

"breaks Boehm support" means "only sgen works". You need to disable Boehm, and enable sgen.

 - Jon



More information about the Mono-devel-list mailing list