You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to recompile .so librairies (libpjsip), but when i use make under csipsimple, my application crash.
Maybe it's a problem with dynamic / static compilation (you make static librairies), and when i make in csipsimple, i've dynamix librairies, depend of /system/bin/linker
readelf --program-headers ../libs/armeabi-v7a/libpjsipjni.so
INTERP 0x000134 0x00000134 0x00000134 0x00013 0x00013 R 0x1
[Requesting program interpreter: /system/bin/linker]
So, can you tell me how compile in static .so librairies?
Thanks !
The text was updated successfully, but these errors were encountered:
Hi,
I need to recompile .so librairies (libpjsip), but when i use make under csipsimple, my application crash.
Maybe it's a problem with dynamic / static compilation (you make static librairies), and when i make in csipsimple, i've dynamix librairies, depend of /system/bin/linker
readelf --program-headers ../libs/armeabi-v7a/libpjsipjni.so
INTERP 0x000134 0x00000134 0x00000134 0x00013 0x00013 R 0x1
[Requesting program interpreter: /system/bin/linker]
So, can you tell me how compile in static .so librairies?
Thanks !
The text was updated successfully, but these errors were encountered: