We don't have a README.android yet, you're welcome to help make it!
Basically what's going on is that there is an executable built for the sole
purpose of generating some sources. Because you're cross compiling andoird
from another system (linux?) The executable built can not actually run.
You need to first build for your native system (you don't have to install,
just build) then when you want to do your cross-compiling build try
something like:
cmake-android -DIMPORT_EXECUTABLES=/path/to/ImportExecutables.cmake
/path/to/codec2/source
The ImportExecutables.cmake file should be in the build directory of your
native build. (i.e. ${CMAKE_BINARY_DIR})
Thanks,
Richard
------------------------------------------------------------------------------
_______________________________________________
Freetel-codec2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freetel-codec2