shaileshmulange / javacv

Automatically exported from code.google.com/p/javacv
GNU General Public License v2.0
0 stars 0 forks source link

Error in Pjsipjni library loading #223

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.checkout the latest trunk to the working directory
2.Download android-ndk-r8, compile csipsimple using make 
3.Import the CsipSimple into Eclipse compile and run as android application

What is the expected output? What do you see instead?
The CSIPsimple has to register with the asterisk server but it gives the 
following error,

I/wpa_supplicant(22411): SCAN_RESULTS : [4] 
D/dalvikvm(22275): Trying to load lib 
/mnt/asec/com.csipsimple-2/lib/libpjsipjni.so 0x40517eb8
E/PjService(22275): We have a problem with the current stack.... NOT YET 
Implemented
E/PjService(22275): java.lang.UnsatisfiedLinkError: Cannot load library: 
reloc_library[1312]:  1303 cannot locate '__gnu_thumb1_case_uqi'...
E/PjService(22275): 
E/PjService(22275):     at java.lang.Runtime.loadLibrary(Runtime.java:434)
E/PjService(22275):     at java.lang.System.loadLibrary(System.java:554)
E/PjService(22275):     at 
com.csipsimple.pjsip.PjSipService.tryToLoadStack(PjSipService.java:149)
E/PjService(22275):     at 
com.csipsimple.service.SipService.loadStack(SipService.java:1166)
E/PjService(22275):     at 
com.csipsimple.service.SipService.onStart(SipService.java:1086)
E/PjService(22275):     at android.app.Service.onStartCommand(Service.java:428)
E/PjService(22275):     at 
android.app.ActivityThread.handleServiceArgs(ActivityThread.java:2043)
E/PjService(22275):     at 
android.app.ActivityThread.access$2800(ActivityThread.java:117)
E/PjService(22275):     at 
android.app.ActivityThread$H.handleMessage(ActivityThread.java:998)
E/PjService(22275):     at android.os.Handler.dispatchMessage(Handler.java:99)
E/PjService(22275):     at android.os.Looper.loop(Looper.java:130)
E/PjService(22275):     at 
android.app.ActivityThread.main(ActivityThread.java:3687)
E/PjService(22275):     at java.lang.reflect.Method.invokeNative(Native Method)
E/PjService(22275):     at java.lang.reflect.Method.invoke(Method.java:507)
E/PjService(22275):     at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:867)
E/PjService(22275):     at 
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:625)
E/PjService(22275):     at dalvik.system.NativeStart.main(Native Method)
D/WifiService( 1473): [mPersistState] : On

What version of the product are you using? On what operating system?
Android SDK 15, NDK-r8

Please provide any additional information below.

Kindly help me to resolve this issue.

Original issue reported on code.google.com by 1984sath...@gmail.com on 23 Jul 2012 at 6:45

GoogleCodeExporter commented 9 years ago
How is this related to JavaCV?

Original comment by samuel.a...@gmail.com on 23 Jul 2012 at 10:03

GoogleCodeExporter commented 9 years ago

Original comment by samuel.a...@gmail.com on 2 Aug 2012 at 1:45