linker - Problem in creating a shared library for Android platform -


i using android toolchain.

i have make changes stack has lot of static libraries , make shared library. able compile changes .o file (using gcc). when trying create shared library linking existing static libraries, getting error saying 'linker input file unused because linking not done'.

i compiling files using -fpic, , using -shared linking still getting error. let me know if there has faced similar problem or if can suggest solution.

see if this link helps you.

there's similar question on stackoverflow


Comments

Popular posts from this blog

android - Cannot use ndk-build on Cygwin -

sql server - python to mssql encoding problem -

c# - BasicHttpBinding equivalent CustomBinding using WCF Client and PHP WebService -