Can cling be successfully used under Android?

When using cling in the Android operating system, I found the following problems:
1 error: ValueExtractionSynthesizer could not find: ‘cling namespace’.The value of the returned cling::Value is also wrong.
2 当我调用cling::Interpreter::declare的函数时,会导致程序崩溃。得到Fatal signal 11 (SIGSEGV), code 2 (SEGV_ACCERR)的异常。


What might be the cause?
Can cling be used under Android? How to use it correctly?

We have no experience with running cling under Android. If llvm-jit with Orcv2 work under Android, and if clang can be used, then cling can be made working, too. We currently don’t have plans for that ourselves, but we’d be happy to provide guidance. We could even host someone working on this; if that’s of interest then please contact me at axel@cern.ch.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.