Changes between Version 11 and Version 12 of AndroidBuildApp


Ignore:
Timestamp:
Oct 18, 2013, 8:11:44 AM (11 years ago)
Author:
carlgt1
Comment:

added fortran (GNU fortran ie gfortran) android build information per tip from Tolu Aina

Legend:

Unmodified
Added
Removed
Modified
  • AndroidBuildApp

    v11 v12  
    6767You can do this by selectively compiling using the above options, into separate small libraries that you link into the single executable, and use C++ namespaces to separate similar function calls.  Refer to the boinc/client/Makefile.am and client/whetstone.cpp, and client/cs_benchmark.cpp files for an example of how to do this.
    6868
     69== Fortran on Android NDK ==
     70
     71If your app requires Fortran, note that the Android NDK currently does not have a fortran compiler distributed with it.  But it is possible to build GNU Fortran (gfortran) for ARM/Android using the information at [http://danilogiulianelli.blogspot.co.uk/2013/02/how-to-build-gcc-fortran-cross-compiler.html]
     72
    6973== Example ==
    7074Setup the environment: [http://boinc.berkeley.edu/trac/browser/boinc-v2/samples/example_app/build_android.sh]