Hi, I am following quick start guide to build by using “python3 ./build_default.py --toolchain arm”. I got build error as below.
[ 6%] Building TensorFlow Lite Micro library… /bin/sh: 1: Syntax error: “(” unexpected make[2]: *** [CMakeFiles/tensorflow_build.dir/build.make:71: CMakeFiles/tensorflow_build] Error 2 make[1]: *** [CMakeFiles/Makefile2:537: CMakeFiles/tensorflow_build.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs…
I am new to this project so this question may be sound basic. I checked the files mentioned in above error message and they were CMAKE generated files with “DO NOT EDIT!” notice. Would someone help me to resolve this issue?
Add more info, I just did a fresh clone of the repo and get the same error. My code is synced to tag: 22.11-rc1 (hash:71f282e) and my working tree is clean. Could be some environment setting issue? I will attach build log. It does not allow me to attach the log and seems only picture or image can be attached.