How to build or where to get an Android NDK stand-alone toolchain supporting fortran?

前端 未结 1 1769
栀梦
栀梦 2020-12-19 08:02

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

相关标签:
1条回答
  • 2020-12-19 08:49

    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.

    0 讨论(0)
提交回复
热议问题