-
Notifications
You must be signed in to change notification settings - Fork 10
Description
I follow the instructions in readme and build fails
`[ 35%] Building CXX object lib/CMakeFiles/mli.dir/src/kernels/convolution/mli_krn_transpose_conv_runtime.cc.o
CMake Warning:
No source or binary directory provided. Both will be assumed to be the
same as the current working directory, but note that this warning will
become a fatal error in future CMake releases.
CMake Error: The source directory "C:/HB20/sdk/embarc_mli/obj/arc" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
gmake[3]: *** [lib/CMakeFiles/mli.dir/build.make:750: lib/CMakeFiles/mli.dir/src/kernels/convolution/mli_krn_depthwise_conv2d_hwcn.cc.o] Error 1
gmake[3]: *** Waiting for unfinished jobs....
gmake[3]: Leaving directory 'C:/HB20/sdk/embarc_mli/obj/arc'
gmake[2]: *** [CMakeFiles/Makefile2:295: lib/CMakeFiles/mli.dir/all] Error 2
gmake[2]: Leaving directory 'C:/HB20/sdk/embarc_mli/obj/arc'
gmake[1]: *** [Makefile:124: all] Error 2
gmake[1]: Leaving directory 'C:/HB20/sdk/embarc_mli/obj/arc'
gmake: *** [C:/HB20/sdk/embarc_mli/lib/make//../../make/rules.mk:82: build] Error 2
C62254@CSD-LT-C62254A MINGW64 /c/HB20/sdk/embarc_mli (mli_dev)
$ gmake TCF_FILE=../resources/user/hummingbird_arc.tcf BUILDLIB_DIR=../extern-metaware/mw_202412_humm_a1 JOBS=4 build
`