Quote Originally Posted by noeska
Congratulations.
I did an attempt myself to and failed on the jni part, but see you modified fpc also?
I've wrote only a non-empty dllprt0.as for the arm-linux FPC RTL (because with the original old empty arm-linux dllprt0.as refused the Android Dalvik VM to load the .so library file) which is even now already in the FPC trunk SVN, commited by Florian.

Quote Originally Posted by noeska
Can you make an hello world example out of it?
See link above

Quote Originally Posted by noeska
What fpc do i need? Can you provide some more info on how to build the cross platform compiler?
The current FPC 2.5.1 trunk SVN revision, otherwise see fpc-pascal mailing list archive. Short: No special, except choose the right arm binutils (not these bugy from the Android NDK), and hookscripts to add additional parameters to as & ld.