How can I use the shared library on SX ?
You can't use the shared library(.so:Dynamic Shared Object) on SX. SX supports only static library.
Please use just a object code file or use archiving file(.a: Please change your shared library with "sxar" command).
sxar vr (library name).a (library name).so