Using Tizen SDK 2.3 for shared object creation.
I created a sample c file and h file and generated the .so file.
But the created .so file doesnt export the symbol (function) in the c file (checked using 'nm -D' command)
and I get link error for the symbol if tried to link with the application.
Any extra setting needed for this?
It works straight away in SDK 2.2.1.