Build error for TensorflowLite number recognition example - tflmrt_lenet
-
Build is failing for Spresense NuttX SDK example code for TensorflowLite example - tflmrt_lenet associated with external files downloaded from Tensorflow url.
Steps to reproduce the issue.
- Clone the Spresense SDK source code
$ git clone --recursive https://github.com/sonydevworld/spresense.git
- Activate the spresense build env
$ source spresenseenv/setup
- cd to the sdk subdir in source
$ cd spresense/sdk/
- Update firmware
$ tools/flash.sh -e ~/spresense-binaries-v2.3.0.zip
- Enable the TensorflowLite example for lenet number recognition using config script.
$ tools/config.py examples/tflmrt_lenet
- Build the nuttx.spk
$ make
- Error
tensorflow/lite/micro/tools/make/Makefile:520: *** Something went wrong with the flatbuffers download: Bad checksum. Expected: aa9adc93eb9b33fa1a2a90969e48baee, Got: . Stop.
-
Hi @jayaprasad,
Unfortunately, TensorFlow does not support building on Windows. You can try to use a different OS or docker.
Best Regards,
Kamil Tomaszewski