arduino / ArduinoTensorFlowLiteTutorials

252 stars 117 forks source link

fatal error: cstdint: No such file or directory #6

Closed yang12313 closed 4 years ago

yang12313 commented 4 years ago

I tried to compile the program on the Arduino nano but got the error shown as follows:

Arduino: 1.8.9 (Windows 10), Board: "Arduino Nano, ATmega328P"

Build options changed, rebuilding all
In file included from C:\Users\neoya\Documents\Arduino\libraries\Arduino_TensorFlowLite\src/tensorflow/lite/experimental/micro/micro_error_reporter.h:21:0,

                 from D:\Phenoma\Gesture Detection\Gesture-Recognition-master\adafruit\sketch_nov08a\sketch_nov08a.ino:19:

C:\Users\neoya\Documents\Arduino\libraries\Arduino_TensorFlowLite\src/tensorflow/lite/experimental/micro/debug_log_numbers.h:18:19: fatal error: cstdint: No such file or directory

compilation terminated.

exit status 1
Error compiling for board Arduino Nano.

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

From the error, I guess the error is related to C++ 11 but don't know how to solve it. Do you have any suggestion?

Thanks!

sandeepmistry commented 4 years ago

Hi @yang12313,

This tutorial is only compatible with the new "Arduino Nano 33 BLE Sense" boards and not the older AVR based Arduino Nano's.

More information on the products can be found here: