I have a library that contains a significant amount of fortran code in it, which I want to build into my android application. Just running make fails, but that seems due to the android toolchain not supporting fortran. So, does anyone have experience getting this to work?
Share
Ive never used it before but I googled ndk fortran and found this on a blog:
http://specificimpulses.blogspot.com/2011/10/android-fortran-step-by-step-part-3.html
It looks like it could be pretty promising.