shuoshuo
2008-12-22 06:30:02 UTC
I wrote a C++ shared library named libmine.so in android, and I add
LOCAL_CPPFLAGS := -Wl,--version-script=libmine.map into the
Android.mk, libmine.map specified the exported symbols, but when run
make libmine, the g++ said:
"arm-eabi-g++: --version-script=libmine.map: linker input file unused
because linking not done"
the libmine.so was generated but the exporting symbols is not
controled.
does any one know why? thanks a lot !!
LOCAL_CPPFLAGS := -Wl,--version-script=libmine.map into the
Android.mk, libmine.map specified the exported symbols, but when run
make libmine, the g++ said:
"arm-eabi-g++: --version-script=libmine.map: linker input file unused
because linking not done"
the libmine.so was generated but the exporting symbols is not
controled.
does any one know why? thanks a lot !!