Gl237man / adosbox

Automatically exported from code.google.com/p/adosbox
0 stars 0 forks source link

[Feature Request] Android MIPS support #110

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
There any chance to get this compiled for mips cpu?

I tried myselft but the regular ndk-build does not work, and i cant get the 
build.sh to work.

NDK for arm/mips should be compatible.

Original issue reported on code.google.com by shivan...@gmail.com on 16 Dec 2011 at 11:40

GoogleCodeExporter commented 9 years ago
OK, the ndk is able to compile libsdl-1.2.so, libsdl_sound.so, libsdl_net.so, 
libsdl_mixer.so, libsdl_main.so for mips, but the libapplication.so is just a 
5kb file, so the app closes after selecting the settings.

I found no way to build a correct libapplication.so, build.sh does not work, 
neither are any of the sh files inside the application folder, not even letting 
those as default and trying compile them for arm.

So yeah, i cant figure out how to build the libapplication.so.

Original comment by shivans...@gmail.com on 26 Dec 2011 at 4:36