我设法使用NDK-RC10
将curl编译为在Android中使用。
按照以下步骤后我崩溃了:
1. push curl to /system/bin
2. push curl.so to /system/lib
3. run curl
4. output:[1] + Stopped (signal) curl
我检查logcat,找到:
发生了什么事?我应该怎么解决这个问题?/ DEBUG(122):backtrace:
I / DEBUG(122):#00 pc 00000000
I / DEBUG(122):#01 pc 0000483b / system / bin / linker
I / DEBUG(122):#02 pc 000209d0 [stack]
我在libz/libc/libssl
中有/system/lib
。