Wednesday, 15 January 2014

cocos2d x - undefined reference to `siglongjmp' error when compiling android cocos2dx project for x86 architecture -



cocos2d x - undefined reference to `siglongjmp' error when compiling android cocos2dx project for x86 architecture -

i trying build cocos2dx project x86 android architecture next error when seek compile it.

./obj/local/x86/curl.a(hostip.o):(.text.alarmfunc+0x21): undefined reference `siglongjmp' ./obj/local/x86/curl.a(hostip.o): in function `curl_resolv_timeout': (.text.curl_resolv_timeout+0x156): undefined reference `sigsetjmp'

when googled error found has been reported issue 19851 in google code. have not made fixes yet had suggested add together modified libc.so , sched.h file. tried , did not work.

can tell me how prepare this.

fixed issue copying libc.so attached in response issue 19851 latest version of ndk. using ndkr8 , copying libc.so file ndkr8d fixed issue.

android-ndk cocos2d-x android-x86

No comments:

Post a Comment