libretro / mame2015-libretro

Late 2014/Early 2015 version of MAME (0.160-ish) for libretro. Compatible with MAME 0.160 sets.
17 stars 36 forks source link

Symbols not exported for android versions < 5.0 #4

Closed andres-asm closed 7 years ago

andres-asm commented 8 years ago

For some reason lately the builds don't work on android versions lesser than 5.0. The same core works in a 5.0 / 5.1 device but on 4.4 when I select the core the name reads "No Core"

@r-type do you have any idea about what could be causing this?

r-type commented 8 years ago

It's surely toolchain issue , as i build with an NDK10 standalone tc (gcc 4.8 ) and it work fine on an 4.4 device.

andres-asm commented 8 years ago

Ok. I'll try that one, the latest cores in the buildbot are built with 10e/gcc 4.8 can you give those a spin?