You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to android-ndk
Hi, I am trying to use a static library builded from android platform
and use in my app.
The library has classes and global functions. I can declare the
objects of classes presents into the lib, compile and link without
problem. When I try to use global functions of lib the linker doesn't
found the reference.
any idea ?
thanks
David Turner
unread,
Nov 6, 2009, 5:44:44 PM11/6/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to andro...@googlegroups.com
Do you have any error message you could show here ?
What steps are you following to generate the library ?
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to android-ndk
the errors are simply "undefined references to.." the library is
generated from sapphire google platform here
http://source.android.com/documentation/building-for-dream.
looking the code of library the functions have the prefix
__attribute__ ((visibility("default")))
fala70
unread,
Nov 8, 2009, 3:53:21 AM11/8/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to android-ndk
Any idea ?
On 7 Nov, 00:30, fala70 <fal...@gmail.com> wrote:
> the errors are simply "undefined references to.." the library is