[v8-users] V8 compile for cocos2dx android

2022-10-04 Thread Vlad Petreaca
Hello, I compile v8(6.3.1) as shared library for cocos2dx which is been used in android. The projects has 4 ABIs: x86. x86_64, armeabi-v7a and arm64-v8a. It's work fine for x86_64, armeabi and arm64 but the problem is on x86 architecture. *After I compile v8 for x86 and add it in the prebuil

Re: [v8-users] V8 compile for cocos2dx android

2022-10-04 Thread Jakob Kummerow
Per crbug.com/v8/9665, which sounds vaguely related, try linking against libcompiler_rt, or provide your own implementation (similar to comment #14 on that bug, just for a different function). Android/x86 is not a combination we're regularly testing, so it's not surprising that there may be issues