Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compiler can not find cstdio (TFMIC-26) #83

Open
Gyxqq opened this issue Jun 5, 2024 · 0 comments
Open

compiler can not find cstdio (TFMIC-26) #83

Gyxqq opened this issue Jun 5, 2024 · 0 comments

Comments

@Gyxqq
Copy link

Gyxqq commented Jun 5, 2024

/root/projects/tf_test/managed_components/espressif__esp-tflite-micro/tensorflow/lite/micro/micro_mutable_op_resolver.h:18:10: fatal error: cstdio: No such file or directory
18 | #include
| ^~~~~~~~
compilation terminated.

dependencies:
espressif/esp-tflite-micro: "^1.3.1"

Required IDF version

idf:
version: ">=4.1.0"

# Put list of dependencies here

# For components maintained by Espressif:

component: "~1.0.0"

# For 3rd party components:

username/component: ">=1.0.0,<2.0.0"

username2/component2:

version: "~1.0.0"

# For transient dependencies public flag can be set.

# public flag doesn't have an effect dependencies of the main component.

# All dependencies of main are public by default.

public: true

idf version 5.2.1

@github-actions github-actions bot changed the title compiler can not find cstdio compiler can not find cstdio (TFMIC-26) Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant