Hello Saurav,
 
Did you try to strip the libsofia-sip-ua.so library? For me it looks like the shared library is around 900 kB (without symbols) in my 770/arm device. Static libsofia-sip-ua.a is around 1600 kB.
 
Just say "strip libsofia-sip-ua.so" to remove the debugging symbols from the library. Of course, you can also recompile the whole library without symbols but with strip you can obtain the same result.
 
Best regards,
 
Martti


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of ext Saurav SAHU
Sent: 3. maaliskuuta 2006 3:56
To: [email protected]
Subject: [Sofia-sip-devel] sofia-sip for embedded platform?

Hi all
 
I am studying the feasibility for building an application with an open source SIP stack for an embedded platform such as IPPhones/Gateways.
 
When I do a build of sofia-sip on a Linux machine, it produces a library size of almost 5 megabytes. Is it possible to do a build with sofia-sip so as to produce a much smaller library size of less than 1 megabyte? Since, sofia-sip is very comprehensive in terms of features implemented (it supports almost all the RFCs related to SIP), is it possible to do a build of sofia-sip with a limited number of features, so as to have a stripped down version of sofia-sip?
 
Thanking you in advance.
 
Regards
Saurav
 

Reply via email to