When I try to compile the MF1_SDK with the following command:
$ cmake ../../../ -DTOOLCHAIN=/opt/riscv-toolchain/bin && make
in the "MF1_SDK/src/Ai_Module_MF1_lib_test/build" folder, I got following error:
/work/working/ai_project/maix/MF1_SDK/lib/nncase/include/kernels/utils.h:16:10: fatal error: algorithm: No such file or directory
When I try to compile the MF1_SDK with the following command: $ cmake ../../../ -DTOOLCHAIN=/opt/riscv-toolchain/bin && make
in the "MF1_SDK/src/Ai_Module_MF1_lib_test/build" folder, I got following error: /work/working/ai_project/maix/MF1_SDK/lib/nncase/include/kernels/utils.h:16:10: fatal error: algorithm: No such file or directory
include
compilation terminated. lib/CMakeFiles/kendryte.dir/build.make:62: recipe for target 'lib/CMakeFiles/kendryte.dir/drivers/sha256.c.obj' failed make[2]: [lib/CMakeFiles/kendryte.dir/drivers/sha256.c.obj] Error 1 CMakeFiles/Makefile2:122: recipe for target 'lib/CMakeFiles/kendryte.dir/all' failed make[1]: [lib/CMakeFiles/kendryte.dir/all] Error 2 Makefile:83: recipe for target 'all' failed make: *** [all] Error 2
Can anyone help me to find where to get this missing "algorithm" file? Thanks.