Not able to deploy on arm64-v8a target without RPC

Hi,
I am trying to deploy tvm application on android using adb(without RPC). I have built libtvm_runtime.so for arm64-v8a target using 4.9 toolchain from NDK, similarly the binaries generated from the python script(for the scheduled function). But when I am trying to make the application from the main file(tvm_deploy.cc), through NDK-build only, it throws some errors like std::undefined reference to some_function. Any idea as to why would this be happening.

Can you share the logs ?

It has been resolved now, thanks!

However, @srkreddy1238, could you please tell me if tflite model can be tuned for arm64-v8a target without using rpc i.e basically using adb to run the generated application on the target. If yes, can you guide me through that?

With out RPC is difficult as there are python dependencies.
@thierry any thoughts on tuning without RPC ?

@eqy have you tried tuning a tflite model for arm64-v8a target without using rpc i.e basically using adb to run the generated application on the target?

@yvn have you been able to tune without using rpc?