Hello! I have been developing a framwork on ocaml for mobile platforms. The main idea is to create a universal 2D framework for game development. I started with porting "sparrow" http://www.sparrow-framework.org framework from objc to ocaml.
Repository https://github.com/serp256/Lightning. The repository does not include the entire project yet, I will commit the rest as soon as possible. I have successfully launched the project on iOS, and SDL version on macosx and linux.
Now I'm trying to port it on android, and after that there will be an official release of the framework with the first game on it.
However, I encountered an unclear issue.
When I tried to launch it on android, I received an errorr sigsegv which always occurs on ocaml_startup in case objects are used in the code.
To compile ocaml for android I'm using the patch from "http://www.itpl.co.jp/ocaml-nagoya/index.php?ocaml-android".
I don't know very well arm assembler, but I'm trying to solve this problem. Can someone from the maillist help me