Shared object created using SDK 2.3 doesnt export symbols

Shared object created using SDK 2.3 doesnt export symbols

BY 26 Feb 2015 SDK & IDE

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.

Written by