Tvm/apps/bundle_deploy/build --> make failed #5709

Hi there,

from github, #5709 it worked two days ago for Intel CPU under Ubuntu 18.04 for both Dynamic and Static. But today, after short updating of TVM,

  • dynamic worked as before
  • static did not work

Error: ~/incubator-tvm/apps/bundle_deploy/build$ make demo_static

make: *** No rule to make target ‘demo_static’. Stop.

And, is there any static example for cross-compile (under Intel Ubuntu to ARM armbian) to deploy .o and execution file?

Many thanks!