akshayvernekar/esp_tensorflow_fmnist

error upon build

Opened this issue · 2 comments

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

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

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 .

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.