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

error upon build #2

Open
hamoudyounesyounes opened this issue Feb 16, 2022 · 2 comments
Open

error upon build #2

hamoudyounesyounes opened this issue Feb 16, 2022 · 2 comments

Comments

@hamoudyounesyounes
Copy link

app_main.c:11: undefined reference to `tf_setup_init'

everything is in place however, I can't call functions from other files

@akshayvernekar
Copy link
Owner

looks like the linker is unable to find the tensorflow library , have you used "--recursive" flag while cloning the repository ? also note that the IDF version used is version 4.0 other versions might require modifications .

@Ehsan2754
Copy link

Ehsan2754 commented Nov 13, 2022

esp_tensorflow_fmnist/components/esp32-camera/driver/xclk.c:60:5: error: implicit declaration of function 'periph_module_disable' [-Werror=implicit-function-declaration]
   60 |     periph_module_disable(PERIPH_LEDC_MODULE);

multiple errors on build time. could you please clone and build ur project again. I guess the submodules sources might have chanaged.

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

3 participants