Thanks for your help! I will try to write something up that you can use in a README.android. ;-)
cheers, -Jamison From: Richard Shaw [mailto:[email protected]] Sent: Tuesday, August 19, 2014 11:21 AM To: [email protected] Subject: Re: [Freetel-codec2] Problems cross-compiling codec2 for Android 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
smime.p7s
Description: S/MIME cryptographic signature
------------------------------------------------------------------------------
_______________________________________________ Freetel-codec2 mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freetel-codec2
