Not able to build TVM4J

Hi,

I am trying to build android rpc app. I used tvm.08.dev0. But when i goto tvm/build folder, then “make jvmpkg”, however return “make: *** No rule to make target ‘jvmpkg’. Stop.”

Can anyone help me?

Hi @AlexTran!

Usually I run make jvmpkg and make jvminstall from the root directory of tvm project. Please, try to do it and I hope it will help you.

1 Like

It works, thanks @echuraev ^^