Skip to content

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

@yang12313

Description

@yang12313

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    invalidThis doesn't seem right

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions