It worked! Thank you very much!
---
[Visit
Topic](https://discuss.tvm.apache.org/t/crttest-failed-no-rules-to-make-the-target-crttest/8450/4)
to respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe from these emails, [click
here](https://discuss.tvm.apac
hey @zhaozilongwhu, I think this is because you don't have `set(USE_MICRO ON)`
in your `config.cmake`. `tests/scripts/task_config_build_cpu.sh` turns this
option on, which is why `task_cpp_unittest.sh` assumes that that target exists.
Andrew
---
[Visit
Topic](https://discuss.tvm.apache.o
hey @qelk123, sorry I missed this. it looks like maybe the script is requiring
you to configure the attached board serial number. This is being passed to
`hla_serial` given to openocd.
I think the root cause error is this line: `expected exactly one argument to
hl_serial `
It's been a while
os: ubuntu 18.04
cuda: cuda 10.0
gcc:7.5.0
clang:clang 10.0
tvm main branch at f952fa7806f3843266c2de1d5564aa04ed6249ed
build and install :
1.git clone --recursive https://github.com/apache/incubator-tvm.git tvm & cd
tvm
---
[Visit
Topic](https://discuss.tvm.apache.org/t/crttest-failed