[make error] 3rdparty/libbacktrace/configure Syntax error

root@00048971l16:/tvm/tvm/build# make -j4

[ 0%] Creating directories for ‘project_libbacktrace’
[ 1%] Building CXX object CMakeFiles/tvm_libinfo_objs.dir/src/support/libinfo.cc.o
[ 2%] No download step for ‘project_libbacktrace’
[ 2%] No checkout step for ‘project_libbacktrace’
[ 2%] No update step for ‘project_libbacktrace’
[ 2%] No patch step for ‘project_libbacktrace’
[ 2%] Performing configure step for ‘project_libbacktrace’
: not foundlopSoft/tvm/tvm/cmake/libs/…/…/3rdparty/libbacktrace/configure: 14: /mnt/d/DevelopSoft/tvm/tvm/cmake/libs/…/…/3rdparty/libbacktrace/configure: /mnt/d/DevelopSoft/tvm/tvm/cmake/libs/…/…/3rdparty/libbacktrace/configure: 30: /mnt/d/DevelopSoft/tvm/tvm/cmake/libs/…/…/3rdparty/libbacktrace/configure: Syntax error: newline unexpected (expecting “)”)
CMakeFiles/project_libbacktrace.dir/build.make:130: recipe for target ‘libbacktrace/src/project_libbacktrace-stamp/project_libbacktrace-configure’ failed
make[2]: *** [libbacktrace/src/project_libbacktrace-stamp/project_libbacktrace-configure] Error 2
CMakeFiles/Makefile2:985: recipe for target ‘CMakeFiles/project_libbacktrace.dir/all’ failed
make[1]: *** [CMakeFiles/project_libbacktrace.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs…
[ 2%] Building CXX object CMakeFiles/tvm_objs.dir/src/arith/analyzer.cc.o
[ 2%] Building CXX object CMakeFiles/tvm_objs.dir/src/arith/bound_deducer.cc.o
[ 2%] Building CXX object CMakeFiles/tvm_objs.dir/src/arith/canonical_simplify.cc.o
[ 2%] Built target tvm_libinfo_objs
[ 2%] Building CXX object CMakeFiles/tvm_objs.dir/src/arith/const_int_bound.cc.o
[ 2%] Building CXX object CMakeFiles/tvm_objs.dir/src/arith/detect_linear_equation.cc.o
[ 3%] Building CXX object CMakeFiles/tvm_objs.dir/src/arith/domain_touched.cc.o
[ 3%] Building CXX object CMakeFiles/tvm_objs.dir/src/arith/int_constraints.cc.o


[ 91%] Building CXX object CMakeFiles/tvm_objs.dir/src/relay/backend/contrib/example_target_hooks/tir_to_runtime.cc.o
[ 91%] Building CXX object CMakeFiles/tvm_objs.dir/src/contrib/hybrid/codegen_hybrid.cc.o
[ 91%] Built target tvm_objs
Makefile:145: recipe for target ‘all’ failed
make: *** [all] Error 2

Environment

ubuntu 16.0.4
cmake version 3.22.3
llvm 6.0
gcc 5.4.0

I set these configs at build/config.cmake:
set(USE_GRAPH_EXECUTOR ON)
set(USE_PROFILER ON)
set(USE_RELAY_DEBUG ON)
set(USE_LLVM /usr/lib/llvm-6.0/bin/llvm-config)

befor make cmd, cmake result is ok!
I had test though cmd: “bash ./configure --help” and “dash ./configure --help” all throw Syntax error;
Anyone had idear?