Changes between Version 12 and Version 13 of AndroidBuildApp


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

--

Legend:

Unmodified
Added
Removed
Modified
  • AndroidBuildApp

    v12 v13  
    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 ==
     69== Fortran on Android NDK (optional build) ==
    7070
    71 If 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]
     71Note that the Android NDK currently does not have a fortran compiler distributed with it.  But it is possible to build GNU Fortran (gfortran) libraries for ARM/Android using the information at [http://danilogiulianelli.blogspot.co.uk/2013/02/how-to-build-gcc-fortran-cross-compiler.html]
    7272
    7373== Example ==